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

  /src/sys/external/bsd/acpica/dist/debugger/
dbnames.c 246 UINT32 MaxDepth = ACPI_UINT32_MAX;
263 MaxDepth = strtoul (DepthArg, NULL, 0);
283 AcpiNsDumpObjects (ACPI_TYPE_ANY, ACPI_DISPLAY_SUMMARY, MaxDepth,
339 UINT32 MaxDepth = ACPI_UINT32_MAX;
349 MaxDepth = strtoul (DepthArg, NULL, 0);
358 AcpiNsDumpObjects (ACPI_TYPE_ANY, ACPI_DISPLAY_SUMMARY, MaxDepth,
  /src/sys/external/bsd/acpica/dist/include/
actypes.h 1396 UINT16 MaxDepth;

Completed in 19 milliseconds