Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/format/
H A Dstartup.h73 #define SUP_CACHE 0x00010000 /* set cache size */ macro
H A Dprompts.c339 *options |= SUP_CACHE; in get_cache()
H A Dadd_definition.c253 if (disk_type->dtype_options & SUP_CACHE) { in add_disktype()
H A Dctlr_scsi.c1449 if (((cur_dtype->dtype_options & (SUP_CACHE | SUP_PREFETCH | in scsi_ms_page38()
1520 if ((cur_dtype->dtype_options & SUP_CACHE) && in scsi_ms_page38()
H A Dstartup.c737 flags |= SUP_CACHE; in sup_setdtype()