Home
last modified time | relevance | path

Searched refs:_a1 (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/uts/common/ipp/
H A Dippctl.c83 #define DBG1(_type, _fmt, _a1) \ argument
84 ippctl_debug((_type), __FN__, (_fmt), (_a1));
86 #define DBG2(_type, _fmt, _a1, _a2) \ argument
87 ippctl_debug((_type), __FN__, (_fmt), (_a1), (_a2));
89 #define DBG3(_type, _fmt, _a1, _a2, _a3) \ argument
90 ippctl_debug((_type), __FN__, (_fmt), (_a1), (_a2), \
93 #define DBG4(_type, _fmt, _a1, _a2, _a3, _a4) \ argument
94 ippctl_debug((_type), __FN__, (_fmt), (_a1), (_a2), \
97 #define DBG5(_type, _fmt, _a1, _a2, _a3, _a4, _a5) \ argument
98 ippctl_debug((_type), __FN__, (_fmt), (_a1), (_a2), \
[all …]
H A Dippconf.c212 #define DBG1(_type, _fmt, _a1) \ argument
213 ipp_debug((_type), __FN__, (_fmt), (_a1));
215 #define DBG2(_type, _fmt, _a1, _a2) \ argument
216 ipp_debug((_type), __FN__, (_fmt), (_a1), (_a2));
218 #define DBG3(_type, _fmt, _a1, _a2, _a3) \ argument
219 ipp_debug((_type), __FN__, (_fmt), (_a1), (_a2), \
222 #define DBG4(_type, _fmt, _a1, _a2, _a3, _a4) \ argument
223 ipp_debug((_type), __FN__, (_fmt), (_a1), (_a2), \
226 #define DBG5(_type, _fmt, _a1, _a2, _a3, _a4, _a5) \ argument
227 ipp_debug((_type), __FN__, (_fmt), (_a1), (_a2), \
[all …]