Home
last modified time | relevance | path

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

/libpciaccess/src/
H A Dlinux_sysfs.c289 size_t total_bytes; in pci_device_linux_sysfs_read_rom() local
330 for ( total_bytes = 0 ; total_bytes < rom_size ; /* empty */ ) { in pci_device_linux_sysfs_read_rom()
331 const int bytes = read( fd, (char *) buffer + total_bytes, in pci_device_linux_sysfs_read_rom()
332 rom_size - total_bytes ); in pci_device_linux_sysfs_read_rom()
341 total_bytes += bytes; in pci_device_linux_sysfs_read_rom()