Lines Matching refs:Reference
164 switch (RefDesc->Reference.Class) in AcpiExStore()
171 RefDesc->Reference.Object, in AcpiExStore()
187 Status = AcpiDsStoreObjectToLocal (RefDesc->Reference.Class, in AcpiExStore()
188 RefDesc->Reference.Value, SourceDesc, WalkState); in AcpiExStore()
206 RefDesc->Reference.Class)); in AcpiExStore()
251 switch (IndexDesc->Reference.TargetType) in AcpiExStoreObjectToIndex()
263 ObjDesc = *(IndexDesc->Reference.Where); in AcpiExStoreObjectToIndex()
266 SourceDesc->Reference.Class == ACPI_REFCLASS_TABLE) 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()