Searched refs:SourceOperandOp (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/sys/contrib/dev/acpica/compiler/
H A Daslwalks.c909 ACPI_PARSE_OBJECT *SourceOperandOp; local
917 SourceOperandOp = Op->Asl.Child;
918 TargetOperandOp = SourceOperandOp->Asl.Next;
924 switch (SourceOperandOp->Asl.ParseOpcode)
985 SourceNode = SourceOperandOp->Asl.Node;
1005 if ((!SourceNode && (SourceOperandOp->Asl.AmlOpcode == AML_INT_NAMEPATH_OP)) ||
1027 if ((SourceOperandOp->Asl.AmlOpcode >= AML_LOCAL0) &&
1028 (SourceOperandOp->Asl.AmlOpcode <= AML_ARG6))
1046 SourceOperandBtype = AnGetBtype (SourceOperandOp);
1070 AslError (ASL_ERROR, ASL_MSG_INVALID_TYPE, SourceOperandOp,
[all...]

Completed in 46 milliseconds