Searched refs:debug_msgx (Results 1 – 3 of 3) sorted by relevance
/illumos-gate/usr/src/uts/common/io/bnx/ |
H A D | debug.h | 34 void debug_msgx(void *ctx, unsigned long level, char *msg, ...); 170 debug_msgx(_c, _m, _s); \ 175 debug_msgx(_c, _m, _s, _d1); \ 180 debug_msgx(_c, _m, _s, _d1, _d2); \ 185 debug_msgx(_c, _m, _s, _d1, _d2, _d3); \ 190 debug_msgx(_c, _m, _s, _d1, _d2, _d3, _d4); \ 195 debug_msgx(_c, _m, _s, _d1, _d2, _d3, _d4, _d5); \ 200 debug_msgx(_c, _m, _s, _d1,_d2,_d3,_d4,_d5,_d6); \
|
H A D | bnxdbg.c | 59 debug_msgx(void *ctx, unsigned long level, char *msg, ...) in debug_msgx() function
|
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/include/ |
H A D | debug.h | 440 debug_msgx( 447 … debug_msgx((_level), "TrLv<%d>, %s (%4d): ", ((_level) & LV_MASK), __FILE_STRIPPED__, __LINE__); \ 456 debug_msgx(FATAL, "DEBUG BREAK!\n"); \ 466 debug_msgx(FATAL, "Condition failed: if("#_cond##")\n"); \ 472 debug_msgx(FATAL, "Debug Break Message: " _s); \ 478 #define dbg_out(_c, _m, _s, _d1) debug_msgx((WARN), "TrLv<%d>, %s (%4d): %p"##_s" %s\n", ((WARN) & … 497 debug_msgx( 508 #define debug_message(l, fmt, ...) debug_msgx(l, fmt, ##__VA_ARGS__) 566 #define dbg_out(_c, _m, _s, _d1) debug_msgx((WARN), "TrLv<%d>, %s (%4d): %p"##_s" %s\n", ((WARN) & … 650 debug_msgx( [all …]
|