Lines Matching refs:format
201 #define DEBUGWARN0(fac, format) \ argument
203 cmn_err(CE_WARN, format)
204 #define DEBUGNOTE0(fac, format) \ argument
206 cmn_err(CE_NOTE, format)
207 #define DEBUGNOTE1(fac, format, arg1) \ argument
209 cmn_err(CE_NOTE, format, arg1)
210 #define DEBUGNOTE2(fac, format, arg1, arg2) \ argument
212 cmn_err(CE_NOTE, format, arg1, arg2)
213 #define DEBUGNOTE3(fac, format, arg1, arg2, arg3) \ argument
215 cmn_err(CE_NOTE, format, arg1, arg2, arg3)
216 #define DEBUGCONT0(fac, format) \ argument
218 cmn_err(CE_CONT, format)
219 #define DEBUGCONT1(fac, format, arg1) \ argument
221 cmn_err(CE_CONT, format, arg1)
222 #define DEBUGCONT2(fac, format, arg1, arg2) \ argument
224 cmn_err(CE_CONT, format, arg1, arg2)
225 #define DEBUGCONT3(fac, format, arg1, arg2, arg3) \ argument
227 cmn_err(CE_CONT, format, arg1, arg2, arg3)
228 #define DEBUGCONT4(fac, format, arg1, arg2, arg3, arg4) \ argument
230 cmn_err(CE_CONT, format, arg1, arg2, arg3, arg4)
231 #define DEBUGCONT10(fac, format, \ argument
234 cmn_err(CE_CONT, format, \
237 #define DEBUGWARN0(fac, format)
238 #define DEBUGNOTE0(fac, format)
239 #define DEBUGNOTE1(fac, format, arg1)
240 #define DEBUGNOTE2(fac, format, arg1, arg2)
241 #define DEBUGNOTE3(fac, format, arg1, arg2, arg3)
242 #define DEBUGCONT0(fac, format)
243 #define DEBUGCONT1(fac, format, arg1)
244 #define DEBUGCONT2(fac, format, arg1, arg2)
245 #define DEBUGCONT3(fac, format, arg1, arg2, arg3)
246 #define DEBUGCONT4(fac, format, arg1, arg2, arg3, arg4)
247 #define DEBUGCONT10(fac, format, \