Searched refs:read_items (Results 1 – 1 of 1) sorted by relevance
486 uint16_t read_items; in sysfs_dev_get_vendor() local496 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() local523 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() local550 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