Home
last modified time | relevance | path

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

/titanic_50/usr/src/test/zfs-tests/cmd/file_check/
H A Dfile_check.c43 int64_t read_count = 0; in main() local
82 read_count += n; in main()
/titanic_50/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()
/titanic_50/usr/src/cmd/fs.d/nfs/nfslog/
H A Dnfslogd.c814 int fd, read_count; in process_pidfile() local
847 if ((read_count = read(fd, &pid, sizeof (pid))) < 0) { in process_pidfile()
856 if (read_count > 0) { in process_pidfile()