Searched refs:sysfs_path (Results 1 – 1 of 1) sorted by relevance
/xen-4.10.0-shim-comet/tools/libxl/ |
A D | libxl_pci.c | 368 static int sysfs_write_bdf(libxl__gc *gc, const char * sysfs_path, in sysfs_write_bdf() argument 374 fd = open(sysfs_path, O_WRONLY); in sysfs_write_bdf() 376 LOGE(ERROR, "Couldn't open %s", sysfs_path); in sysfs_write_bdf() 385 LOGE(ERROR, "write to %s returned %d", sysfs_path, rc); in sysfs_write_bdf() 986 char *sysfs_path; in do_pci_add() local 1019 f = fopen(sysfs_path, "r"); in do_pci_add() 1024 LOGED(ERROR, domainid, "Couldn't open %s", sysfs_path); in do_pci_add() 1059 f = fopen(sysfs_path, "r"); in do_pci_add() 1061 LOGED(ERROR, domainid, "Couldn't open %s", sysfs_path); in do_pci_add() 1403 FILE *f = fopen(sysfs_path, "r"); in do_pci_remove() [all …]
|
Completed in 4 milliseconds