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.