Searched refs:vm_assign_pptdev (Results 1 – 5 of 5) sorted by relevance
/freebsd/lib/libvmmapi/ |
H A D | vmmapi.h | 205 int vm_assign_pptdev(struct vmctx *ctx, int bus, int slot, int func);
|
/freebsd/sys/amd64/vmm/ |
H A D | vmm_dev_machdep.c | 316 error = vm_assign_pptdev(vm, pptdev->bus, pptdev->slot, in vmmdev_machdep_ioctl()
|
H A D | vmm.c | 848 vm_assign_pptdev(struct vm *vm, int bus, int slot, int func) in vm_assign_pptdev() function
|
/freebsd/sys/amd64/include/ |
H A D | vmm.h | 244 int vm_assign_pptdev(struct vm *vm, int bus, int slot, int func);
|
/freebsd/usr.sbin/bhyve/ |
H A D | pci_passthru.c | 938 if (vm_assign_pptdev(pi->pi_vmctx, bus, slot, func) != 0) { in passthru_init()
|