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

/freebsd-10-stable/lib/libvmmapi/
H A Dvmmapi.h153 int vm_unassign_pptdev(struct vmctx *ctx, int bus, int slot, int func);
H A Dvmmapi.c862 vm_unassign_pptdev(struct vmctx *ctx, int bus, int slot, int func) function
/freebsd-10-stable/sys/amd64/include/
H A Dvmm.h188 int vm_unassign_pptdev(struct vm *vm, int bus, int slot, int func);
/freebsd-10-stable/sys/amd64/vmm/io/
H A Dppt.c421 vm_unassign_pptdev(vm, bus, slot, func);
/freebsd-10-stable/usr.sbin/bhyve/
H A Dpci_passthru.c701 vm_unassign_pptdev(ctx, bus, slot, func);
/freebsd-10-stable/sys/amd64/vmm/
H A Dvmm_dev.c443 error = vm_unassign_pptdev(sc->vm, pptdev->bus, pptdev->slot,
H A Dvmm.c864 vm_unassign_pptdev(struct vm *vm, int bus, int slot, int func) function
/freebsd-10-stable/usr.sbin/bhyvectl/
H A Dbhyvectl.c1892 error = vm_unassign_pptdev(ctx, bus, slot, func);

Completed in 141 milliseconds