X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/9bccf70c0258c7cac2dcb80011b2a964d884c552..13fec9890cf095cc781fdf7b8917cb03bf32dd4c:/osfmk/man/mach_port_set_seqno.html diff --git a/osfmk/man/mach_port_set_seqno.html b/osfmk/man/mach_port_set_seqno.html index 4871b1fac..ee34bf560 100755 --- a/osfmk/man/mach_port_set_seqno.html +++ b/osfmk/man/mach_port_set_seqno.html @@ -1 +1,60 @@ -
Function - Change the current value of the target port's sequence number.
kern_return_t mach_port_set_seqno (ipc_space_t task, mach_port_name_t name, mach_port_seqno_t seqno);
The mach_port_set_seqno function changes the sequence number of task's receive right named name.
(Each port is associated with a sequence number attribute that can be used to track the order in which messages sent to the port are received. A port's sequence number is initially set to zero and is incremented each time a message is received from the port. A port's sequence number is automatically reset to zero each time the port's receive right migrates.)
This interface is machine word length specific because of the port name parameter.
Functions: mach_port_get_attributes. \ No newline at end of file +
+Function - Change the current value of the target port's sequence number. +
+kern_return_t mach_port_set_seqno + (ipc_space_t task, + mach_port_name_t name, + mach_port_seqno_t seqno); ++
+
+
+
+The mach_port_set_seqno function changes the sequence +number of task's +receive right named name. +
+(Each port is associated with a sequence number attribute that can be +used to track the order in which messages sent to the port are received. +A port's sequence number is initially set to zero and is incremented each +time a message is received from the port. A port's sequence number is +automatically reset to zero each time the port's receive right migrates.) +
+This interface is machine word length specific because of the port name +parameter. +
+
+
+Functions: +mach_port_get_attributes.