Lines Matching refs:flag
199 #define DBG(flag, psp, fmt) \ argument
200 ebus_debug(flag, psp, fmt, 0, 0, 0, 0, 0);
201 #define DBG1(flag, psp, fmt, a1) \ argument
202 ebus_debug(flag, psp, fmt, (uintptr_t)(a1), 0, 0, 0, 0);
203 #define DBG2(flag, psp, fmt, a1, a2) \ argument
204 ebus_debug(flag, psp, fmt, (uintptr_t)(a1), (uintptr_t)(a2), 0, 0, 0);
205 #define DBG3(flag, psp, fmt, a1, a2, a3) \ argument
206 ebus_debug(flag, psp, fmt, (uintptr_t)(a1), (uintptr_t)(a2), \
208 #define DBG4(flag, psp, fmt, a1, a2, a3, a4) \ argument
209 ebus_debug(flag, psp, fmt, (uintptr_t)(a1), (uintptr_t)(a2), \
212 #define DBG5(flag, psp, fmt, a1, a2, a3, a4, a5) \ argument
213 ebus_debug(flag, psp, fmt, (uintptr_t)(a1), (uintptr_t)(a2), \
220 #define DBG(flag, psp, fmt) argument
221 #define DBG1(flag, psp, fmt, a1) argument
222 #define DBG2(flag, psp, fmt, a1, a2) argument
223 #define DBG3(flag, psp, fmt, a1, a2, a3) argument
224 #define DBG4(flag, psp, fmt, a1, a2, a3, a4) argument
225 #define DBG5(flag, psp, fmt, a1, a2, a3, a4, a5) argument