1 <h2>seqnos_notify_server
</h2>
4 <strong>Function
</strong> - Handle the next kernel-generated IPC notification.
7 <strong>boolean_t seqnos_notify_server
</strong>
8 <strong>(mach_msg_header_t
</strong> <var>request_msg
</var>,
9 <strong>mach_msg_header_t
</strong> <var>reply_ms
</var><strong>);
</strong>
14 <dt> <var>in_msg
</var>
16 [pointer to in structure]
17 The notification message received from the
20 <dt> <var>out_msg
</var>
27 The
<strong>seqnos_notify_server
</strong> function is the MIG generated server handling
28 function to handle messages from the kernel corresponding to IPC notifications.
29 Such messages are delivered to the notification port named in a
30 <strong>mach_msg
</strong> or
<strong>mach_port_request_notification
</strong> call.
31 The
<strong>seqnos_notify_server
</strong> function
32 performs all necessary argument handling for this kernel message and calls the
33 appropriate handling function. These functions must be supplied by the caller.
36 <strong>seqnos_notify_server
</strong> differs from
<strong>notify_server
</strong>
37 in that it supplies message
38 sequence numbers to the server interfaces.
39 <h3>RETURN VALUES
</h3>
42 <dt> <strong>TRUE
</strong>
44 The message was handled and the appropriate function was called.
46 <dt> <strong>FALSE
</strong>
48 The message did not apply to the notification mechanism and no other
51 <h3>RELATED INFORMATION
</h3>
54 <a href=
"notify_server.html"><strong>notify_server
<strong></a>,
55 <a href=
"do_mach_notify_dead_name.html"><strong>do_seqnos_mach_notify_dead_name
<strong></a>,
56 <a href=
"do_mach_notify_no_senders.html"><strong>do_seqnos_mach_notify_no_senders
<strong></a>,
57 <a href=
"DMN_port_deleted.html"><strong>do_seqnos_mach_notify_port_deleted
<strong></a>,
58 <a href=
"do_mach_notify_send_once.html"><strong>do_seqnos_mach_notify_send_once
<strong></a>.