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

/illumos-gate/usr/src/cmd/cdrw/
H A Ddae.c126 uint32_t blocks_to_write, blocks_to_read, blks_to_overlap; local
207 blocks_to_write = 0;
209 for (c_blk = start_blk; c_blk < end_blk; c_blk += blocks_to_write) {
233 blocks_to_write = blocks_to_read;
234 previous_end = buf + (blocks_to_write * BLOCK_SIZE);
252 blocks_to_write = blocks_to_read - blks_to_overlap;
254 while ((off + (blocks_to_write*BLOCK_SIZE)) >
256 blocks_to_write--;
259 if ((blocks_to_write + c_blk) > end_blk) {
260 blocks_to_write
[all...]

Completed in 58 milliseconds