Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/format/
H A Dstartup.h78 #define SUP_CACHE_MAX 0x00080000 /* set max. prefetch */ macro
H A Dprompts.c415 *options |= SUP_CACHE_MAX;
H A Dadd_definition.c272 if (disk_type->dtype_options & SUP_CACHE_MAX) {
H A Dctlr_scsi.c1518 SUP_CACHE_MIN | SUP_CACHE_MAX)) == 0) &&
1607 if ((cur_dtype->dtype_options & SUP_CACHE_MAX) &&
H A Dstartup.c732 flags |= SUP_CACHE_MAX; in sup_setdtype()