Searched refs:SYSFS_PCI_DEV (Results 1 – 2 of 2) sorted by relevance
| /tools/libs/light/ |
| A D | libxl_osdeps.h | 29 #define SYSFS_PCI_DEV "/sys/bus/pci/devices" macro 39 #define SYSFS_PCI_DEV "/sys/bus/pci/devices" macro 50 #define SYSFS_PCI_DEV "/dev/null" macro 75 #ifndef SYSFS_PCI_DEV 76 #error define SYSFS_PCI_DEV for your platform
|
| A D | libxl_pci.c | 505 spath = GCSPRINTF(SYSFS_PCI_DEV"/"PCI_BDF"/driver", in sysfs_dev_unbind() 538 GCSPRINTF(SYSFS_PCI_DEV"/"PCI_BDF"/vendor", in sysfs_dev_get_vendor() 565 GCSPRINTF(SYSFS_PCI_DEV"/"PCI_BDF"/device", in sysfs_dev_get_device() 592 char *pci_device_class_path = GCSPRINTF(SYSFS_PCI_DEV"/"PCI_BDF"/class", in sysfs_dev_get_class() 794 spath = GCSPRINTF(SYSFS_PCI_DEV"/"PCI_BDF, dom, bus, dev, func); in libxl__device_pci_assignable_add() 989 dir = opendir(SYSFS_PCI_DEV); in pci_multifunction_check() 991 LOGE(ERROR, "Couldn't open %s", SYSFS_PCI_DEV); in pci_multifunction_check() 1331 sysfs_path = GCSPRINTF(SYSFS_PCI_DEV"/"PCI_BDF"/resource", pci->domain, in pci_add_dm_done() 1383 sysfs_path = GCSPRINTF(SYSFS_PCI_DEV"/"PCI_BDF"/irq", pci->domain, in pci_add_dm_done() 2024 sysfs_path = GCSPRINTF(SYSFS_PCI_DEV"/"PCI_BDF"/resource", in pci_remove_detached() [all …]
|
Completed in 10 milliseconds