Searched refs:priv_debug (Results 1 - 3 of 3) sorted by relevance

/opensolaris-onvv-gate/usr/src/uts/common/sys/
H A Dpriv.h204 extern int priv_debug;
/opensolaris-onvv-gate/usr/src/uts/common/os/
H A Dpolicy.c65 int priv_debug = 0; variable
240 if (priv_debug == 0 && (CR_FLAGS(cr) & PRIV_DEBUG) == 0)
314 if (priv_debug) {
379 if (priv_debug || (CR_FLAGS(cr) & PRIV_DEBUG) ||
518 if (priv_debug || (CR_FLAGS(cr) & PRIV_DEBUG) || curthread->t_pre_sys) {
548 if (priv_debug || (CR_FLAGS(cr) & PRIV_DEBUG) ||
H A Dpriv.c88 int alloc_test_priv = priv_debug;
97 * When booting with priv_debug set or in a DEBUG kernel, then we'll

Completed in 160 milliseconds