X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/743b15655a24ee3fe9f458f383003e011db0558f..13fec9890cf095cc781fdf7b8917cb03bf32dd4c:/osfmk/man/do_mach_notify_send_once.html diff --git a/osfmk/man/do_mach_notify_send_once.html b/osfmk/man/do_mach_notify_send_once.html index d5a8242f0..2c6051394 100755 --- a/osfmk/man/do_mach_notify_send_once.html +++ b/osfmk/man/do_mach_notify_send_once.html @@ -1 +1,48 @@ -

do_mach_notify_send_once


Server Interface - Handle the current instance of a send-once notification.

SYNOPSIS

kern_return_t   do_mach_notify_send_once
                (notify_port_t                          notify)


kern_return_t   do_seqnos_mach_notify_send_once
                (notify_port_t                           notify,
                 mach_port_seqno_t                        seqno);

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.

DESCRIPTION

A do_mach_notify_send_once function is called by notify_server as the result of a kernel message indicating that a send-once right was in any way destroyed. notify is the port for which a send-once right was destroyed.

RETURN VALUES

Only generic errors apply.

RELATED INFORMATION

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_dead_name. \ No newline at end of file +

do_mach_notify_send_once

+
+

+Server Interface - Handle the current instance of a send-once notification. +

SYNOPSIS

+
+kern_return_t   do_mach_notify_send_once
+                (notify_port_t                          notify)
+
+
+kern_return_t   do_seqnos_mach_notify_send_once
+                (notify_port_t                           notify,
+                 mach_port_seqno_t                        seqno);
+
+

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. +
+

DESCRIPTION

+

+A do_mach_notify_send_once function is called by notify_server +as the result +of a kernel message indicating that a send-once right was in +any way destroyed. +notify is the port for which a send-once right was destroyed. +

RETURN VALUES

+

+Only generic errors apply. +

RELATED INFORMATION

+

+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_dead_name.