Home
last modified time | relevance | path

Searched defs:_fmt (Results 1 – 7 of 7) sorted by relevance

/titanic_52/usr/src/uts/common/ipp/
H A Dippctl.c80 #define DBG0(_type, _fmt) \ argument
83 #define DBG1(_type, _fmt, _a1) \ argument
86 #define DBG2(_type, _fmt, _a1, _a2) \ argument
89 #define DBG3(_type, _fmt, _a1, _a2, _a3) \ argument
93 #define DBG4(_type, _fmt, _a1, _a2, _a3, _a4) \ argument
97 DBG5(_type,_fmt,_a1,_a2,_a3,_a4,_a5) global() argument
103 DBG0(_type,_fmt) global() argument
104 DBG1(_type,_fmt,_a1) global() argument
105 DBG2(_type,_fmt,_a1,_a2) global() argument
106 DBG3(_type,_fmt,_a1,_a2,_a3) global() argument
107 DBG4(_type,_fmt,_a1,_a2,_a3,_a4) global() argument
108 DBG5(_type,_fmt,_a1,_a2,_a3,_a4,_a5) global() argument
[all...]
H A Dippconf.c209 #define DBG0(_type, _fmt) \ argument
212 #define DBG1(_type, _fmt, _a1) \ argument
215 #define DBG2(_type, _fmt, _a1, _a2) \ argument
218 #define DBG3(_type, _fmt, _a1, _a2, _a3) \ argument
222 #define DBG4(_type, _fmt, _a1, _a2, _a3, _a4) \ argument
226 DBG5(_type,_fmt,_a1,_a2,_a3,_a4,_a5) global() argument
232 DBG0(_type,_fmt) global() argument
233 DBG1(_type,_fmt,_a1) global() argument
234 DBG2(_type,_fmt,_a1,_a2) global() argument
235 DBG3(_type,_fmt,_a1,_a2,_a3) global() argument
236 DBG4(_type,_fmt,_a1,_a2,_a3,_a4) global() argument
237 DBG5(_type,_fmt,_a1,_a2,_a3,_a4,_a5) global() argument
[all...]
/titanic_52/usr/src/cmd/sgs/libld/common/
H A D_map.h126 #define mf_fatal0(_mf, _fmt) \ argument
129 #define mf_fatal(_mf, _fmt, ...) \ argument
133 #define mf_warn0(_mf, _fmt) \ argument
136 #define mf_warn(_mf, _fmt, ...) \ argument
/titanic_52/usr/src/cmd/sgs/lex/common/
H A Dparser.y48 #define WSFMT(_fmt) lint_ws_fmt argument
/titanic_52/usr/src/cmd/sgs/yacc/common/
H A Ddextern.h343 #define WSFMT(_fmt) lint_ws_fmt argument
345 #define WSFMT(_fmt) _fmt argument
/titanic_52/usr/src/lib/libc/port/locale/
H A Dstrftime.c91 _fmt(locale_t loc, const char *format, const struct tm *t, char *pt, in _fmt() function
[all...]
/titanic_52/usr/src/uts/common/io/net80211/
H A Dnet80211.c66 #define IEEE80211_DPRINT(_level, _fmt) do { \ argument