HomeSort by: relevance | last modified time | path
    Searched refs:MaxDepth (Results 1 - 11 of 11) sorted by relevancy

  /src/sys/external/bsd/acpica/dist/utilities/
utcache.c 166 * MaxDepth - Maximum depth of the cache (in objects)
179 UINT16 MaxDepth,
206 Cache->MaxDepth = MaxDepth;
335 if (Cache->CurrentDepth >= Cache->MaxDepth)
  /src/sys/external/bsd/acpica/dist/namespace/
nswalk.c 270 * MaxDepth - Depth to which search is to reach
301 UINT32 MaxDepth,
444 (Level < MaxDepth) &&
nsdump.c 777 * MaxDepth - Maximum depth of dump. Use ACPI_UINT32_MAX
794 UINT32 MaxDepth,
823 (void) AcpiNsWalkNamespace (Type, StartHandle, MaxDepth,
918 * MaxDepth - Maximum depth of dump. Use ACPI_UINT32_MAX
935 UINT32 MaxDepth,
961 (void) AcpiNsWalkNamespace (Type, StartHandle, MaxDepth,
967 (void) AcpiNsWalkNamespace (Type, StartHandle, MaxDepth,
1014 * MaxDepth - Maximum depth of dump. Use INT_MAX
1026 UINT32 MaxDepth)
1053 AcpiNsDumpObjects (ACPI_TYPE_ANY, ACPI_DISPLAY_OBJECTS, MaxDepth,
    [all...]
nsxfeval.c 720 * MaxDepth - Depth to which search is to reach
751 UINT32 MaxDepth,
766 (!MaxDepth) ||
809 Status = AcpiNsWalkNamespace (Type, StartObject, MaxDepth,
  /src/sys/external/bsd/acpica/dist/debugger/
dbstats.c 233 /* MaxDepth > 0 indicates a cache object */
235 if (List->MaxDepth > 0)
241 List->MaxDepth,
242 List->MaxDepth - List->CurrentDepth,
247 if (List->MaxDepth > 0)
dbnames.c 354 UINT32 MaxDepth = ACPI_UINT32_MAX;
371 MaxDepth = strtoul (DepthArg, NULL, 0);
391 AcpiNsDumpObjects (ACPI_TYPE_ANY, ACPI_DISPLAY_SUMMARY, MaxDepth,
447 UINT32 MaxDepth = ACPI_UINT32_MAX;
457 MaxDepth = strtoul (DepthArg, NULL, 0);
466 AcpiNsDumpObjects (ACPI_TYPE_ANY, ACPI_DISPLAY_SUMMARY, MaxDepth,
  /src/sys/external/bsd/acpica/dist/include/
acnamesp.h 236 UINT32 MaxDepth,
372 UINT32 MaxDepth);
402 UINT32 MaxDepth,
410 UINT32 MaxDepth,
acpiosxf.h 388 UINT16 MaxDepth,
acpixf.h 754 UINT32 MaxDepth,
actypes.h 1504 UINT16 MaxDepth;
  /src/sys/external/bsd/acpica/dist/os_specific/service_layers/
oswinxf.c 1546 UINT16 MaxDepth,
1561 NewCache->MaxDepth = MaxDepth;

Completed in 25 milliseconds