Home
last modified time | relevance | path

Searched defs:_cond (Results 1 – 4 of 4) sorted by relevance

/titanic_41/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
282 #define DbgBreakIfAll(_cond) do {\ argument
295 #define DbgBreakIfAll(_cond) do {\ argument
346 #define DbgBreakIfAll(_cond) DbgBreakIf(_cond) argument
365 #define DbgBreakIfAll(_cond) do {\ argument
462 #define DbgBreakIf(_cond) do {\ argument
476 #define DbgBreakIfFastPath(_cond) DbgBreakIf(_cond) argument
544 #define DbgBreakIf(_cond) do {\ argument
561 #define DbgBreakIfFastPath(_cond) DbgBreakIf(_cond) argument
[all …]
/titanic_41/usr/src/uts/common/io/bnxe/
H A Dbnxe_debug.h89 #define DbgBreakIf(_cond) \ argument
120 #define BnxeDbgBreakIf(_c, _cond) \ argument
131 #define BnxeDbgBreakIfFastPath(_c, _cond) BnxeDbgBreakIf(_c, _cond) argument
/titanic_41/usr/src/cmd/lms/SyncLib/src/
H A DEventUnix.cpp63 pthread_cond_t _cond; member in OSEvent_s
H A DThreadUnix.cpp50 pthread_cond_t _cond; member in OSThread