X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/9bccf70c0258c7cac2dcb80011b2a964d884c552..c0fea4742e91338fffdcf79f86a7c1d5e2b97eb1:/osfmk/man/io_done_queue_terminate.html diff --git a/osfmk/man/io_done_queue_terminate.html b/osfmk/man/io_done_queue_terminate.html index 67245742c..7d5f76a28 100755 --- a/osfmk/man/io_done_queue_terminate.html +++ b/osfmk/man/io_done_queue_terminate.html @@ -1 +1,41 @@ -
Function - Terminate an io_done_queue kernel object.
#include<device/device.h> kern_return_t io_done_queue_terminate (mach_port_t queue);
The io_done_queue_terminate function is called to destroy a previous instatiation of the kernel object supporting asynchronous read/write operations on a device.
Functions: io_done_queue_create, io_done_queue_wait, device_read_async, device_read_async_inband, device_read_overwrite_async, device_write_async, device_write_async_inband. \ No newline at end of file +
+Function - Terminate an io_done_queue kernel object. +
+#include<device/device.h> + +kern_return_t io_done_queue_terminate + (mach_port_t queue); ++
+
+The io_done_queue_terminate function is called to destroy a previous +instatiation of the kernel object supporting asynchronous read/write +operations on a device. +
+
+Functions: +io_done_queue_create, +io_done_queue_wait, +device_read_async, +device_read_async_inband, +device_read_overwrite_async, +device_write_async, +device_write_async_inband.