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

/illumos-gate/usr/src/cmd/cdrw/
H A Ddae.c128 uint32_t read_burst_size; local
145 read_burst_size = SMALL_READ_BURST_SIZE;
147 read_burst_size = READ_BURST_SIZE;
149 buf = (uchar_t *)my_zalloc(BLOCK_SIZE * read_burst_size);
150 prev = (uchar_t *)my_zalloc(BLOCK_SIZE * read_burst_size);
220 if (blocks_to_read > read_burst_size)
221 blocks_to_read = read_burst_size;
271 (void) memcpy(prev, buf, read_burst_size * BLOCK_SIZE);

Completed in 53 milliseconds