Lines Matching refs:DestOp
170 ACPI_PARSE_OBJECT *DestOp);
189 ACPI_PARSE_OBJECT *DestOp; in OpcDoPrintf() local
194 DestOp = TrAllocateOp (PARSEOP_DEBUG); in OpcDoPrintf()
195 DestOp->Asl.AmlOpcode = AML_DEBUG_OP; in OpcDoPrintf()
196 DestOp->Asl.Parent = Op; in OpcDoPrintf()
197 DestOp->Asl.LogicalLineNumber = Op->Asl.LogicalLineNumber; in OpcDoPrintf()
199 OpcParsePrintf (Op, DestOp); in OpcDoPrintf()
219 ACPI_PARSE_OBJECT *DestOp; in OpcDoFprintf() local
224 DestOp = Op->Asl.Child; in OpcDoFprintf()
225 Op->Asl.Child = DestOp->Asl.Next; in OpcDoFprintf()
226 DestOp->Asl.Next = NULL; in OpcDoFprintf()
228 OpcParsePrintf (Op, DestOp); in OpcDoFprintf()
253 ACPI_PARSE_OBJECT *DestOp) in OpcParsePrintf() argument
431 Op->Asl.Child->Asl.Next = DestOp; in OpcParsePrintf()