Searched refs:BGE_XDB (Results 1 – 1 of 1) sorted by relevance
/titanic_41/usr/src/uts/common/io/bge/ |
H A D | bge_impl.h | 1135 #define BGE_XDB(b, w, f, args) BGE_DDB(if ((b) & (w)) f args) macro 1136 #define BGE_GDB(b, args) BGE_XDB(b, bge_debug, (*bge_gdb()), args) 1137 #define BGE_LDB(b, args) BGE_XDB(b, bgep->debug, (*bge_db(bgep)), args) 1138 #define BGE_CDB(f, args) BGE_XDB(BGE_DBG, bgep->debug, f, args)
|