Lines Matching defs:format
52 #define DEBUGWARN0(fac, format) \
54 cmn_err(CE_WARN, format)
55 #define DEBUGNOTE0(fac, format) \
57 cmn_err(CE_NOTE, format)
58 #define DEBUGNOTE1(fac, format, arg1) \
60 cmn_err(CE_NOTE, format, arg1)
61 #define DEBUGNOTE2(fac, format, arg1, arg2) \
63 cmn_err(CE_NOTE, format, arg1, arg2)
64 #define DEBUGNOTE3(fac, format, arg1, arg2, arg3) \
66 cmn_err(CE_NOTE, format, arg1, arg2, arg3)
67 #define DEBUGCONT0(fac, format) \
69 cmn_err(CE_CONT, format)
70 #define DEBUGCONT1(fac, format, arg1) \
72 cmn_err(CE_CONT, format, arg1)
73 #define DEBUGCONT2(fac, format, arg1, arg2) \
75 cmn_err(CE_CONT, format, arg1, arg2)
76 #define DEBUGCONT3(fac, format, arg1, arg2, arg3) \
78 cmn_err(CE_CONT, format, arg1, arg2, arg3)
79 #define DEBUGCONT4(fac, format, arg1, arg2, arg3, arg4) \
81 cmn_err(CE_CONT, format, arg1, arg2, arg3, arg4)
82 #define DEBUGCONT10(fac, format, \
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, \