Searched refs:StackDesc (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.2-release/sys/contrib/dev/acpica/components/executer/
H A Dexresolv.c155 ACPI_OPERAND_OBJECT *StackDesc; local
163 StackDesc = *StackPtr;
167 switch (StackDesc->Common.Type)
171 RefType = StackDesc->Reference.Class;
182 StackDesc->Reference.Value, WalkState, &ObjDesc);
189 StackDesc->Reference.Value, ObjDesc));
195 AcpiUtRemoveReference (StackDesc);
201 switch (StackDesc->Reference.TargetType)
220 ObjDesc = *StackDesc->Reference.Where;
228 AcpiUtRemoveReference (StackDesc);
[all...]

Completed in 33 milliseconds