Home
last modified time | relevance | path

Searched refs:IndexDesc (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/common/acpica/executer/
H A Dexstore.c342 ACPI_OPERAND_OBJECT *IndexDesc, in AcpiExStoreObjectToIndex() argument
359 switch (IndexDesc->Reference.TargetType) in AcpiExStoreObjectToIndex()
371 ObjDesc = *(IndexDesc->Reference.Where); in AcpiExStoreObjectToIndex()
399 IndexDesc->Reference.Object)->Common.ReferenceCount; in AcpiExStoreObjectToIndex()
406 *(IndexDesc->Reference.Where) = NewDesc; in AcpiExStoreObjectToIndex()
412 IndexDesc->Reference.Object)->Common.ReferenceCount; in AcpiExStoreObjectToIndex()
435 ObjDesc = IndexDesc->Reference.Object; in AcpiExStoreObjectToIndex()
475 ObjDesc->Buffer.Pointer[IndexDesc->Reference.Value] = Value; in AcpiExStoreObjectToIndex()