Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/format/
H A Dstartup.h75 #define SUP_CACHE 0x00010000 /* set cache size */ macro
H A Dprompts.c354 *options |= SUP_CACHE;
H A Dadd_definition.c257 if (disk_type->dtype_options & SUP_CACHE) {
H A Dctlr_scsi.c1517 if (((cur_dtype->dtype_options & (SUP_CACHE | SUP_PREFETCH |
1589 if ((cur_dtype->dtype_options & SUP_CACHE) &&
H A Dstartup.c717 flags |= SUP_CACHE; in sup_setdtype()