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

/illumos-gate/usr/src/uts/common/avs/ns/sdbc/
H A Dsd_conf.c683 _sd_node_hint = 0;
H A Dsd_bcache.h759 #define _SD_NODE_HINTS (_sd_node_hint)
1068 extern uint_t _sd_node_hint;
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;
/illumos-gate/usr/src/cmd/mdb/common/modules/sdbc/
H A Dsdbc.c94 uint_t _sd_node_hint; local
166 if (mdb_readvar(&_sd_node_hint, "_sd_node_hint") == -1) {
167 mdb_warn("failed to read _sd_node_hint symbol");
171 _sd_node_hint, cache_hints);

Completed in 87 milliseconds