Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/format/
H A Dstartup.h77 #define SUP_CACHE_MIN 0x00040000 /* set min. prefetch */ macro
H A Dprompts.c394 *options |= SUP_CACHE_MIN;
H A Dadd_definition.c267 if (disk_type->dtype_options & SUP_CACHE_MIN) {
H A Dctlr_scsi.c1518 SUP_CACHE_MIN | SUP_CACHE_MAX)) == 0) &&
1601 if ((cur_dtype->dtype_options & SUP_CACHE_MIN) &&
H A Dstartup.c729 flags |= SUP_CACHE_MIN; in sup_setdtype()