X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/55e303ae13a4cf49d70f2294092726f2fffb9ef2..refs/heads/master:/osfmk/man/do_mach_notify_no_senders.html diff --git a/osfmk/man/do_mach_notify_no_senders.html b/osfmk/man/do_mach_notify_no_senders.html old mode 100755 new mode 100644 index cf19bea13..85c8bef88 --- a/osfmk/man/do_mach_notify_no_senders.html +++ b/osfmk/man/do_mach_notify_no_senders.html @@ -1 +1,55 @@ -

do_mach_notify_no_senders


Server Interface - Handle the current instance of a no-more-senders notification.

SYNOPSIS

kern_return_t   do_mach_notify_no_senders
                (notify_port_t                           notify,
                 mach_port_mscount_t                    mscount);


kern_return_t   do_seqnos_mach_notify_no_senders
                (notify_port_t                           notify,
                 mach_port_seqno_t                        seqno,
                 mach_port_mscount_t                    mscount);

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.

mscount
[in scalar] The value the port's make-send count had when the notification was generated.

DESCRIPTION

A do_mach_notify_no_senders function is called by notify_server as the result of a kernel message indicating that a receive right has no more senders. notify is the port named via mach_port_request_notification.

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

do_mach_notify_no_senders

+
+

+Server Interface - Handle the current instance of a no-more-senders notification. +

SYNOPSIS

+
+kern_return_t   do_mach_notify_no_senders
+                (notify_port_t                           notify,
+                 mach_port_mscount_t                    mscount);
+
+
+kern_return_t   do_seqnos_mach_notify_no_senders
+                (notify_port_t                           notify,
+                 mach_port_seqno_t                        seqno,
+                 mach_port_mscount_t                    mscount);
+
+

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

+

mscount +
+[in scalar] +The value the port's make-send count had when the +notification was generated. +
+

DESCRIPTION

+

+A do_mach_notify_no_senders function is called by +notify_server as the +result of a kernel message indicating that a receive right has no more senders. +notify is the port named via mach_port_request_notification. +

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_port_deleted, +do_mach_notify_send_once.