Lines Matching refs:fmt
184 #define DBG(flag, psp, fmt) \
185 acebus_debug(flag, psp, fmt, 0, 0, 0, 0, 0);
186 #define DBG1(flag, psp, fmt, a1) \
187 acebus_debug(flag, psp, fmt, (uintptr_t)(a1), 0, 0, 0, 0);
188 #define DBG2(flag, psp, fmt, a1, a2) \
189 acebus_debug(flag, psp, fmt, (uintptr_t)(a1), (uintptr_t)(a2), 0, 0, 0);
190 #define DBG3(flag, psp, fmt, a1, a2, a3) \
191 acebus_debug(flag, psp, fmt, (uintptr_t)(a1), (uintptr_t)(a2), \
193 #define DBG4(flag, psp, fmt, a1, a2, a3, a4) \
194 acebus_debug(flag, psp, fmt, (uintptr_t)(a1), (uintptr_t)(a2), \
197 #define DBG5(flag, psp, fmt, a1, a2, a3, a4, a5) \
198 acebus_debug(flag, psp, fmt, (uintptr_t)(a1), (uintptr_t)(a2), \
205 #define DBG(flag, psp, fmt)
206 #define DBG1(flag, psp, fmt, a1)
207 #define DBG2(flag, psp, fmt, a1, a2)
208 #define DBG3(flag, psp, fmt, a1, a2, a3)
209 #define DBG4(flag, psp, fmt, a1, a2, a3, a4)
210 #define DBG5(flag, psp, fmt, a1, a2, a3, a4, a5)