Lines Matching defs:Parent
209 ACPI_PARSE_OBJECT *Parent;
228 /* Find the parent of a possibly nested package */
230 Parent = Op->Common.Parent;
231 while ((Parent->Common.AmlOpcode == AML_PACKAGE_OP) ||
232 (Parent->Common.AmlOpcode == AML_VARIABLE_PACKAGE_OP))
234 Parent = Parent->Common.Parent;
252 ObjDesc->Package.Node = Parent->Common.Node;