Searched refs:VFIO_PCI_DEVID_NOT_OWNED (Results 1 - 3 of 3) sorted by relevance

/linux-master/include/linux/
H A Dvfio.h156 return VFIO_PCI_DEVID_NOT_OWNED;
/linux-master/include/uapi/linux/
H A Dvfio.h712 * A devid value of VFIO_PCI_DEVID_NOT_OWNED is provided in the return
733 #define VFIO_PCI_DEVID_NOT_OWNED -1 macro
/linux-master/drivers/vfio/pci/
H A Dvfio_pci_core.c812 info.devid = VFIO_PCI_DEVID_NOT_OWNED;
821 info.devid = VFIO_PCI_DEVID_NOT_OWNED;
823 /* If devid is VFIO_PCI_DEVID_NOT_OWNED, clear owned flag. */
824 if (info.devid == VFIO_PCI_DEVID_NOT_OWNED)

Completed in 122 milliseconds