Searched refs:MaxLevel (Results 1 – 1 of 1) sorted by relevance
746 UINT32 MaxLevel = *((UINT32 *) Context); in AcpiNsDumpOneObjectPath() local768 if (Level <= MaxLevel) in AcpiNsDumpOneObjectPath()770 PathIndent = MaxLevel - Level + 1; in AcpiNsDumpOneObjectPath()790 UINT32 *MaxLevel = (UINT32 *) Context; in AcpiNsGetMaxDepth() local793 if (Level > *MaxLevel) in AcpiNsGetMaxDepth()795 *MaxLevel = Level; in AcpiNsGetMaxDepth()829 UINT32 MaxLevel = 0; in AcpiNsDumpObjectPaths() local852 AcpiNsGetMaxDepth, NULL, (void *) &MaxLevel, NULL); in AcpiNsDumpObjectPaths()858 AcpiNsDumpOneObjectPath, NULL, (void *) &MaxLevel, NULL); in AcpiNsDumpObjectPaths()