Lines Matching defs:Child
334 /* Save symbol string in the next child (not peer) */
393 * works. We save the operator symbol in the first child, thus
497 * Promote the target up to the first child in the parse
1001 * child of the Op.
1010 ACPI_PARSE_OBJECT *Child;
1013 /* Link target directly to the Op as first child */
1015 Child = Op->Common.Value.Arg;
1017 Target->Common.Next = Child;
1021 while (Child->Common.Next != Target)
1023 Child = Child->Common.Next;
1026 Child->Common.Next = NULL;
1108 /* Determine if a child exists */