Home
last modified time | relevance | path

Searched refs:vm_inout_detach (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/intel/io/vmm/
H A Dvmm_ioport.h69 int vm_inout_detach(struct ioport_config *ports, uint16_t port, bool drv_hook,
H A Dvmm_ioport.c212 vm_inout_detach(struct ioport_config *cfg, uint16_t port, bool drv_hook, in vm_inout_detach() function
H A Dvmm.c3876 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()