X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/743b15655a24ee3fe9f458f383003e011db0558f..13fec9890cf095cc781fdf7b8917cb03bf32dd4c:/osfmk/man/seqnos_notify_server.html diff --git a/osfmk/man/seqnos_notify_server.html b/osfmk/man/seqnos_notify_server.html index fadc27a3d..e4ea41d3c 100755 --- a/osfmk/man/seqnos_notify_server.html +++ b/osfmk/man/seqnos_notify_server.html @@ -1 +1,58 @@ -
Function - Handle the next kernel-generated IPC notification.
boolean_t seqnos_notify_server (mach_msg_header_t request_msg, mach_msg_header_t reply_ms);
The seqnos_notify_server function is the MIG generated server handling function to handle messages from the kernel corresponding to IPC notifications. Such messages are delivered to the notification port named in a mach_msg or mach_port_request_notification call. The seqnos_notify_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.
seqnos_notify_server differs from notify_server in that it supplies message sequence numbers to the server interfaces.
Functions: notify_server, do_seqnos_mach_notify_dead_name, do_seqnos_mach_notify_no_senders, do_seqnos_mach_notify_port_deleted, do_seqnos_mach_notify_send_once. \ No newline at end of file +
+Function - Handle the next kernel-generated IPC notification. +
+boolean_t seqnos_notify_server + (mach_msg_header_t request_msg, + mach_msg_header_t reply_ms); ++
+
+
+The seqnos_notify_server function is the MIG generated server handling +function to handle messages from the kernel corresponding to IPC notifications. +Such messages are delivered to the notification port named in a +mach_msg or mach_port_request_notification call. +The seqnos_notify_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. +
+seqnos_notify_server differs from notify_server +in that it supplies message +sequence numbers to the server interfaces. +
+
+
+Functions: +notify_server, +do_seqnos_mach_notify_dead_name, +do_seqnos_mach_notify_no_senders, +do_seqnos_mach_notify_port_deleted, +do_seqnos_mach_notify_send_once.