Searched refs:read_count (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/usr/src/test/zfs-tests/cmd/file_check/ |
H A D | file_check.c | 47 int64_t read_count = 0; in main() local 89 read_count += n; in main()
|
/illumos-gate/usr/src/grub/grub-0.97/stage2/ |
H A D | fsys_iso9660.c | 72 static int read_count = 0, threshold = 2; in iso9660_devread() local 98 read_count += (byte_len >> 9); in iso9660_devread() 99 if ((read_count >> 11) > threshold) { in iso9660_devread()
|
/illumos-gate/usr/src/cmd/fs.d/nfs/nfslog/ |
H A D | nfslogd.c | 812 int fd, read_count; in process_pidfile() local 845 if ((read_count = read(fd, &pid, sizeof (pid))) < 0) { in process_pidfile() 854 if (read_count > 0) { in process_pidfile()
|
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/ |
H A D | ecore_dcbx.c | 447 int read_count = 0; in ecore_dcbx_copy_mib() local 464 read_count++; in ecore_dcbx_copy_mib() 468 type, read_count, prefix_seq_num, suffix_seq_num); in ecore_dcbx_copy_mib() 470 (read_count < ECORE_DCBX_MAX_MIB_READ_TRY)); in ecore_dcbx_copy_mib() 472 if (read_count >= ECORE_DCBX_MAX_MIB_READ_TRY) { in ecore_dcbx_copy_mib() 475 type, read_count, prefix_seq_num, suffix_seq_num); in ecore_dcbx_copy_mib()
|