Home
last modified time | relevance | path

Searched refs:_sd_node_hint (Results 1 – 4 of 4) sorted by relevance

/titanic_50/usr/src/uts/common/avs/ns/sdbc/
H A Dsd_bcache.h759 #define _SD_NODE_HINTS (_sd_node_hint)
1068 extern uint_t _sd_node_hint;
H A Dsd_conf.c683 _sd_node_hint = 0;
H A Dsd_bcache.c308 unsigned int _sd_node_hint; variable
6756 if ((_sd_node_hint & NSC_NO_FORCED_WRTHRU) &&
6759 _sd_node_hint |= (hint & _SD_HINT_MASK);
6769 _sd_node_hint &= ~(hint & _SD_HINT_MASK);
6778 *hint = _sd_node_hint;
/titanic_50/usr/src/cmd/mdb/common/modules/sdbc/
H A Dsdbc.c94 uint_t _sd_node_hint; in sdbc_config() local
166 if (mdb_readvar(&_sd_node_hint, "_sd_node_hint") == -1) { in sdbc_config()
171 _sd_node_hint, cache_hints); in sdbc_config()