X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/9bccf70c0258c7cac2dcb80011b2a964d884c552..13fec9890cf095cc781fdf7b8917cb03bf32dd4c:/osfmk/man/mach_port_get_refs.html diff --git a/osfmk/man/mach_port_get_refs.html b/osfmk/man/mach_port_get_refs.html index 8768383fe..a4bd96493 100755 --- a/osfmk/man/mach_port_get_refs.html +++ b/osfmk/man/mach_port_get_refs.html @@ -1 +1,78 @@ -
Function - Return the current count of user references on the target port right.
kern_return_t mach_port_get_refs (ipc_space_t task, mach_port_name_t name, mach_port_right_t right, mach_port_urefs_t *refs);
The mach_port_get_refs function returns the number of user references a task has for a right.
If name denotes a right, but not the type of right specified, then zero is returned. Otherwise a positive number of user references is returned. Note a name may simultaneously denote send and receive rights. The number of references for send-once rights is always one.
This interface is machine word length specific because of the port name parameter.
Functions: mach_port_mod_refs. \ No newline at end of file +
+Function - Return the current count of user references on the target port right. +
+kern_return_t mach_port_get_refs + (ipc_space_t task, + mach_port_name_t name, + mach_port_right_t right, + mach_port_urefs_t *refs); ++
+
+
+
+
+
+
+
+
+
+The mach_port_get_refs function returns the number +of user references a task +has for a right. +
+If name denotes a right, but not the type of right specified, +then zero is returned. +Otherwise a positive number of user references is returned. Note a name may +simultaneously denote send and receive rights. The number of references for +send-once rights is always one. +
+This interface is machine word length specific because of the port name +parameter. +
+
+Functions: +mach_port_mod_refs.