Home
last modified time | relevance | path

Searched refs:ioport_handler_t (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/intel/io/vmm/
H A Dvmm_ioport.h47 ioport_handler_t iope_func;
68 ioport_handler_t func, void *arg);
70 ioport_handler_t *old_func, void **old_arg);
H A Dvmm_ioport.c58 ioport_handler_t func, void *arg, uint16_t flags) in vm_inout_def()
172 ioport_handler_t func, void *arg) in vm_inout_attach()
213 ioport_handler_t *old_func, void **old_arg) in vm_inout_detach()
H A Dvmm.c3853 vm_ioport_attach(struct vm *vm, uint16_t port, ioport_handler_t func, void *arg, in vm_ioport_attach()
3864 vm_ioport_detach(struct vm *vm, void **cookie, ioport_handler_t *old_func, in vm_ioport_detach()
3882 vm_ioport_hook(struct vm *vm, uint16_t port, ioport_handler_t func, in vm_ioport_hook()
3901 ioport_handler_t old_func; in vm_ioport_unhook()
H A Dvmm_sol_dev.c2523 err = vm_ioport_hook(sc->vmm_vm, ioport, (ioport_handler_t)func, in vmm_drv_ioport_hook()
/illumos-gate/usr/src/uts/intel/io/vmm/sys/
H A Dvmm_kernel.h459 typedef int (*ioport_handler_t)(void *, bool, uint16_t, uint8_t, uint32_t *); typedef
464 int vm_ioport_attach(struct vm *vm, uint16_t port, ioport_handler_t func,
466 int vm_ioport_detach(struct vm *vm, void **cookie, ioport_handler_t *old_func,
469 int vm_ioport_hook(struct vm *, uint16_t, ioport_handler_t, void *, void **);
/illumos-gate/usr/src/uts/intel/io/vmm/io/
H A Dvpmtmr.c85 ioport_handler_t old_func; in vpmtmr_detach_ioport()