Home
last modified time | relevance | path

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

/illumos-gate/usr/src/test/zfs-tests/cmd/file_check/
H A Dfile_check.c47 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 Dfsys_iso9660.c72 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 Dnfslogd.c812 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 Decore_dcbx.c447 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()