Home
last modified time | relevance | path

Searched refs:MaxLevel (Results 1 – 1 of 1) sorted by relevance

/third_party/lib/acpica/source/components/namespace/
A Dnsdump.c743 UINT32 MaxLevel = *((UINT32 *) Context); in AcpiNsDumpOneObjectPath() local
765 if (Level <= MaxLevel) in AcpiNsDumpOneObjectPath()
767 PathIndent = MaxLevel - Level + 1; in AcpiNsDumpOneObjectPath()
787 UINT32 *MaxLevel = (UINT32 *) Context; in AcpiNsGetMaxDepth() local
790 if (Level > *MaxLevel) in AcpiNsGetMaxDepth()
792 *MaxLevel = Level; in AcpiNsGetMaxDepth()
826 UINT32 MaxLevel = 0; in AcpiNsDumpObjectPaths() local
849 AcpiNsGetMaxDepth, NULL, (void *) &MaxLevel, NULL); in AcpiNsDumpObjectPaths()
855 AcpiNsDumpOneObjectPath, NULL, (void *) &MaxLevel, NULL); in AcpiNsDumpObjectPaths()

Completed in 3 milliseconds