Searched refs:MaxLevel (Results 1 – 1 of 1) sorted by relevance
857 UINT32 MaxLevel = *((UINT32 *) Context); in AcpiNsDumpOneObjectPath() local879 if (Level <= MaxLevel) in AcpiNsDumpOneObjectPath()881 PathIndent = MaxLevel - Level + 1; in AcpiNsDumpOneObjectPath()901 UINT32 *MaxLevel = (UINT32 *) Context; in AcpiNsGetMaxDepth() local904 if (Level > *MaxLevel) in AcpiNsGetMaxDepth()906 *MaxLevel = Level; in AcpiNsGetMaxDepth()940 UINT32 MaxLevel = 0; in AcpiNsDumpObjectPaths() local963 AcpiNsGetMaxDepth, NULL, (void *) &MaxLevel, NULL); in AcpiNsDumpObjectPaths()969 AcpiNsDumpOneObjectPath, NULL, (void *) &MaxLevel, NULL); in AcpiNsDumpObjectPaths()