Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/os/
H A Dretire_store.c83 static int store_debug = 0; variable
90 #define STORE_DBG(args) if (store_debug & STORE_DEBUG) cmn_err args
91 #define STORE_TRC(args) if (store_debug & STORE_TRACE) cmn_err args