Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/intel/io/acpica/executer/
H A Dexstore.c234 ACPI_OPERAND_OBJECT *IndexDesc, in AcpiExStoreObjectToIndex() argument
251 switch (IndexDesc->Reference.TargetType) in AcpiExStoreObjectToIndex()
263 ObjDesc = *(IndexDesc->Reference.Where); in AcpiExStoreObjectToIndex()
291 IndexDesc->Reference.Object)->Common.ReferenceCount; in AcpiExStoreObjectToIndex()
298 *(IndexDesc->Reference.Where) = NewDesc; in AcpiExStoreObjectToIndex()
304 IndexDesc->Reference.Object)->Common.ReferenceCount; in AcpiExStoreObjectToIndex()
327 ObjDesc = IndexDesc->Reference.Object; in AcpiExStoreObjectToIndex()
367 ObjDesc->Buffer.Pointer[IndexDesc->Reference.Value] = Value; in AcpiExStoreObjectToIndex()