Home
last modified time | relevance | path

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

/dflybsd-src/sys/contrib/dev/acpica/source/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()
/dflybsd-src/sys/contrib/dev/acpica/source/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()
/dflybsd-src/sys/contrib/dev/acpica/source/components/debugger/
H A Ddbstats.c236 if (List->MaxDepth > 0) in AcpiDbListInfo()
242 List->MaxDepth, in AcpiDbListInfo()
243 List->MaxDepth - List->CurrentDepth, in AcpiDbListInfo()
248 if (List->MaxDepth > 0) in AcpiDbListInfo()
H A Ddbnames.c356 UINT32 MaxDepth = ACPI_UINT32_MAX; in AcpiDbDumpNamespace() local
373 MaxDepth = strtoul (DepthArg, NULL, 0); in AcpiDbDumpNamespace()
393 AcpiNsDumpObjects (ACPI_TYPE_ANY, ACPI_DISPLAY_SUMMARY, MaxDepth, in AcpiDbDumpNamespace()
449 UINT32 MaxDepth = ACPI_UINT32_MAX; in AcpiDbDumpNamespaceByOwner() local
459 MaxDepth = strtoul (DepthArg, NULL, 0); in AcpiDbDumpNamespaceByOwner()
468 AcpiNsDumpObjects (ACPI_TYPE_ANY, ACPI_DISPLAY_SUMMARY, MaxDepth, in AcpiDbDumpNamespaceByOwner()
/dflybsd-src/sys/contrib/dev/acpica/source/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.h748 UINT32 MaxDepth,
H A Dactypes.h1488 UINT16 MaxDepth; member
/dflybsd-src/sys/contrib/dev/acpica/source/os_specific/service_layers/
H A Doswinxf.c1546 UINT16 MaxDepth, in AcpiOsCreateCache() argument
1561 NewCache->MaxDepth = MaxDepth; in AcpiOsCreateCache()
/dflybsd-src/sys/dev/acpica/Osd/
H A DOsdCache.c62 AcpiOsCreateCache(char *CacheName, UINT16 ObjectSize, UINT16 MaxDepth, in AcpiOsCreateCache() argument