Symbol: debug_msgx
usr/src/uts/common/io/bnx/debug.h
170
debug_msgx(_c, _m, _s); \
usr/src/uts/common/io/bnx/debug.h
175
debug_msgx(_c, _m, _s, _d1); \
usr/src/uts/common/io/bnx/debug.h
180
debug_msgx(_c, _m, _s, _d1, _d2); \
usr/src/uts/common/io/bnx/debug.h
185
debug_msgx(_c, _m, _s, _d1, _d2, _d3); \
usr/src/uts/common/io/bnx/debug.h
190
debug_msgx(_c, _m, _s, _d1, _d2, _d3, _d4); \
usr/src/uts/common/io/bnx/debug.h
195
debug_msgx(_c, _m, _s, _d1, _d2, _d3, _d4, _d5); \
usr/src/uts/common/io/bnx/debug.h
200
debug_msgx(_c, _m, _s, _d1,_d2,_d3,_d4,_d5,_d6); \
usr/src/uts/common/io/bnx/debug.h
34
void debug_msgx(void *ctx, unsigned long level, char *msg, ...);
usr/src/uts/common/io/bnxe/577xx/drivers/common/include/debug.h
440
debug_msgx(
usr/src/uts/common/io/bnxe/577xx/drivers/common/include/debug.h
447
debug_msgx((_level), "TrLv<%d>, %s (%4d): ", ((_level) & LV_MASK), __FILE_STRIPPED__, __LINE__); \
usr/src/uts/common/io/bnxe/577xx/drivers/common/include/debug.h
456
debug_msgx(FATAL, "DEBUG BREAK!\n"); \
usr/src/uts/common/io/bnxe/577xx/drivers/common/include/debug.h
466
debug_msgx(FATAL, "Condition failed: if("#_cond##")\n"); \
usr/src/uts/common/io/bnxe/577xx/drivers/common/include/debug.h
472
debug_msgx(FATAL, "Debug Break Message: " _s); \
usr/src/uts/common/io/bnxe/577xx/drivers/common/include/debug.h
478
#define dbg_out(_c, _m, _s, _d1) debug_msgx((WARN), "TrLv<%d>, %s (%4d): %p"##_s" %s\n", ((WARN) & LV_MASK), __FILE_STRIPPED__, __LINE__, _c, _d1 )
usr/src/uts/common/io/bnxe/577xx/drivers/common/include/debug.h
497
debug_msgx(
usr/src/uts/common/io/bnxe/577xx/drivers/common/include/debug.h
508
#define debug_message(l, fmt, ...) debug_msgx(l, fmt, ##__VA_ARGS__)
usr/src/uts/common/io/bnxe/577xx/drivers/common/include/debug.h
566
#define dbg_out(_c, _m, _s, _d1) debug_msgx((WARN), "TrLv<%d>, %s (%4d): %p"##_s" %s\n", ((WARN) & LV_MASK), __FILE_STRIPPED__, __LINE__, _c, _d1 )
usr/src/uts/common/io/bnxe/577xx/drivers/common/include/debug.h
650
debug_msgx(
usr/src/uts/common/io/bnxe/577xx/drivers/common/include/debug.h
669
debug_msgx(FATAL, "DEBUG BREAK at file %s (line %4d)!\n", __FILE_STRIPPED__, __LINE__); \
usr/src/uts/common/io/bnxe/577xx/drivers/common/include/debug.h
691
debug_msgx(_m, ##_s); \
usr/src/uts/common/io/bnxe/577xx/drivers/common/include/debug.h
698
debug_msgx(_m, ##_s); \
usr/src/uts/common/io/bnxe/577xx/drivers/common/include/debug.h
729
#define dbg_out(_c, _m, _s, _d1) debug_msgx(_m, "TrLv<%d>, %s (%4d): %p"_s" %s\n", ((WARN) & LV_MASK), __FILE_STRIPPED__, __LINE__, _c, _d1 )
usr/src/uts/common/io/bnxe/577xx/drivers/common/include/debug.h
780
debug_msgx(