Lines Matching refs:format
202 #define DEBUGWARN0(fac, format) \
204 cmn_err(CE_WARN, format)
205 #define DEBUGNOTE0(fac, format) \
207 cmn_err(CE_NOTE, format)
208 #define DEBUGNOTE1(fac, format, arg1) \
210 cmn_err(CE_NOTE, format, arg1)
211 #define DEBUGNOTE2(fac, format, arg1, arg2) \
213 cmn_err(CE_NOTE, format, arg1, arg2)
214 #define DEBUGNOTE3(fac, format, arg1, arg2, arg3) \
216 cmn_err(CE_NOTE, format, arg1, arg2, arg3)
217 #define DEBUGCONT0(fac, format) \
219 cmn_err(CE_CONT, format)
220 #define DEBUGCONT1(fac, format, arg1) \
222 cmn_err(CE_CONT, format, arg1)
223 #define DEBUGCONT2(fac, format, arg1, arg2) \
225 cmn_err(CE_CONT, format, arg1, arg2)
226 #define DEBUGCONT3(fac, format, arg1, arg2, arg3) \
228 cmn_err(CE_CONT, format, arg1, arg2, arg3)
229 #define DEBUGCONT4(fac, format, arg1, arg2, arg3, arg4) \
231 cmn_err(CE_CONT, format, arg1, arg2, arg3, arg4)
232 #define DEBUGCONT10(fac, format, \
235 cmn_err(CE_CONT, format, \
238 #define DEBUGWARN0(fac, format)
239 #define DEBUGNOTE0(fac, format)
240 #define DEBUGNOTE1(fac, format, arg1)
241 #define DEBUGNOTE2(fac, format, arg1, arg2)
242 #define DEBUGNOTE3(fac, format, arg1, arg2, arg3)
243 #define DEBUGCONT0(fac, format)
244 #define DEBUGCONT1(fac, format, arg1)
245 #define DEBUGCONT2(fac, format, arg1, arg2)
246 #define DEBUGCONT3(fac, format, arg1, arg2, arg3)
247 #define DEBUGCONT4(fac, format, arg1, arg2, arg3, arg4)
248 #define DEBUGCONT10(fac, format, \