X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/743b15655a24ee3fe9f458f383003e011db0558f..13fec9890cf095cc781fdf7b8917cb03bf32dd4c:/osfmk/man/DMN_port_deleted.html diff --git a/osfmk/man/DMN_port_deleted.html b/osfmk/man/DMN_port_deleted.html index 357e0e008..becad9e6e 100755 --- a/osfmk/man/DMN_port_deleted.html +++ b/osfmk/man/DMN_port_deleted.html @@ -1 +1,65 @@ -

do_mach_notify_port_deleted


Server Interface - Handle the current instance of a port-deleted notification.

SYNOPSIS

kern_return_t   do_mach_notify_port_deleted
                (notify_port_t                           notify,
                 mach_port_name_t                          name);


kern_return_t   do_seqnos_mach_notify_port_deleted
                (notify_port_t                           notify,
                 mach_port_seqno_t                        seqno,
                 mach_port_name_t                          name);

PARAMETERS

notify
[in notify (receive) right] The port to which the notification was sent.

seqno
[in scalar] The sequence number of this message relative to the notification port.

name
[in scalar] The invalid name.

DESCRIPTION

A do_mach_notify_port_deleted function is called by notify_server as the result of a kernel message indicating that a 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. In contrast, a dead-name notification indicates that the port name is now dead as the result of the associated receive right having died. notify is the port named via mach_port_request_notification or mach_msg.

NOTES

This interface is machine word length specific because of the port name parameter.

RETURN VALUES

Only generic errors apply.

RELATED INFORMATION

Functions: notify_server, seqnos_notify_server, mach_msg, mach_port_request_notification, do_mach_notify_dead_name, do_mach_notify_no_senders, do_mach_notify_send_once. \ No newline at end of file +

do_mach_notify_port_deleted

+
+

+Server Interface - Handle the current instance of a port-deleted notification. +

SYNOPSIS

+
+kern_return_t   do_mach_notify_port_deleted
+                (notify_port_t                           notify,
+                 mach_port_name_t                          name);
+
+
+kern_return_t   do_seqnos_mach_notify_port_deleted
+                (notify_port_t                           notify,
+                 mach_port_seqno_t                        seqno,
+                 mach_port_name_t                          name);
+
+

PARAMETERS

+
+

+

notify +
+[in notify (receive) right] +The port to which the notification was sent. +

+

seqno +
+[in scalar] +The sequence number of this message relative to the +notification port. +

+

name +
+[in scalar] +The invalid name. +
+

DESCRIPTION

+

+A do_mach_notify_port_deleted function is called by +notify_server as the +result of a kernel message indicating that a 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. In contrast, a dead-name notification +indicates that the +port name is now dead as the result of the associated receive +right having died. +notify is the port named via mach_port_request_notification +or mach_msg. +

NOTES

+

+This interface is machine word length specific because of the port name +parameter. +

RETURN VALUES

+

+Only generic errors apply. +

RELATED INFORMATION

+

+Functions: +notify_server, +seqnos_notify_server, +mach_msg, +mach_port_request_notification, +do_mach_notify_dead_name, +do_mach_notify_no_senders, +do_mach_notify_send_once.