Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/tools/libxl/
A Dlibxl_pci.c486 uint16_t read_items; in sysfs_dev_get_vendor() local
496 read_items = fscanf(f, "0x%hx\n", &pci_device_vendor); in sysfs_dev_get_vendor()
498 if (read_items != 1) { in sysfs_dev_get_vendor()
513 uint16_t read_items; in sysfs_dev_get_device() local
523 read_items = fscanf(f, "0x%hx\n", &pci_device_device); in sysfs_dev_get_device()
525 if (read_items != 1) { in sysfs_dev_get_device()
540 int read_items, ret = 0; in sysfs_dev_get_class() local
550 read_items = fscanf(f, "0x%lx\n", class); in sysfs_dev_get_class()
552 if (read_items != 1) { in sysfs_dev_get_class()

Completed in 5 milliseconds