Lines Matching defs:Child
658 * PARAMETERS: ChildFile - contains the filename of the child file
663 * DESCRIPTION: Point the parent pointer of the Child to the node that
673 ACPI_FILE_NODE *Child;
677 Child = CvFilenameExists (ChildFile, AcpiGbl_FileTreeRoot);
680 if (Child && Parent)
682 Child->Parent = Parent;
684 while (Child->Parent)
686 if (Child->Parent->FileEnd < Child->FileStart)
688 Child->Parent->FileEnd = Child->FileStart;
691 Child = Child->Parent;