Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/cpr/
H A Dcpr_mod.c293 cpr_debug |= CPR_DEBUG_BIT(fcn); in cpr()
/illumos-gate/usr/src/uts/common/sys/
H A Dcpr.h214 #define CPR_DEBUG_BIT(dval) (1 << (dval - AD_CPR_DEBUG0 - 1)) macro