Searched defs:DbgBreakIf (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/bnxe/
H A Dbnxe_debug.h89 #define DbgBreakIf(_cond) \ macro
99 #define DbgBreakIfFastPath(_c) DbgBreakIf(_c)
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/include/
H A Ddebug.h346 #define DbgBreakIfAll(_cond) DbgBreakIf(_cond)
462 #define DbgBreakIf(_cond) do {\ macro
476 #define DbgBreakIfFastPath(_cond) DbgBreakIf(_cond)
544 #define DbgBreakIf(_cond) do {\ macro
561 #define DbgBreakIfFastPath(_cond) DbgBreakIf(_cond)
607 #define DbgBreakIf(_cond) do {\ macro
625 #define DbgBreakIfFastPath(_cond) DbgBreakIf(_cond)
706 #define DbgBreakIf(_c) \ macro
713 #define DbgBreakIf(_c) \ macro
726 #define DbgBreakIfFastPath(_cond) DbgBreakIf(_con
736 #define DbgBreakIf macro
803 #define DbgBreakIf macro
859 #define DbgBreakIf macro
874 #define DbgBreakIf macro
[all...]

Completed in 59 milliseconds