Lines Matching refs:LEVEL
261 #define DebugExtractTaskLevelInterruptLevel( LEVEL ) \ argument
262 ( ( ( LEVEL ) & kDebugInterruptLevelMask ) >> kDebugInterruptLevelShift )
264 #define DebugExtractTaskLevelInterruptDepth( LEVEL ) \ argument
265 ( ( ( LEVEL ) & kDebugInterruptDepthMask ) >> kDebugInterruptDepthShift )
1208 #define dlogv( LEVEL, FORMAT, LIST ) DebugPrintFVAList( ( LEVEL ), ( FORMAT ), ( LIST ) ) argument
1210 #define dlogv( LEVEL, FORMAT, LIST ) argument
1220 #define dlogmem( LEVEL, PTR, SIZE ) \ argument
1221 …DebugHexDump( ( LEVEL ), 0, NULL, 0, 0, NULL, 0, ( PTR ), ( PTR ), ( SIZE ), kDebugFlagsNone, NULL…
1223 #define dlogmem( LEVEL, PTR, SIZE ) argument
1258 #define DebugLogMsg( LEVEL, FORMAT, P1, P2, P3, P4, P5, P6 ) \ argument
1268 #define DebugLogMsg( LEVEL, FORMAT, P1, P2, P3, P4, P5, P6 ) argument
1556 …#define dloghex( LEVEL, INDENT, LABEL, LABEL_SIZE, LABEL_MIN_SIZE, TYPE, TYPE_SIZE, DATA_START, DA… argument
1557 …DebugHexDump( ( LEVEL ), (INDENT), ( LABEL ), ( LABEL_SIZE ), ( LABEL_MIN_SIZE ), ( TYPE ), ( TYPE…
1560 …#define dloghex( LEVEL, INDENT, LABEL, LABEL_SIZE, LABEL_MIN_SIZE, TYPE, TYPE_SIZE, DATA_START, DA… argument