Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/os/
H A Ddacf_clnt.c236 if (dacfdebug & DACF_DBG_DEVI) { in dacfc_postattach()
247 if ((err == DACF_FAILURE) && (dacfdebug & DACF_DBG_DEVI)) { in dacfc_postattach()
301 if (dacfdebug & DACF_DBG_DEVI) { in dacfc_predetach()
312 if (dacfdebug & DACF_DBG_DEVI) { in dacfc_predetach()
/titanic_50/usr/src/uts/common/sys/
H A Ddacf_impl.h142 #define DACF_DBG_DEVI 0x00000002 macro