Home
last modified time | relevance | path

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

/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/namespace/
H A Dnsdump.c857 UINT32 MaxLevel = *((UINT32 *) Context); in AcpiNsDumpOneObjectPath() local
879 if (Level <= MaxLevel) in AcpiNsDumpOneObjectPath()
881 PathIndent = MaxLevel - Level + 1; in AcpiNsDumpOneObjectPath()
901 UINT32 *MaxLevel = (UINT32 *) Context; in AcpiNsGetMaxDepth() local
904 if (Level > *MaxLevel) in AcpiNsGetMaxDepth()
906 *MaxLevel = Level; in AcpiNsGetMaxDepth()
940 UINT32 MaxLevel = 0; in AcpiNsDumpObjectPaths() local
963 AcpiNsGetMaxDepth, NULL, (void *) &MaxLevel, NULL); in AcpiNsDumpObjectPaths()
969 AcpiNsDumpOneObjectPath, NULL, (void *) &MaxLevel, NULL); in AcpiNsDumpObjectPaths()