Home
last modified time | relevance | path

Searched refs:vm_unassign_pptdev (Results 1 – 8 of 8) sorted by relevance

/NextBSD/lib/libvmmapi/
HDvmmapi.h153 int vm_unassign_pptdev(struct vmctx *ctx, int bus, int slot, int func);
HDvmmapi.c857 vm_unassign_pptdev(struct vmctx *ctx, int bus, int slot, int func) in vm_unassign_pptdev() function
/NextBSD/sys/amd64/include/
HDvmm.h188 int vm_unassign_pptdev(struct vm *vm, int bus, int slot, int func);
/NextBSD/sys/amd64/vmm/io/
HDppt.c407 vm_unassign_pptdev(vm, bus, slot, func); in ppt_unassign_all()
/NextBSD/usr.sbin/bhyve/
HDpci_passthru.c595 vm_unassign_pptdev(ctx, bus, slot, func); in passthru_init()
/NextBSD/sys/amd64/vmm/
HDvmm_dev.c443 error = vm_unassign_pptdev(sc->vm, pptdev->bus, pptdev->slot, in vmmdev_ioctl()
HDvmm.c872 vm_unassign_pptdev(struct vm *vm, int bus, int slot, int func) in vm_unassign_pptdev() function
/NextBSD/usr.sbin/bhyvectl/
HDbhyvectl.c1891 error = vm_unassign_pptdev(ctx, bus, slot, func); in main()