Searched refs:MaxLevel (Results 1 – 1 of 1) sorted by relevance
743 UINT32 MaxLevel = *((UINT32 *) Context); in AcpiNsDumpOneObjectPath() local765 if (Level <= MaxLevel) in AcpiNsDumpOneObjectPath()767 PathIndent = MaxLevel - Level + 1; in AcpiNsDumpOneObjectPath()787 UINT32 *MaxLevel = (UINT32 *) Context; in AcpiNsGetMaxDepth() local790 if (Level > *MaxLevel) in AcpiNsGetMaxDepth()792 *MaxLevel = Level; in AcpiNsGetMaxDepth()826 UINT32 MaxLevel = 0; in AcpiNsDumpObjectPaths() local849 AcpiNsGetMaxDepth, NULL, (void *) &MaxLevel, NULL); in AcpiNsDumpObjectPaths()855 AcpiNsDumpOneObjectPath, NULL, (void *) &MaxLevel, NULL); in AcpiNsDumpObjectPaths()
Completed in 3 milliseconds