Searched defs:Depth (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/intel/io/acpica/executer/
H A Dexdump.c162 {ACPI_EXD_UINT16, ACPI_EXD_OFFSET (Mutex.AcquisitionDepth), "Acquire Depth"},
615 * Depth - Current nesting depth
626 UINT32 Depth)
668 if (Depth > 0)
671 Depth, " ", Depth, ObjDesc));
773 ObjDesc->Package.Elements[Index], Depth + 1);
826 AcpiExDumpOperand (ObjDesc->Field.RegionObj, Depth + 1);
852 AcpiExDumpOperand (ObjDesc->BufferField.BufferObj, Depth + 1);
624 AcpiExDumpOperand( ACPI_OPERAND_OBJECT *ObjDesc, UINT32 Depth) argument

Completed in 46 milliseconds