Searched refs:MaxDepth (Results 1 – 10 of 10) sorted by relevance
| /f-stack/freebsd/contrib/dev/acpica/components/utilities/ |
| H A D | utcache.c | 179 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 D | nsdump.c | 794 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 D | nswalk.c | 301 UINT32 MaxDepth, in AcpiNsWalkNamespace() argument 440 (Level < MaxDepth) && in AcpiNsWalkNamespace()
|
| H A D | nsxfeval.c | 751 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 D | dbstats.c | 235 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 D | dbnames.c | 354 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 D | acnamesp.h | 236 UINT32 MaxDepth, 372 UINT32 MaxDepth); 402 UINT32 MaxDepth, 410 UINT32 MaxDepth,
|
| H A D | acpiosxf.h | 388 UINT16 MaxDepth,
|
| H A D | acpixf.h | 744 UINT32 MaxDepth,
|
| H A D | actypes.h | 1470 UINT16 MaxDepth; member
|