1 <h2>clock_reply_server
</h2>
4 <strong>Function
</strong> - Handle kernel-generated alarm.
7 <strong>boolean_t clock_reply_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 alarm message received from the kernel.
19 <dt> <var>out_msg
</var>
26 The
<strong>clock_reply_server
</strong> function is the MIG generated server handling
27 function to handle messages from the kernel corresponding to
29 messages are delivered to the alarm reply port named in a
<strong>clock_alarm
</strong>
30 call. The
<strong>clock_reply_server
</strong> function performs all necessary
32 this kernel message and calls the appropriate handling function. These functions
33 must be supplied by the caller.
34 <h3>RETURN VALUES
</h3>
37 <dt> <strong>TRUE
</strong>
39 The message was handled and the appropriate function was called.
41 <dt> <strong>FALSE
</strong>
43 The message did not apply to the alarm mechanism and no other action
46 <h3>RELATED INFORMATION
</h3>
49 <a href=
"clock_alarm_reply.html"><strong>clock_alarm_reply
<strong></a>.