X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/743b15655a24ee3fe9f458f383003e011db0558f..13fec9890cf095cc781fdf7b8917cb03bf32dd4c:/osfmk/man/i386_io_port_remove.html diff --git a/osfmk/man/i386_io_port_remove.html b/osfmk/man/i386_io_port_remove.html index 31ead08a0..dfd9f14b3 100755 --- a/osfmk/man/i386_io_port_remove.html +++ b/osfmk/man/i386_io_port_remove.html @@ -1 +1,38 @@ -
Function - Disable target thread's ability to invoke operations on the specified device.
kern_return_t i386_io_port_remove (thread_act_t target_act, device_t device);
The i386_io_port_remove function removes the specified device from the thread's I/O permission bitmap, thereby prohibiting I/O instructions being executed against the device.
Only generic errors apply.
Functions: i386_io_port_add, i386_io_port_list. \ No newline at end of file +
+Function - Disable target thread's ability to invoke operations on the +specified device. +
+kern_return_t i386_io_port_remove + (thread_act_t target_act, + device_t device); ++
+
+
+The i386_io_port_remove function removes the specified +device from the +thread's I/O permission bitmap, thereby prohibiting I/O instructions being +executed against the device. +
+Only generic errors apply. +
+Functions: +i386_io_port_add, +i386_io_port_list.