Lines Matching refs:Level
63 UINT32 Level,
74 UINT32 Level,
81 UINT32 Level,
162 UINT32 Level, in AcpiNsDumpPathname() argument
171 if (!ACPI_IS_DEBUG_ENABLED (Level, Component)) in AcpiNsDumpPathname()
203 UINT32 Level, in AcpiNsDumpOneObject() argument
255 AcpiOsPrintf ("%2d%*s", (UINT32) Level - 1, (int) Level * 2, " "); in AcpiNsDumpOneObject()
739 UINT32 Level, in AcpiNsDumpOneObjectPath() argument
765 if (Level <= MaxLevel) in AcpiNsDumpOneObjectPath()
767 PathIndent = MaxLevel - Level + 1; in AcpiNsDumpOneObjectPath()
771 Level, Level, " ", AcpiUtGetTypeName (Node->Type), in AcpiNsDumpOneObjectPath()
783 UINT32 Level, in AcpiNsGetMaxDepth() argument
790 if (Level > *MaxLevel) in AcpiNsGetMaxDepth()
792 *MaxLevel = Level; in AcpiNsGetMaxDepth()