Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/format/
H A Dhardware_structs.h98 int dtype_cache; /* cache control */ member
H A Dmain.c642 cur_dtype->dtype_cache = 0; in get_disk_characteristics()
666 cur_dtype->dtype_cache = get_cache(&cur_dtype->dtype_options); in get_disk_characteristics()
H A Dadd_definition.c255 disk_type->dtype_cache); in add_disktype()
H A Dctlr_scsi.c1521 (fixed->mode & cur_dtype->dtype_cache) == in scsi_ms_page38()
1522 cur_dtype->dtype_cache) { in scsi_ms_page38()
1523 flag |= (page38->mode != cur_dtype->dtype_cache); in scsi_ms_page38()
1524 page38->mode = cur_dtype->dtype_cache; in scsi_ms_page38()
H A Dstartup.c736 dtype->dtype_cache = val; in sup_setdtype()
2509 result |= (dp1->dtype_cache != dp2->dtype_cache); in check_dtypes_for_inconsistency()
H A Dmenu_command.c538 d->dtype_cache = get_cache(&d->dtype_options); in c_type()