Searched refs:BUF_SECTS (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/format/
H A Danalyze.h80 #define BUF_SECTS 126 /* size of the buffers */ macro
H A Dmain.c430 scan_size = BUF_SECTS;
443 cur_buf = (void *) zalloc(BUF_SECTS * cur_blksz);
444 pattern_buf = (void *) zalloc(BUF_SECTS * cur_blksz);
H A Dmenu_analyze.c328 ioparam.io_bounds.upper = min(size, BUF_SECTS);
H A Dctlr_scsi.c214 * If the max xfercnt hasn't been determined start with BUF_SECTS
219 max_sectors = BUF_SECTS;
221 max_sectors = BUF_SECTS;

Completed in 86 milliseconds