Searched refs:blks_read (Results 1 - 7 of 7) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/cdrw/
H A Dcopycd.c64 uint32_t blks_read, cblk, read_chunk, read_size; local
95 blks_read = 0;
96 while (blks_read < ti->ti_track_size) {
98 read_chunk = ti->ti_track_size - blks_read - link_blks_count;
111 if (blks_read !=
119 blks_read += read_chunk;
121 (void) progress((ti->ti_track_size), blks_read);
/opensolaris-onvv-gate/usr/src/stand/lib/fs/nfs/
H A Dnfs2ops.c71 static int blks_read; local
171 if ((blks_read++ & 0x3) == 0)
H A Dnfs3ops.c69 static int blks_read; local
175 if ((blks_read++ & 0x3) == 0)
H A Dnfs4ops.c71 static int blks_read; local
168 if ((blks_read++ & 0x3) == 0)
/opensolaris-onvv-gate/usr/src/uts/sparc/os/
H A Dbootops.c153 static int blks_read; local
155 if ((blks_read++ & 0x3) == 0)
/opensolaris-onvv-gate/usr/src/stand/lib/fs/hsfs/
H A Dhsfsops.c329 static int blks_read; local
370 if ((blks_read++ & 0x3) == 0)
381 if ((blks_read++ & 0x3) == 0)
/opensolaris-onvv-gate/usr/src/stand/lib/fs/ufs/
H A Dufsops.c460 static int blks_read; local
510 if ((blks_read++ & 0x3) == 0)
526 if ((blks_read++ & 0x3) == 0)

Completed in 161 milliseconds