Home
last modified time | relevance | path

Searched refs:dtype_prefetch_min (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/cmd/format/
H A Dmain.c644 cur_dtype->dtype_prefetch_min = 0; in get_disk_characteristics()
669 cur_dtype->dtype_prefetch_min = in get_disk_characteristics()
672 get_max_prefetch(cur_dtype->dtype_prefetch_min, in get_disk_characteristics()
H A Dhardware_structs.h102 int dtype_prefetch_min; /* cache min. prefetch */ member
H A Dadd_definition.c265 disk_type->dtype_prefetch_min); in add_disktype()
H A Dctlr_scsi.c1533 (fixed->min_prefetch & cur_dtype->dtype_prefetch_min) == in scsi_ms_page38()
1534 cur_dtype->dtype_prefetch_min) { in scsi_ms_page38()
1535 flag |= (page38->min_prefetch != cur_dtype->dtype_prefetch_min); in scsi_ms_page38()
1536 page38->min_prefetch = cur_dtype->dtype_prefetch_min; in scsi_ms_page38()
H A Dstartup.c748 dtype->dtype_prefetch_min = val; in sup_setdtype()
2513 result |= (dp1->dtype_prefetch_min != dp2->dtype_prefetch_min); in check_dtypes_for_inconsistency()
H A Dmenu_command.c540 d->dtype_prefetch_min = get_min_prefetch(&d->dtype_options); in c_type()
541 d->dtype_prefetch_max = get_max_prefetch(d->dtype_prefetch_min, in c_type()