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 222 Subtable->Depth = ParentTable->Depth + 1;
prmacros.c 395 UINT32 Depth = 1;
396 /*UINT32 Depth = 1;*/
408 Depth++;
412 Depth--;
420 if (Depth == 0)
dtio.c 1063 * Tree - dump a subtable tree formatted by depth indentation.
1076 Subtable->Depth, Subtable->Name, Subtable->Length, Subtable->TotalLength,
1090 Subtable->Depth, Subtable->Name, (4 * Subtable->Depth), " ",
1121 "Depth Name Length TotalLen LenSize Flags "
1126 "\nSubtable Tree: (Depth, Name, Subtable, Length, TotalLength, Integer Value)\n\n");
dtcompiler.h 240 UINT16 Depth;
  /src/sys/external/bsd/acpica/dist/debugger/
dbinput.c 370 {1, " Namespace [Object] [Depth]", "Display loaded namespace tree/subtree\n"},
373 {1, " Owner <OwnerId> [Depth]", "Display loaded namespace by object owner\n"},
635 UINT32 Depth;
713 Depth = 1;
739 Depth++; /* A nested package declaration */
743 Depth--;
744 if (Depth == 0) /* Found final package closing bracket */
  /src/sys/external/bsd/acpica/dist/executer/
exdump.c 270 {ACPI_EXD_UINT16, ACPI_EXD_OFFSET (Mutex.AcquisitionDepth), "Acquire Depth"},
733 * Depth - Current nesting depth
744 UINT32 Depth)
786 if (Depth > 0)
789 Depth, " ", Depth, ObjDesc, ObjDesc->Common.ReferenceCount));
894 ObjDesc->Package.Elements[Index], Depth + 1);
947 AcpiExDumpOperand (ObjDesc->Field.RegionObj, Depth + 1);
973 AcpiExDumpOperand (ObjDesc->BufferField.BufferObj, Depth + 1)
    [all...]
  /src/sys/external/bsd/acpica/dist/include/
acinterp.h 675 UINT32 Depth);

Completed in 219 milliseconds