Lines Matching refs:format
52 #define DEBUGWARN0(fac, format) \ argument
54 cmn_err(CE_WARN, format)
55 #define DEBUGNOTE0(fac, format) \ argument
57 cmn_err(CE_NOTE, format)
58 #define DEBUGNOTE1(fac, format, arg1) \ argument
60 cmn_err(CE_NOTE, format, arg1)
61 #define DEBUGNOTE2(fac, format, arg1, arg2) \ argument
63 cmn_err(CE_NOTE, format, arg1, arg2)
64 #define DEBUGNOTE3(fac, format, arg1, arg2, arg3) \ argument
66 cmn_err(CE_NOTE, format, arg1, arg2, arg3)
67 #define DEBUGCONT0(fac, format) \ argument
69 cmn_err(CE_CONT, format)
70 #define DEBUGCONT1(fac, format, arg1) \ argument
72 cmn_err(CE_CONT, format, arg1)
73 #define DEBUGCONT2(fac, format, arg1, arg2) \ argument
75 cmn_err(CE_CONT, format, arg1, arg2)
76 #define DEBUGCONT3(fac, format, arg1, arg2, arg3) \ argument
78 cmn_err(CE_CONT, format, arg1, arg2, arg3)
79 #define DEBUGCONT4(fac, format, arg1, arg2, arg3, arg4) \ argument
81 cmn_err(CE_CONT, format, arg1, arg2, arg3, arg4)
82 #define DEBUGCONT10(fac, format, \ argument
85 cmn_err(CE_CONT, format, \
88 #define DEBUGWARN0(fac, format)
89 #define DEBUGNOTE0(fac, format)
90 #define DEBUGNOTE1(fac, format, arg1)
91 #define DEBUGNOTE2(fac, format, arg1, arg2)
92 #define DEBUGNOTE3(fac, format, arg1, arg2, arg3)
93 #define DEBUGCONT0(fac, format)
94 #define DEBUGCONT1(fac, format, arg1)
95 #define DEBUGCONT2(fac, format, arg1, arg2)
96 #define DEBUGCONT3(fac, format, arg1, arg2, arg3)
97 #define DEBUGCONT4(fac, format, arg1, arg2, arg3, arg4)
98 #define DEBUGCONT10(fac, format, \