Lines Matching defs:Parent
402 * PARAMETERS: Op - Parent
403 * OpInfo - Parent info
437 /* Examine the parent op of this method */
488 * PARAMETERS: Op - Parent op for the operator
501 ACPI_PARSE_OBJECT *Parent;
518 /* Examine parent to determine if the return value is used */
520 Parent = Op->Asl.Parent;
521 switch (Parent->Asl.ParseOpcode)
530 if (Parent->Asl.Child == Op)
537 /* Not used if one of these is the parent */
547 /* Any other type of parent means that the result is used */
684 ACPI_PARSE_OBJECT *Parent;
696 Parent = Op->Asl.Parent;
697 Next = Parent->Asl.Child;
839 ACPI_PARSE_OBJECT *Parent;
844 Parent = Op->Asl.Parent;
845 Next = Parent->Asl.Child;