Searched refs:read_chunk (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/cdrw/
H A Dcopycd.c64 uint32_t blks_read, cblk, read_chunk, read_size; local
98 read_chunk = ti->ti_track_size - blks_read - link_blks_count;
99 read_chunk = (read_chunk > READ_BURST) ? READ_BURST :
100 read_chunk;
101 if (read_chunk == 0) {
103 read_chunk = link_blks_count;
105 read_size = read_chunk * blksize;
106 if (read10(dev->d_fd, cblk, read_chunk, buf, read_size)) {
119 blks_read += read_chunk;
[all...]
/illumos-gate/usr/src/lib/libbe/common/
H A Dbe_mount.c1874 int read_chunk = 32; local
1890 if (size % read_chunk == 0) {
1892 (size + read_chunk) * sizeof (ent));
/illumos-gate/usr/src/cmd/cpio/
H A Dcpio.c2231 read_chunk(int ifd, char *buffer, size_t datasize, data_in_t *data_in_info) function
2287 * or the archive file. read_chunk() will only return
2290 if ((got = read_chunk(ifd, buf + bytesread,

Completed in 88 milliseconds