Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dautoconf.h121 extern int ddidebug;
124 #define NDI_CONFIG_DEBUG(args) if (ddidebug & DDI_DEBUG) cmn_err args
125 #define BMDPRINTF(args) if (ddidebug & DDI_DEBUG_BOOTMOD) printf args
126 #define DCOMPATPRINTF(args) if (ddidebug & DDI_DEBUG_COMPAT) cmn_err args
127 #define LDI_OPENCLOSE(args) if (ddidebug & LDI_DBG_OPENCLOSE) cmn_err args
128 #define LDI_ALLOCFREE(args) if (ddidebug & LDI_DBG_ALLOCFREE) cmn_err args
129 #define LDI_STREAMS_LNK(args) if (ddidebug & LDI_DBG_STREAMS) cmn_err args
130 #define LDI_EVENTCB(args) if (ddidebug & LDI_DBG_EVENTCB) cmn_err args
131 #define DDI_INTR_APIDBG(args) if (ddidebug & DDI_INTR_API) cmn_err args
132 #define DDI_INTR_IMPLDBG(args) if (ddidebug & DDI_INTR_IMPL) cmn_err args
[all …]
/illumos-gate/usr/src/uts/common/os/
H A Ddevcfg.c74 int ddidebug = DDI_AUDIT; variable
76 int ddidebug = 0; variable
248 if (ddidebug & DDI_AUDIT) in i_ddi_node_cache_init()
1649 if (ddidebug & DDI_AUDIT) in i_ndi_config_node()
7717 if ((ddidebug & DDI_MTCONFIG) && hdl->mtc_pdip) in mt_config_fini()
7785 if ((ddidebug & DDI_DEBUG) && (major != DDI_MAJOR_T_NONE)) { in mt_config_thread()