Home
last modified time | relevance | path

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

/freebsd-13.1/lib/libvmmapi/
H A Dvmmapi.h178 int vm_unassign_pptdev(struct vmctx *ctx, int bus, int slot, int func);
H A Dvmmapi.c970 vm_unassign_pptdev(struct vmctx *ctx, int bus, int slot, int func) in vm_unassign_pptdev() function
/freebsd-13.1/sys/amd64/include/
H A Dvmm.h240 int vm_unassign_pptdev(struct vm *vm, int bus, int slot, int func);
/freebsd-13.1/sys/amd64/vmm/io/
H A Dppt.c436 vm_unassign_pptdev(vm, bus, slot, func); in ppt_unassign_all()
/freebsd-13.1/usr.sbin/bhyve/
H A Dpci_passthru.c711 vm_unassign_pptdev(ctx, bus, slot, func); in passthru_init()
/freebsd-13.1/sys/amd64/vmm/
H A Dvmm_dev.c550 error = vm_unassign_pptdev(sc->vm, pptdev->bus, pptdev->slot, in vmmdev_ioctl()
H A Dvmm.c963 vm_unassign_pptdev(struct vm *vm, int bus, int slot, int func) in vm_unassign_pptdev() function
/freebsd-13.1/usr.sbin/bhyvectl/
H A Dbhyvectl.c2098 error = vm_unassign_pptdev(ctx, bus, slot, func); in main()