Lines Matching refs:Asl
187 UtGetOpName (Op->Asl.ParseOpcode),
192 if (Op->Asl.ParseOpcode == PARSEOP_ONES)
198 Op->Asl.Value.Integer = ACPI_UINT8_MAX;
203 Op->Asl.Value.Integer = ACPI_UINT16_MAX;
208 Op->Asl.Value.Integer = ACPI_UINT32_MAX;
220 Op->Asl.ParseOpcode = (UINT16) ParseOpcode;
232 Op->Asl.Value.Integer &= ACPI_UINT8_MAX;
238 Op->Asl.Value.Integer &= ACPI_UINT16_MAX;
244 Op->Asl.Value.Integer &= ACPI_UINT32_MAX;
291 "\nSetOpFlags: %s Op %p, %8.8X", Op->Asl.ParseOpName, Op, Flags);
296 Op->Asl.CompileFlags |= Flags;
330 Op->Asl.AmlLength = Length;
354 Op->Asl.Parent = ParentOp;
375 Op->Asl.Filename = AslGbl_PreviousIncludeFilename;
407 AcpiUtSetIntegerWidth ((UINT8) RevisionOp->Asl.Value.Integer);
432 if (Op->Asl.EndLine)
437 Op->Asl.EndLine = AslGbl_CurrentLineNumber;
438 Op->Asl.EndLogicalLine = AslGbl_LogicalLineNumber;
478 Op->Asl.LineNumber, Op->Asl.EndLine,
479 Op, NumChildren, UtGetOpName(Op->Asl.ParseOpcode));
481 switch (Op->Asl
489 Op->Asl.ParseOpcode = PARSEOP_DEFAULT_ARG;
533 Op->Asl.EndBlkComment = AslGbl_CommentListHead;
535 Op->Asl.ParseOpName, AslGbl_CommentListHead->Comment);
582 if (Op->Asl.Child &&
583 (Op->Asl.Child->Asl.ParseOpcode == PARSEOP_DEFINITION_BLOCK))
585 LastSibling = Op->Asl.Child;
586 while (LastSibling->Asl.Next)
588 LastSibling = LastSibling->Asl.Next;
590 LastSibling->Asl.Next = Child;
594 Op->Asl.Child = Child;
600 Child->Asl.Parent = Op;
606 PrevChild->Asl.Next = Child;
613 while (Child->Asl.Next)
615 Child = Child->Asl.Next;
616 Child->Asl.Parent = Op;
658 Op1, Op1 ? UtGetOpName(Op1->Asl.ParseOpcode) : NULL,
659 Op2, Op2 ? UtGetOpName(Op2->Asl.ParseOpcode) : NULL);
690 Op1->Asl.Parent = Op2->Asl.Parent;
698 while (Next->Asl.Next)
700 Next = Next->Asl.Next;
703 Next->Asl.Next = Op2;
747 while (This->Asl.Next)
749 This = This->Asl.Next;
762 This->Asl.Next = Next;
795 Op1, Op1 ? UtGetOpName(Op1->Asl.ParseOpcode): NULL,
796 Op2, Op2 ? UtGetOpName(Op2->Asl.ParseOpcode): NULL);
805 if (Op1->Asl.ParseOpcode == PARSEOP_METHODCALL)
817 Op1->Asl.Child = Op2;
824 Next->Asl.Parent = Op1;
825 Next = Next->Asl.Next;
872 if (Op->Asl.ParseOpcode == PARSEOP_DEFINITION_BLOCK &&
875 Restore = Op->Asl.Next;
876 Op->Asl.Next = NULL;
893 if (Op->Asl.Child)
896 Op = Op->Asl.Child;
917 if (Op->Asl.Next)
919 Op = Op->Asl.Next;
930 Op = Op->Asl.Parent;
942 if ((!Op->Asl.Child) ||
958 Op = Op->Asl.Child;
971 if (Op->Asl.Next)
973 Op = Op->Asl.Next;
984 Op = Op->Asl.Parent;
1011 if (Op->Asl.Child)
1014 Op = Op->Asl.Child;
1035 if (Op->Asl.Next)
1037 Op = Op->Asl.Next;
1048 Op = Op->Asl.Parent;
1061 if (Op->Asl.ParseOpcode == PARSEOP_DEFINITION_BLOCK &&
1064 Op->Asl.Next = Restore;
1071 if (Op->Asl.ParseOpcode == PARSEOP_DEFINITION_BLOCK &&
1074 Op->Asl.Next = Restore;