X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/743b15655a24ee3fe9f458f383003e011db0558f..13fec9890cf095cc781fdf7b8917cb03bf32dd4c:/osfmk/man/mach_port_extract_right.html diff --git a/osfmk/man/mach_port_extract_right.html b/osfmk/man/mach_port_extract_right.html index 2bb9cd0aa..02e7b9247 100755 --- a/osfmk/man/mach_port_extract_right.html +++ b/osfmk/man/mach_port_extract_right.html @@ -1 +1,74 @@ -
Function - Remove the specified right from the target task and return it to the caller.
kern_return_t mach_port_extract_right (ipc_space_t task, mach_port_name_t name, mach_msg_type_name_t desired_type, mach_port_poly_t *right, mach_msg_type_name_ *acquired_type);
The mach_port_extract_right function extracts a port right from the target task and returns it to the caller as if the task sent the right voluntarily, using desired_type as the disposition for the right. See mach_msg.
The returned value of acquired_type will be MACH_MSG_TYPE_PORT_SEND if a send right is extracted, MACH_MSG_TYPE_PORT_RECEIVE if a receive right is extracted, and MACH_MSG_TYPE_PORT_SEND_ONCE if a send-once right is extracted.
This interface is machine word length specific because of the port name parameter.
Functions: mach_port_insert_right, mach_msg. \ No newline at end of file +
+Function - Remove the specified right from the target task and return it to the caller. +
+kern_return_t mach_port_extract_right + (ipc_space_t task, + mach_port_name_t name, + mach_msg_type_name_t desired_type, + mach_port_poly_t *right, + mach_msg_type_name_ *acquired_type); ++
+
+
+
+
+
+The mach_port_extract_right function extracts a port +right from the target +task and returns it to the caller as if the task sent the right +voluntarily, using +desired_type as the disposition for the right. See mach_msg. +
+The returned value of acquired_type will be +MACH_MSG_TYPE_PORT_SEND if a send right is extracted, +MACH_MSG_TYPE_PORT_RECEIVE if a +receive right is extracted, and MACH_MSG_TYPE_PORT_SEND_ONCE if a +send-once right is extracted. +
+This interface is machine word length specific because of the port name +parameter. +
+
+
+Functions: +mach_port_insert_right, +mach_msg.