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