Lines Matching defs:Level
165 UINT32 Level,
212 * Level - Current output indentation level
225 UINT32 Level,
231 UtDumpParseOpName (Op, Level, IntegerLength);
262 * Level - Current output indentation level
273 UINT32 Level)
304 UtDumpParseOpName (Op, Level, strlen (String));
394 * Level - Current output indentation level
406 UINT32 Level)
411 UtDumpParseOpName (Op, Level, 0);
420 * Level - Current output indentation level
432 UINT32 Level,
445 "%5.5d [%2d]", Op->Asl.LogicalLineNumber, Level);
451 IndentLength = Level * DEBUG_SPACES_PER_INDENT;
458 if (Level)