Function - Create an io_done_queue kernel object.
kern_return_t io_done_queue_create (mach_port_t host, mach_port_t queue);
The io_done_queue_create function is called to create a new instatiation of the kernel object supporting asynchronous read/write operations on a device.
Functions: io_done_queue_terminate, io_done_queue_wait, device_read_async, device_read_async_inband, device_read_overwrite_async, device_write_async, device_write_async_inband.