Lines Matching refs:DestOp
62 ACPI_PARSE_OBJECT *DestOp);
81 ACPI_PARSE_OBJECT *DestOp; in OpcDoPrintf() local
86 DestOp = TrAllocateNode (PARSEOP_DEBUG); in OpcDoPrintf()
87 DestOp->Asl.AmlOpcode = AML_DEBUG_OP; in OpcDoPrintf()
88 DestOp->Asl.Parent = Op; in OpcDoPrintf()
89 DestOp->Asl.LogicalLineNumber = Op->Asl.LogicalLineNumber; in OpcDoPrintf()
91 OpcParsePrintf (Op, DestOp); in OpcDoPrintf()
111 ACPI_PARSE_OBJECT *DestOp; in OpcDoFprintf() local
116 DestOp = Op->Asl.Child; in OpcDoFprintf()
117 Op->Asl.Child = DestOp->Asl.Next; in OpcDoFprintf()
118 DestOp->Asl.Next = NULL; in OpcDoFprintf()
120 OpcParsePrintf (Op, DestOp); in OpcDoFprintf()
145 ACPI_PARSE_OBJECT *DestOp) in OpcParsePrintf() argument
323 Op->Asl.Child->Asl.Next = DestOp; in OpcParsePrintf()