Searched refs:DestOp (Results 1 – 1 of 1) sorted by relevance
170 ACPI_PARSE_OBJECT *DestOp);189 ACPI_PARSE_OBJECT *DestOp; in OpcDoPrintf() local194 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() local224 DestOp = Op->Asl.Child; in OpcDoFprintf()225 Op->Asl.Child = DestOp->Asl.Next; in OpcDoFprintf()[all …]