Home
last modified time | relevance | path

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

/dragonfly/sys/contrib/dev/acpica/source/components/executer/
H A Dexstore.c205 ACPI_OPERAND_OBJECT *RefDesc = DestDesc; in AcpiExStore() local
272 switch (RefDesc->Reference.Class) in AcpiExStore()
279 RefDesc->Reference.Object, in AcpiExStore()
287 Status = AcpiExStoreObjectToIndex (SourceDesc, RefDesc, WalkState); in AcpiExStore()
295 Status = AcpiDsStoreObjectToLocal (RefDesc->Reference.Class, in AcpiExStore()
296 RefDesc->Reference.Value, SourceDesc, WalkState); in AcpiExStore()
314 RefDesc->Reference.Class)); in AcpiExStore()
315 ACPI_DUMP_ENTRY (RefDesc, ACPI_LV_INFO); in AcpiExStore()