Home | History | Annotate | Download | only in parser

Lines Matching refs:Parent

285     if (Op->Common.Parent)
287 Prev = Op->Common.Parent->Common.Value.Arg;
299 ParentInfo = AcpiPsGetOpcodeInfo (Op->Common.Parent->Common.AmlOpcode);
325 if ((Op->Common.Parent->Common.AmlOpcode == AML_REGION_OP) ||
326 (Op->Common.Parent->Common.AmlOpcode == AML_DATA_REGION_OP) ||
327 (Op->Common.Parent->Common.AmlOpcode == AML_BUFFER_OP) ||
328 (Op->Common.Parent->Common.AmlOpcode == AML_PACKAGE_OP) ||
329 (Op->Common.Parent->Common.AmlOpcode == AML_BANK_FIELD_OP) ||
330 (Op->Common.Parent->Common.AmlOpcode == AML_VARIABLE_PACKAGE_OP))
339 else if ((Op->Common.Parent->Common.AmlOpcode == AML_NAME_OP) &&
371 /* We must unlink this op from the parent tree */
379 ReplacementOp->Common.Parent = Op->Common.Parent;
382 Op->Common.Parent->Common.Value.Arg = ReplacementOp;
387 Op->Common.Parent->Common.Value.Arg = Op->Common.Next;
391 /* Search the parent list */
395 /* Traverse all siblings in the parent's argument list */
402 ReplacementOp->Common.Parent = Op->Common.Parent;
507 * package; We simply close out the parent (finishing the walk of
508 * this branch of the tree) and continue execution at the parent
710 /* We are done with this walk, move on to the parent if any */
749 * If the method return value is not used by the parent,