Home
last modified time | relevance | path

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

/freebsd-14-stable/lib/libvmmapi/
HDvmmapi.h184 int vm_unassign_pptdev(struct vmctx *ctx, int bus, int slot, int func);
HDvmmapi.c990 vm_unassign_pptdev(struct vmctx *ctx, int bus, int slot, int func) in vm_unassign_pptdev() function
/freebsd-14-stable/sys/amd64/include/
HDvmm.h253 int vm_unassign_pptdev(struct vm *vm, int bus, int slot, int func);
/freebsd-14-stable/sys/amd64/vmm/io/
HDppt.c460 vm_unassign_pptdev(vm, bus, slot, func); in ppt_unassign_all()
/freebsd-14-stable/usr.sbin/bhyve/
HDpci_passthru.c989 vm_unassign_pptdev(pi->pi_vmctx, bus, slot, func); in passthru_init()
/freebsd-14-stable/sys/amd64/vmm/
HDvmm_dev.c745 error = vm_unassign_pptdev(sc->vm, pptdev->bus, pptdev->slot, in vmmdev_ioctl()
HDvmm.c1124 vm_unassign_pptdev(struct vm *vm, int bus, int slot, int func) in vm_unassign_pptdev() function
/freebsd-14-stable/usr.sbin/bhyvectl/
HDbhyvectl.c1969 error = vm_unassign_pptdev(ctx, bus, slot, func); in main()