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

  /src/sys/external/bsd/acpica/dist/compiler/
dtsubtable.c 114 Subtable->Depth = ParentTable->Depth + 1;
prmacros.c 287 UINT32 Depth = 1;
288 /*UINT32 Depth = 1;*/
300 Depth++;
304 Depth--;
312 if (Depth == 0)
dtio.c 955 * Tree - dump a subtable tree formatted by depth indentation.
968 Subtable->Depth, Subtable->Name, Subtable->Length, Subtable->TotalLength,
982 Subtable->Depth, Subtable->Name, (4 * Subtable->Depth), " ",
1013 "Depth Name Length TotalLen LenSize Flags "
1018 "\nSubtable Tree: (Depth, Name, Subtable, Length, TotalLength, Integer Value)\n\n");
dtcompiler.h 132 UINT16 Depth;
  /src/sys/external/bsd/acpica/dist/debugger/
dbinput.c 262 {1, " Namespace [Object] [Depth]", "Display loaded namespace tree/subtree\n"},
265 {1, " Owner <OwnerId> [Depth]", "Display loaded namespace by object owner\n"},
527 UINT32 Depth;
605 Depth = 1;
631 Depth++; /* A nested package declaration */
635 Depth--;
636 if (Depth == 0) /* Found final package closing bracket */
  /src/sys/external/bsd/acpica/dist/executer/
exdump.c 162 {ACPI_EXD_UINT16, ACPI_EXD_OFFSET (Mutex.AcquisitionDepth), "Acquire Depth"},
625 * Depth - Current nesting depth
636 UINT32 Depth)
678 if (Depth > 0)
681 Depth, " ", Depth, ObjDesc, ObjDesc->Common.ReferenceCount));
786 ObjDesc->Package.Elements[Index], Depth + 1);
839 AcpiExDumpOperand (ObjDesc->Field.RegionObj, Depth + 1);
865 AcpiExDumpOperand (ObjDesc->BufferField.BufferObj, Depth + 1)
    [all...]
  /src/sys/external/bsd/acpica/dist/include/
acinterp.h 567 UINT32 Depth);

Completed in 35 milliseconds