Lines Matching refs:args

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
133 #define DDI_INTR_NEXDBG(args) if (ddidebug & DDI_INTR_NEXUS) cmn_err args
134 #define RIO_DEBUG(args) if (ddidebug & DDI_DBG_RETIRE) cmn_err args
135 #define RIO_VERBOSE(args) if (ddidebug & DDI_DBG_RTR_VRBOSE) cmn_err args
136 #define RIO_TRACE(args) if (ddidebug & DDI_DBG_RTR_TRACE) cmn_err args
137 #define LDI_EVDBG(args) if (ddidebug & LDI_EV_DEBUG) cmn_err args
138 #define LDI_EVTRC(args) if (ddidebug & LDI_EV_TRACE) cmn_err args
139 #define DDI_INTR_IRMDBG(args) if (ddidebug & DDI_INTR_IRM) cmn_err args
140 #define DDI_HP_APIDBG(args) if (ddidebug & DDI_HP_API) cmn_err args
141 #define DDI_HP_IMPLDBG(args) if (ddidebug & DDI_HP_IMPL) cmn_err args
142 #define DDI_HP_NEXDBG(args) if (ddidebug & DDI_HP_NEXUS) cmn_err args
144 #define NDI_CONFIG_DEBUG(args)
145 #define BMDPRINTF(args)
146 #define DCOMPATPRINTF(args)
147 #define LDI_OPENCLOSE(args)
148 #define LDI_ALLOCFREE(args)
149 #define LDI_STREAMS_LNK(args)
150 #define LDI_EVENTCB(args)
151 #define DDI_INTR_APIDBG(args)
152 #define DDI_INTR_IMPLDBG(args)
153 #define DDI_INTR_NEXDBG(args)
154 #define RIO_DEBUG(args) if (ddidebug & DDI_DBG_RETIRE) cmn_err args
155 #define RIO_VERBOSE(args) if (ddidebug & DDI_DBG_RTR_VRBOSE) cmn_err args
156 #define RIO_TRACE(args) if (ddidebug & DDI_DBG_RTR_TRACE) cmn_err args
157 #define LDI_EVDBG(args) if (ddidebug & LDI_EV_DEBUG) cmn_err args
158 #define LDI_EVTRC(args) if (ddidebug & LDI_EV_TRACE) cmn_err args
159 #define DDI_INTR_IRMDBG(args)
160 #define DDI_HP_APIDBG(args)
161 #define DDI_HP_IMPLDBG(args)
162 #define DDI_HP_NEXDBG(args)
164 #define DDI_MP_DBG(args) if (ddidebug & DDI_MP_DEBUG) cmn_err args