X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/9bccf70c0258c7cac2dcb80011b2a964d884c552..39236c6e673c41db228275375ab7fdb0f837b292:/osfmk/man/do_mach_notify_dead_name.html diff --git a/osfmk/man/do_mach_notify_dead_name.html b/osfmk/man/do_mach_notify_dead_name.html old mode 100755 new mode 100644 index ffc3c74f4..2f3ffe6c8 --- a/osfmk/man/do_mach_notify_dead_name.html +++ b/osfmk/man/do_mach_notify_dead_name.html @@ -1 +1,65 @@ -
kern_return_t do_mach_notify_dead_name (notify_port_t notify, mach_port_name_t name); kern_return_t do_seqnos_mach_notify_dead_name (notify_port_t notify, mach_port_seqno_t seqno, mach_port_name_t name);
A do_mach_notify_dead_name function is called by notify_server as the result of a kernel message indicating that the port name is now dead as the result of the associated receive right having died. In contrast, a port-deleted notification indicates that the port name is no longer usable (that is, it no longer names a valid right), typically as a result of the right so named being consumed or moved. notify is the port named via mach_port_request_notification or mach_msg.
This interface is machine word length specific because of the port name parameter.
Only generic errors apply.
Functions: notify_server, seqnos_notify_server, mach_msg, mach_port_request_notification, do_mach_notify_no_senders, do_mach_notify_port_deleted, do_mach_notify_send_once. \ No newline at end of file +
+
+kern_return_t do_mach_notify_dead_name + (notify_port_t notify, + mach_port_name_t name); + + +kern_return_t do_seqnos_mach_notify_dead_name + (notify_port_t notify, + mach_port_seqno_t seqno, + mach_port_name_t name); ++
+
+
+
+A do_mach_notify_dead_name function is called by notify_server +as the +result of a kernel message indicating that the port name is now +dead as the result +of the associated receive right having died. In contrast, a port-deleted +notification indicates that the port name is no longer usable +(that is, it no longer names +a valid right), typically as a result of the right so named being consumed or +moved. notify is the port named via mach_port_request_notification +or +mach_msg. +
+This interface is machine word length specific because of the port name +parameter. +
+Only generic errors apply. +
+Functions: +notify_server, +seqnos_notify_server, +mach_msg, +mach_port_request_notification, +do_mach_notify_no_senders, +do_mach_notify_port_deleted, +do_mach_notify_send_once.