1 <h2>i386_io_port_remove
</h2>
4 <strong>Function
</strong> - Disable target thread's ability to invoke operations on the
8 <strong>kern_return_t i386_io_port_remove
</strong>
9 <strong>(thread_act_t
</strong> <var>target_act
</var>,
10 <strong>device_t
</strong> <var>device
</var><strong>);
</strong>
15 <dt> <var>target_act
</var>
17 [in thread send right]
18 Thread whose permission bitmap is to be cleared
20 <dt> <var>device
</var>
22 [in device send right]
23 Device whose permission is to be revoked
27 The
<strong>i386_io_port_remove
</strong> function removes the specified
29 thread's I/O permission bitmap, thereby prohibiting I/O instructions being
30 executed against the device.
31 <h3>RETURN VALUES
</h3>
33 Only generic errors apply.
34 <h3>RELATED INFORMATION
</h3>
37 <a href=
"i386_io_port_add.html"><strong>i386_io_port_add
<strong></a>,
38 <a href=
"i386_io_port_list.html"><strong>i386_io_port_list
<strong></a>.