| /dflybsd-src/sys/contrib/dev/acpica/source/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()
|
| /dflybsd-src/sys/contrib/dev/acpica/source/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()
|
| /dflybsd-src/sys/contrib/dev/acpica/source/components/debugger/ |
| H A D | dbstats.c | 236 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 D | dbnames.c | 356 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 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 | 748 UINT32 MaxDepth,
|
| H A D | actypes.h | 1488 UINT16 MaxDepth; member
|
| /dflybsd-src/sys/contrib/dev/acpica/source/os_specific/service_layers/ |
| H A D | oswinxf.c | 1546 UINT16 MaxDepth, in AcpiOsCreateCache() argument 1561 NewCache->MaxDepth = MaxDepth; in AcpiOsCreateCache()
|
| /dflybsd-src/sys/dev/acpica/Osd/ |
| H A D | OsdCache.c | 62 AcpiOsCreateCache(char *CacheName, UINT16 ObjectSize, UINT16 MaxDepth, in AcpiOsCreateCache() argument
|