Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/dev/acpica/components/utilities/
H A Dutcache.c179 UINT16 MaxDepth, in AcpiOsCreateCache() argument
206 Cache->MaxDepth = MaxDepth; in AcpiOsCreateCache()
335 if (Cache->CurrentDepth >= Cache->MaxDepth) in AcpiOsReleaseObject()
/f-stack/freebsd/contrib/dev/acpica/components/namespace/
H A Dnsdump.c794 UINT32 MaxDepth, in AcpiNsDumpObjects() argument
823 (void) AcpiNsWalkNamespace (Type, StartHandle, MaxDepth, in AcpiNsDumpObjects()
935 UINT32 MaxDepth, in AcpiNsDumpObjectPaths() argument
961 (void) AcpiNsWalkNamespace (Type, StartHandle, MaxDepth, in AcpiNsDumpObjectPaths()
967 (void) AcpiNsWalkNamespace (Type, StartHandle, MaxDepth, in AcpiNsDumpObjectPaths()
1026 UINT32 MaxDepth) in AcpiNsDumpTables() argument
1053 AcpiNsDumpObjects (ACPI_TYPE_ANY, ACPI_DISPLAY_OBJECTS, MaxDepth, in AcpiNsDumpTables()
H A Dnswalk.c301 UINT32 MaxDepth, in AcpiNsWalkNamespace() argument
440 (Level < MaxDepth) && in AcpiNsWalkNamespace()
H A Dnsxfeval.c751 UINT32 MaxDepth, in AcpiWalkNamespace() argument
766 (!MaxDepth) || in AcpiWalkNamespace()
809 Status = AcpiNsWalkNamespace (Type, StartObject, MaxDepth, in AcpiWalkNamespace()
/f-stack/freebsd/contrib/dev/acpica/components/debugger/
H A Ddbstats.c235 if (List->MaxDepth > 0) in AcpiDbListInfo()
241 List->MaxDepth, in AcpiDbListInfo()
242 List->MaxDepth - List->CurrentDepth, in AcpiDbListInfo()
247 if (List->MaxDepth > 0) in AcpiDbListInfo()
H A Ddbnames.c354 UINT32 MaxDepth = ACPI_UINT32_MAX; in AcpiDbDumpNamespace() local
371 MaxDepth = strtoul (DepthArg, NULL, 0); in AcpiDbDumpNamespace()
391 AcpiNsDumpObjects (ACPI_TYPE_ANY, ACPI_DISPLAY_SUMMARY, MaxDepth, in AcpiDbDumpNamespace()
447 UINT32 MaxDepth = ACPI_UINT32_MAX; in AcpiDbDumpNamespaceByOwner() local
457 MaxDepth = strtoul (DepthArg, NULL, 0); in AcpiDbDumpNamespaceByOwner()
466 AcpiNsDumpObjects (ACPI_TYPE_ANY, ACPI_DISPLAY_SUMMARY, MaxDepth, in AcpiDbDumpNamespaceByOwner()
/f-stack/freebsd/contrib/dev/acpica/include/
H A Dacnamesp.h236 UINT32 MaxDepth,
372 UINT32 MaxDepth);
402 UINT32 MaxDepth,
410 UINT32 MaxDepth,
H A Dacpiosxf.h388 UINT16 MaxDepth,
H A Dacpixf.h744 UINT32 MaxDepth,
H A Dactypes.h1470 UINT16 MaxDepth; member