X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/9bccf70c0258c7cac2dcb80011b2a964d884c552..39236c6e673c41db228275375ab7fdb0f837b292:/osfmk/man/mach_port_status.html diff --git a/osfmk/man/mach_port_status.html b/osfmk/man/mach_port_status.html old mode 100755 new mode 100644 index 649a4132a..99e5a8cd1 --- a/osfmk/man/mach_port_status.html +++ b/osfmk/man/mach_port_status.html @@ -1 +1,74 @@ -
Structure - Used to present a port's current status with respect to various important attributes.
struct mach_port_status { natural_t mps_pset_count; mach_port_seqno_t mps_seqno; mach_port_mscount_t mps_mscount; mach_port_msgcount_t mps_qlimit; mach_port_msgcount_t mps_msgcount; mach_port_rights_t mps_sorights; mach_port_srights_t mps_srights; boolean_t mps_pdrequest; boolean_t mps_nsrequest; unsigned int mps_flags; }; typedef struct mach_port_status mach_port_status_t;
The mach_port_status structure is used to provide information about a port in response to an invocation of the mach_port_get_attributes interface.
This structure is machine word length sensitive due to the presence of the port set name.
Functions: mach_port_get_attributes. \ No newline at end of file +
+Structure - Used to present a port's current status with respect to various important attributes. +
+struct mach_port_status +{ + mach_port_rights_t mps_pset; + mach_port_seqno_t mps_seqno; + mach_port_mscount_t mps_mscount; + mach_port_msgcount_t mps_qlimit; + mach_port_msgcount_t mps_msgcount; + mach_port_rights_t mps_sorights; + boolean_t mps_srights; + boolean_t mps_pdrequest; + boolean_t mps_nsrequest; + unsigned int mps_flags; +}; + +typedef struct mach_port_status mach_port_status_t; ++
+
+
+
+
+
+
+
+
+
+The mach_port_status structure is used to provide +information about a port in response to an invocation of the +mach_port_get_attributes interface. +
+Functions: +mach_port_get_attributes.