Searched refs:vm_unassign_pptdev (Results 1 – 8 of 8) sorted by relevance
| /src/lib/libvmmapi/ |
| H A D | ppt.c | 53 vm_unassign_pptdev(struct vmctx *ctx, int bus, int slot, int func) in vm_unassign_pptdev() function
|
| H A D | vmmapi.h | 205 int vm_unassign_pptdev(struct vmctx *ctx, int bus, int slot, int func);
|
| /src/sys/amd64/include/ |
| H A D | vmm.h | 234 int vm_unassign_pptdev(struct vm *vm, int bus, int slot, int func);
|
| /src/sys/amd64/vmm/ |
| H A D | vmm_dev_machdep.c | 315 error = vm_unassign_pptdev(vm, pptdev->bus, pptdev->slot, in vmmdev_machdep_ioctl()
|
| H A D | vmm.c | 556 vm_unassign_pptdev(struct vm *vm, int bus, int slot, int func) in vm_unassign_pptdev() function
|
| /src/sys/amd64/vmm/io/ |
| H A D | ppt.c | 490 vm_unassign_pptdev(vm, bus, slot, func); in ppt_unassign_all()
|
| /src/usr.sbin/bhyve/ |
| H A D | pci_passthru.c | 1047 vm_unassign_pptdev(pi->pi_vmctx, bus, slot, func); in passthru_init()
|
| /src/usr.sbin/bhyvectl/amd64/ |
| H A D | bhyvectl_machdep.c | 1682 error = vm_unassign_pptdev(ctx, bus, slot, func); in bhyvectl_md_main()
|