Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/intel/io/acpica/executer/
H A Dexstore.c97 ACPI_OPERAND_OBJECT *RefDesc = DestDesc; in AcpiExStore() local
164 switch (RefDesc->Reference.Class) in AcpiExStore()
171 RefDesc->Reference.Object, in AcpiExStore()
179 Status = AcpiExStoreObjectToIndex (SourceDesc, RefDesc, WalkState); in AcpiExStore()
187 Status = AcpiDsStoreObjectToLocal (RefDesc->Reference.Class, in AcpiExStore()
188 RefDesc->Reference.Value, SourceDesc, WalkState); in AcpiExStore()
206 RefDesc->Reference.Class)); in AcpiExStore()
207 ACPI_DUMP_ENTRY (RefDesc, ACPI_LV_INFO); in AcpiExStore()