Home
last modified time | relevance | path

Searched refs:scan_size (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/format/
H A Dmenu_analyze.c184 for (i = 0; i < scan_size * cur_blksz / sizeof (int); i += 6) { in a_print()
189 if (i + j < scan_size * cur_blksz / sizeof (int)) in a_print()
327 if (scan_size > ioparam.io_bounds.upper) in a_setup()
328 scan_size = ioparam.io_bounds.upper; in a_setup()
329 scan_size = input(FIO_INT, "Enter number of blocks per transfer", ':', in a_setup()
330 &ioparam, (int *)&scan_size, DATA_INPUT); in a_setup()
388 fmt_print(" Number of blocks per transfer: %d (", scan_size); in a_config()
389 pr_dblock(fmt_print, (diskaddr_t)scan_size); in a_config()
H A Danalyze.h45 extern uint_t scan_size;
H A Danalyze.c52 uint_t scan_size = 0; /* sectors/scan operation */ variable
270 if ((end - curnt) < scan_size) in do_scan()
273 size = scan_size; in do_scan()
H A Dmain.c455 scan_size = BUF_SECTS; in init_globals()
/illumos-gate/usr/src/cmd/boot/installboot/i386/
H A Dinstallboot.c614 size_t scan_size; in read_stage2_cb() local
628 scan_size = MIN(sizeof (mboot_scan), in read_stage2_cb()
631 if (read_in(fd, mboot_scan, scan_size, offset) in read_stage2_cb()
640 if (find_multiboot(mboot_scan, scan_size, &mboot_off) in read_stage2_cb()