_fmt
void setproctitle(const char *_fmt, ...) __printf0like(1, 2);
sm_dprintf __P((char *_fmt, ...));
const char *_fmt,
sm_stringf_x __P((const char *_fmt, ...));
sm_vstringf_x __P((const char *_fmt, va_list _ap));
#define mf_fatal0(_mf, _fmt) \
ld_eprintf((_mf)->mf_ofl, ERR_FATAL, _fmt, (_mf)->mf_name, \
#define mf_fatal(_mf, _fmt, ...) \
ld_eprintf((_mf)->mf_ofl, ERR_FATAL, _fmt, (_mf)->mf_name, \
#define mf_warn0(_mf, _fmt) \
ld_eprintf((_mf)->mf_ofl, ERR_WARNING, _fmt, (_mf)->mf_name, \
#define mf_warn(_mf, _fmt, ...) \
ld_eprintf((_mf)->mf_ofl, ERR_WARNING, _fmt, (_mf)->mf_name, \
pt = _fmt(loc, tptr->c_fmt, t, pt, ptlim);
pt = _fmt(loc, "%m/%d/%y", t, pt, ptlim);
pt = _fmt(loc, "%Y-%m-%d", t, pt, ptlim);
pt = _fmt(loc, "%H:%M", t, pt, ptlim);
pt = _fmt(loc, tptr->ampm_fmt, t, pt, ptlim);
pt = _fmt(loc, "%H:%M:%S", t, pt, ptlim);
static char *_fmt(locale_t, const char *, const struct tm *, char *,
pt = _fmt(loc, "%e-%b-%Y", t, pt, ptlim);
pt = _fmt(loc, tptr->X_fmt, t, pt, ptlim);
pt = _fmt(loc, tptr->x_fmt, t, pt, ptlim);
pt = _fmt(loc, tptr->date_fmt, t, pt, ptlim);
p = _fmt(loc, ((format == NULL) ? "%c" : format), t, s, e);
#define IEEE80211_DPRINT(_level, _fmt) do { \
va_start(ap, (_fmt)); \
vcmn_err((_level), (_fmt), ap); \
#define OSAL_WARN(is_warn, _fmt, ...) \
qede_print("!"_fmt, ##__VA_ARGS__); \
#define PRINT(_dp_ctx, _fmt, ...) \
qede_print("!"_fmt, ##__VA_ARGS__); \
#define PRINT_ERR(_dp_ctx, _fmt, ...) \
qede_print_err("!"_fmt, ##__VA_ARGS__); \
#define DBG0(_type, _fmt) \
ipp_debug((_type), __FN__, (_fmt));
#define DBG1(_type, _fmt, _a1) \
ipp_debug((_type), __FN__, (_fmt), (_a1));
#define DBG2(_type, _fmt, _a1, _a2) \
ipp_debug((_type), __FN__, (_fmt), (_a1), (_a2));
#define DBG3(_type, _fmt, _a1, _a2, _a3) \
ipp_debug((_type), __FN__, (_fmt), (_a1), (_a2), \
#define DBG4(_type, _fmt, _a1, _a2, _a3, _a4) \
ipp_debug((_type), __FN__, (_fmt), (_a1), (_a2), \
#define DBG5(_type, _fmt, _a1, _a2, _a3, _a4, _a5) \
ipp_debug((_type), __FN__, (_fmt), (_a1), (_a2), \
#define DBG0(_type, _fmt)
#define DBG1(_type, _fmt, _a1)
#define DBG2(_type, _fmt, _a1, _a2)
#define DBG3(_type, _fmt, _a1, _a2, _a3)
#define DBG4(_type, _fmt, _a1, _a2, _a3, _a4)
#define DBG5(_type, _fmt, _a1, _a2, _a3, _a4, _a5)
#define DBG0(_type, _fmt)
#define DBG1(_type, _fmt, _a1)
#define DBG2(_type, _fmt, _a1, _a2)
#define DBG3(_type, _fmt, _a1, _a2, _a3)
#define DBG4(_type, _fmt, _a1, _a2, _a3, _a4)
#define DBG5(_type, _fmt, _a1, _a2, _a3, _a4, _a5)
#define DBG0(_type, _fmt) \
ippctl_debug((_type), __FN__, (_fmt));
#define DBG1(_type, _fmt, _a1) \
ippctl_debug((_type), __FN__, (_fmt), (_a1));
#define DBG2(_type, _fmt, _a1, _a2) \
ippctl_debug((_type), __FN__, (_fmt), (_a1), (_a2));
#define DBG3(_type, _fmt, _a1, _a2, _a3) \
ippctl_debug((_type), __FN__, (_fmt), (_a1), (_a2), \
#define DBG4(_type, _fmt, _a1, _a2, _a3, _a4) \
ippctl_debug((_type), __FN__, (_fmt), (_a1), (_a2), \
#define DBG5(_type, _fmt, _a1, _a2, _a3, _a4, _a5) \
ippctl_debug((_type), __FN__, (_fmt), (_a1), (_a2), \