4 <strong>Function
</strong> - Handle the next kernel-generated IPC notification.
7 <strong>boolean_t 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>notify_server
</strong> function is the MIG generated server
29 handle messages from the kernel corresponding to IPC notifications. Such
30 messages are delivered to the notification port named in a
<strong>mach_msg
</strong>
31 or
<strong>mach_port_request_notification
</strong> call. The
<strong>notify_server
</strong>
32 function performs all necessary
33 argument handling for this kernel message and calls the appropriate handling
34 function. These functions must be supplied by the caller.
35 <h3>RETURN VALUES
</h3>
38 <dt> <strong>TRUE
</strong>
40 The message was handled and the appropriate function was called.
42 <dt> <strong>FALSE
</strong>
44 The message did not apply to the notification mechanism and no other
47 <h3>RELATED INFORMATION
</h3>
50 <a href=
"seqnos_notify_server.html"><strong>seqnos_notify_server
<strong></a>,
51 <a href=
"do_mach_notify_dead_name.html"><strong>do_mach_notify_dead_name
<strong></a>,
52 <a href=
"do_mach_notify_no_senders.html"><strong>do_mach_notify_no_senders
<strong></a>,
53 <a href=
"DMN_port_deleted.html"><strong>do_mach_notify_port_deleted
<strong></a>,
54 <a href=
"do_mach_notify_send_once.html"><strong>do_mach_notify_send_once
<strong></a>.