X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/9bccf70c0258c7cac2dcb80011b2a964d884c552..HEAD:/osfmk/man/clock_reply_server.html diff --git a/osfmk/man/clock_reply_server.html b/osfmk/man/clock_reply_server.html old mode 100755 new mode 100644 index 08599b141..2f7d36a33 --- a/osfmk/man/clock_reply_server.html +++ b/osfmk/man/clock_reply_server.html @@ -1 +1,49 @@ -
Function - Handle kernel-generated alarm.
boolean_t clock_reply_server (mach_msg_header_t request_msg, mach_msg_header_t reply_ms);
The clock_reply_server function is the MIG generated server handling function to handle messages from the kernel corresponding to clock alarms. Such messages are delivered to the alarm reply port named in a clock_alarm call. The clock_reply_server function performs all necessary argument handling for this kernel message and calls the appropriate handling function. These functions must be supplied by the caller.
Functions: clock_alarm_reply. \ No newline at end of file +
+Function - Handle kernel-generated alarm. +
+boolean_t clock_reply_server + (mach_msg_header_t request_msg, + mach_msg_header_t reply_ms); ++
+
+
+The clock_reply_server function is the MIG generated server handling +function to handle messages from the kernel corresponding to +clock alarms. Such +messages are delivered to the alarm reply port named in a clock_alarm +call. The clock_reply_server function performs all necessary +argument handling for +this kernel message and calls the appropriate handling function. These functions +must be supplied by the caller. +
+
+
+Functions: +clock_alarm_reply.