Searched refs:MaxDepth (Results 1 – 12 of 12) sorted by relevance
| /third_party/lib/acpica/source/components/utilities/ |
| A D | utcache.c | 71 UINT16 MaxDepth, in AcpiOsCreateCache() argument 98 Cache->MaxDepth = MaxDepth; in AcpiOsCreateCache() 227 if (Cache->CurrentDepth >= Cache->MaxDepth) in AcpiOsReleaseObject()
|
| /third_party/lib/acpica/source/components/namespace/ |
| A D | nsdump.c | 682 UINT32 MaxDepth, in AcpiNsDumpObjects() argument 710 (void) AcpiNsWalkNamespace (Type, StartHandle, MaxDepth, in AcpiNsDumpObjects() 821 UINT32 MaxDepth, in AcpiNsDumpObjectPaths() argument 847 (void) AcpiNsWalkNamespace (Type, StartHandle, MaxDepth, in AcpiNsDumpObjectPaths() 853 (void) AcpiNsWalkNamespace (Type, StartHandle, MaxDepth, in AcpiNsDumpObjectPaths() 912 UINT32 MaxDepth) in AcpiNsDumpTables() argument 939 AcpiNsDumpObjects (ACPI_TYPE_ANY, ACPI_DISPLAY_OBJECTS, MaxDepth, in AcpiNsDumpTables()
|
| A D | nswalk.c | 193 UINT32 MaxDepth, in AcpiNsWalkNamespace() argument 332 (Level < MaxDepth) && in AcpiNsWalkNamespace()
|
| A D | nsxfeval.c | 612 UINT32 MaxDepth, in AcpiWalkNamespace() argument 627 (!MaxDepth) || in AcpiWalkNamespace() 670 Status = AcpiNsWalkNamespace (Type, StartObject, MaxDepth, in AcpiWalkNamespace()
|
| /third_party/lib/acpica/source/include/acpica/ |
| A D | acnamesp.h | 120 UINT32 MaxDepth, 251 UINT32 MaxDepth); 281 UINT32 MaxDepth, 289 UINT32 MaxDepth,
|
| A D | acpiosxf.h | 280 UINT16 MaxDepth,
|
| A D | acpixf.h | 597 UINT32 MaxDepth,
|
| A D | actypes.h | 1330 UINT16 MaxDepth; member
|
| /third_party/lib/acpica/source/components/debugger/ |
| A D | dbstats.c | 127 if (List->MaxDepth > 0) in AcpiDbListInfo() 133 List->MaxDepth, in AcpiDbListInfo() 134 List->MaxDepth - List->CurrentDepth, in AcpiDbListInfo() 139 if (List->MaxDepth > 0) in AcpiDbListInfo()
|
| A D | dbnames.c | 245 UINT32 MaxDepth = ACPI_UINT32_MAX; in AcpiDbDumpNamespace() local 262 MaxDepth = strtoul (DepthArg, NULL, 0); in AcpiDbDumpNamespace() 273 AcpiNsDumpObjects (ACPI_TYPE_ANY, ACPI_DISPLAY_SUMMARY, MaxDepth, in AcpiDbDumpNamespace() 329 UINT32 MaxDepth = ACPI_UINT32_MAX; in AcpiDbDumpNamespaceByOwner() local 339 MaxDepth = strtoul (DepthArg, NULL, 0); in AcpiDbDumpNamespaceByOwner() 348 AcpiNsDumpObjects (ACPI_TYPE_ANY, ACPI_DISPLAY_SUMMARY, MaxDepth, in AcpiDbDumpNamespaceByOwner()
|
| /third_party/lib/acpica/source/os_specific/service_layers/ |
| A D | oswinxf.c | 1414 UINT16 MaxDepth, in AcpiOsCreateCache() argument 1429 NewCache->MaxDepth = MaxDepth; in AcpiOsCreateCache()
|
| A D | osfuchsia.cpp | 344 UINT16 MaxDepth,
|
Completed in 27 milliseconds