Searched defs:read_count (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/test/zfs-tests/cmd/file_check/
H A Dfile_check.c43 int64_t read_count = 0; local
82 read_count += n;
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dfsys_iso9660.c72 static int read_count = 0, threshold = 2; local
98 read_count += (byte_len >> 9);
99 if ((read_count >> 11) > threshold) {
/illumos-gate/usr/src/cmd/fs.d/nfs/nfslog/
H A Dnfslogd.c814 int fd, read_count; local
847 if ((read_count = read(fd, &pid, sizeof (pid))) < 0) {
856 if (read_count > 0) {

Completed in 61 milliseconds