Searched refs:vm_unassign_pptdev (Results 1 – 4 of 4) sorted by relevance
| /f-stack/freebsd/amd64/include/ |
| H A D | vmm.h | 239 int vm_unassign_pptdev(struct vm *vm, int bus, int slot, int func);
|
| /f-stack/freebsd/amd64/vmm/io/ |
| H A D | ppt.c | 436 vm_unassign_pptdev(vm, bus, slot, func); in ppt_unassign_all()
|
| /f-stack/freebsd/amd64/vmm/ |
| H A D | vmm_dev.c | 535 error = vm_unassign_pptdev(sc->vm, pptdev->bus, pptdev->slot, in vmmdev_ioctl()
|
| H A D | vmm.c | 946 vm_unassign_pptdev(struct vm *vm, int bus, int slot, int func) in vm_unassign_pptdev() function
|