Searched refs:vm_inout_detach (Results 1 – 3 of 3) sorted by relevance
/illumos-gate/usr/src/uts/intel/io/vmm/ |
H A D | vmm_ioport.h | 69 int vm_inout_detach(struct ioport_config *ports, uint16_t port, bool drv_hook,
|
H A D | vmm_ioport.c | 212 vm_inout_detach(struct ioport_config *cfg, uint16_t port, bool drv_hook, in vm_inout_detach() function
|
H A D | vmm.c | 3876 err = vm_inout_detach(&vm->ioports, port, false, old_func, old_arg); in vm_ioport_detach() 3911 err = vm_inout_detach(&vm->ioports, port, true, &old_func, &old_arg); in vm_ioport_unhook()
|