Lines Matching refs:Level
172 UINT32 Level,
183 UINT32 Level,
190 UINT32 Level,
274 UINT32 Level, in AcpiNsDumpPathname() argument
283 if (!ACPI_IS_DEBUG_ENABLED (Level, Component)) in AcpiNsDumpPathname()
316 UINT32 Level, in AcpiNsDumpOneObject() argument
369 AcpiOsPrintf ("%2d%*s", (UINT32) Level - 1, (int) Level * 2, " "); in AcpiNsDumpOneObject()
855 UINT32 Level, in AcpiNsDumpOneObjectPath() argument
881 if (Level <= MaxLevel) in AcpiNsDumpOneObjectPath()
883 PathIndent = MaxLevel - Level + 1; in AcpiNsDumpOneObjectPath()
887 Level, Level, " ", AcpiUtGetTypeName (Node->Type), in AcpiNsDumpOneObjectPath()
899 UINT32 Level, in AcpiNsGetMaxDepth() argument
906 if (Level > *MaxLevel) in AcpiNsGetMaxDepth()
908 *MaxLevel = Level; in AcpiNsGetMaxDepth()