Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/format/
H A Dhardware_structs.h103 int dtype_prefetch_max; /* cache max. prefetch */ member
H A Dmain.c645 cur_dtype->dtype_prefetch_max = 0; in get_disk_characteristics()
671 cur_dtype->dtype_prefetch_max = in get_disk_characteristics()
H A Dadd_definition.c270 disk_type->dtype_prefetch_max); in add_disktype()
H A Dctlr_scsi.c1539 (fixed->max_prefetch & cur_dtype->dtype_prefetch_max) == in scsi_ms_page38()
1540 cur_dtype->dtype_prefetch_max) { in scsi_ms_page38()
1541 flag |= (page38->max_prefetch != cur_dtype->dtype_prefetch_max); in scsi_ms_page38()
1542 page38->max_prefetch = cur_dtype->dtype_prefetch_max; in scsi_ms_page38()
H A Dstartup.c751 dtype->dtype_prefetch_max = val; in sup_setdtype()
2514 result |= (dp1->dtype_prefetch_max != dp2->dtype_prefetch_max); in check_dtypes_for_inconsistency()
H A Dmenu_command.c541 d->dtype_prefetch_max = get_max_prefetch(d->dtype_prefetch_min, in c_type()