Lines Matching refs:Parent
339 * PARAMETERS: Op - To be set to new parent
340 * ParentOp - The parent
342 * RETURN: None, sets Op parent directly
344 * DESCRIPTION: Change the parent of a parse op.
354 Op->Asl.Parent = ParentOp;
570 /* Link first child to parent */
598 /* Point all children to parent */
600 Child->Asl.Parent = Op;
611 * to the same parent
616 Child->Asl.Parent = Op;
690 Op1->Asl.Parent = Op2->Asl.Parent;
776 * PARAMETERS: Op1 - Parent op
779 * RETURN: The parent op
781 * DESCRIPTION: Link two ops together as a parent and child
794 "\nLinkChildOp: Parent=%p (%s), Child=%p (%s)\n",
819 /* Set the child and all peers of the child to point to the parent */
824 Next->Asl.Parent = Op1;
924 /* No children or peers, re-visit parent */
930 Op = Op->Asl.Parent;
940 /* Visit leaf op (no children) or parent op on return trip */
978 /* No children or peers, re-visit parent */
984 Op = Op->Asl.Parent;
1042 /* No children or peers, re-visit parent */
1048 Op = Op->Asl.Parent;