Home
last modified time | relevance | path

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

/illumos-gate/usr/src/common/acpica/namespace/
H A Dnsdump.c859 UINT32 MaxLevel = *((UINT32 *) Context); in AcpiNsDumpOneObjectPath() local
881 if (Level <= MaxLevel) in AcpiNsDumpOneObjectPath()
883 PathIndent = MaxLevel - Level + 1; in AcpiNsDumpOneObjectPath()
903 UINT32 *MaxLevel = (UINT32 *) Context; in AcpiNsGetMaxDepth() local
906 if (Level > *MaxLevel) in AcpiNsGetMaxDepth()
908 *MaxLevel = Level; in AcpiNsGetMaxDepth()
942 UINT32 MaxLevel = 0; in AcpiNsDumpObjectPaths() local
965 AcpiNsGetMaxDepth, NULL, (void *) &MaxLevel, NULL); in AcpiNsDumpObjectPaths()
971 AcpiNsDumpOneObjectPath, NULL, (void *) &MaxLevel, NULL); in AcpiNsDumpObjectPaths()