Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/bnxe/577xx/drivers/common/include/
H A Ddebug.h92 #define DBG_BREAK_ON(_cond) (GET_FLAGS(g_dbg_flags, _cond) != 0) argument
264 #define DbgBreakIfAll(_cond) do {\ argument
265 if(_cond) \
267 printf("DEBUG BREAK! Condition failed: if("#_cond##")\n"); \
269 …log_message("DEBUG BREAK! Condition failed: if("#_cond##") at file %s (line %4d)\n", __FILE_STRIPP…
282 #define DbgBreakIfAll(_cond) do {\ argument
283 if(_cond) \
285 DbgMessage(NULL, FATAL, "DEBUG BREAK! Condition failed: if("#_cond##")\n"); \
295 #define DbgBreakIfAll(_cond) do {\ argument
296 if(_cond) \
[all …]
/titanic_44/usr/src/uts/common/io/bnxe/
H A Dbnxe_debug.h89 #define DbgBreakIf(_cond) \ argument
90 if (_cond) \
92 cmn_err(CE_PANIC, "%s(%d): Condition Failed! - if ("#_cond")", \
120 #define BnxeDbgBreakIf(_c, _cond) \ argument
121 if (_cond) \
123 cmn_err(CE_PANIC, "%s: %s(%d): Condition Failed! - if ("#_cond")", \
131 #define BnxeDbgBreakIfFastPath(_c, _cond) BnxeDbgBreakIf(_c, _cond) argument