]> git.saurik.com Git - apple/xnu.git/blobdiff - osfmk/man/do_mach_notify_no_senders.html
xnu-792.6.76.tar.gz
[apple/xnu.git] / osfmk / man / do_mach_notify_no_senders.html
index cf19bea13c97b34326ff55bb9a050c97a2887bb8..85c8bef88356725a4db20ffb93adc0da3612cc48 100755 (executable)
@@ -1 +1,55 @@
-<h2>do_mach_notify_no_senders</h2>\r<hr>\r<p>\r<strong>Server Interface</strong> - Handle the current instance of a no-more-senders notification.\r<h3>SYNOPSIS</h3>\r<pre>\r<strong>kern_return_t   do_mach_notify_no_senders</strong>\r                <strong>(notify_port_t</strong>                           <var>notify</var>,\r                 <strong>mach_port_mscount_t</strong>                    <var>mscount</var><strong>);</strong>\r\r\r<strong>kern_return_t   do_seqnos_mach_notify_no_senders</strong>\r                <strong>(notify_port_t</strong>                           <var>notify</var>,\r                 <strong>mach_port_seqno_t</strong>                        <var>seqno</var>,\r                 <strong>mach_port_mscount_t</strong>                    <var>mscount</var><strong>);</strong>\r</pre>\r<h3>PARAMETERS</h3>\r<dl>\r<p>\r<dt> <var>notify</var> \r<dd>\r[in notify (receive) right]\rThe port to which the notification was sent.\r<p>\r<dt> <var>seqno</var> \r<dd>\r[in scalar]\rThe sequence number of this message relative to the\rnotification port.\r<p>\r<dt> <var>mscount</var> \r<dd>\r[in scalar]\rThe value the port's make-send count had when the\rnotification was generated.\r</dl>\r<h3>DESCRIPTION</h3>\r<p>\rA <strong>do_mach_notify_no_senders</strong> function is called by\r<strong>notify_server</strong> as the\rresult of a kernel message indicating that a receive right has no more senders.\r<var>notify</var> is the port named via <strong>mach_port_request_notification</strong>.\r<h3>RETURN VALUES</h3>\r<p>\rOnly generic errors apply.\r<h3>RELATED INFORMATION</h3>\r<p>\rFunctions:\r<a href="notify_server.html"><strong>notify_server</strong></a>,\r<a href="seqnos_notify_server.html"><strong>seqnos_notify_server</strong></a>,\r<a href="mach_msg.html"><strong>mach_msg</strong></a>,\r<a href="MP_request_notification.html"><strong>mach_port_request_notification</strong></a>,\r<a href="do_mach_notify_dead_name.html"><strong>do_mach_notify_dead_name</strong></a>,\r<a href="DMN_port_deleted.html"><strong>do_mach_notify_port_deleted</strong></a>,\r<a href="do_mach_notify_send_once.html"><strong>do_mach_notify_send_once</strong></a>.\r
\ No newline at end of file
+<h2>do_mach_notify_no_senders</h2>
+<hr>
+<p>
+<strong>Server Interface</strong> - Handle the current instance of a no-more-senders notification.
+<h3>SYNOPSIS</h3>
+<pre>
+<strong>kern_return_t   do_mach_notify_no_senders</strong>
+                <strong>(notify_port_t</strong>                           <var>notify</var>,
+                 <strong>mach_port_mscount_t</strong>                    <var>mscount</var><strong>);</strong>
+
+
+<strong>kern_return_t   do_seqnos_mach_notify_no_senders</strong>
+                <strong>(notify_port_t</strong>                           <var>notify</var>,
+                 <strong>mach_port_seqno_t</strong>                        <var>seqno</var>,
+                 <strong>mach_port_mscount_t</strong>                    <var>mscount</var><strong>);</strong>
+</pre>
+<h3>PARAMETERS</h3>
+<dl>
+<p>
+<dt> <var>notify</var> 
+<dd>
+[in notify (receive) right]
+The port to which the notification was sent.
+<p>
+<dt> <var>seqno</var> 
+<dd>
+[in scalar]
+The sequence number of this message relative to the
+notification port.
+<p>
+<dt> <var>mscount</var> 
+<dd>
+[in scalar]
+The value the port's make-send count had when the
+notification was generated.
+</dl>
+<h3>DESCRIPTION</h3>
+<p>
+A <strong>do_mach_notify_no_senders</strong> function is called by
+<strong>notify_server</strong> as the
+result of a kernel message indicating that a receive right has no more senders.
+<var>notify</var> is the port named via <strong>mach_port_request_notification</strong>.
+<h3>RETURN VALUES</h3>
+<p>
+Only generic errors apply.
+<h3>RELATED INFORMATION</h3>
+<p>
+Functions:
+<a href="notify_server.html"><strong>notify_server</strong></a>,
+<a href="seqnos_notify_server.html"><strong>seqnos_notify_server</strong></a>,
+<a href="mach_msg.html"><strong>mach_msg</strong></a>,
+<a href="MP_request_notification.html"><strong>mach_port_request_notification</strong></a>,
+<a href="do_mach_notify_dead_name.html"><strong>do_mach_notify_dead_name</strong></a>,
+<a href="DMN_port_deleted.html"><strong>do_mach_notify_port_deleted</strong></a>,
+<a href="do_mach_notify_send_once.html"><strong>do_mach_notify_send_once</strong></a>.