Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/intel/io/acpica/namespace/
H A Dnsdump.c746 UINT32 MaxLevel = *((UINT32 *) Context); in AcpiNsDumpOneObjectPath() local
768 if (Level <= MaxLevel) in AcpiNsDumpOneObjectPath()
770 PathIndent = MaxLevel - Level + 1; in AcpiNsDumpOneObjectPath()
790 UINT32 *MaxLevel = (UINT32 *) Context; in AcpiNsGetMaxDepth() local
793 if (Level > *MaxLevel) in AcpiNsGetMaxDepth()
795 *MaxLevel = Level; in AcpiNsGetMaxDepth()
829 UINT32 MaxLevel = 0; in AcpiNsDumpObjectPaths() local
852 AcpiNsGetMaxDepth, NULL, (void *) &MaxLevel, NULL); in AcpiNsDumpObjectPaths()
858 AcpiNsDumpOneObjectPath, NULL, (void *) &MaxLevel, NULL); in AcpiNsDumpObjectPaths()