Home
last modified time | relevance | path

Searched refs:NextOp2 (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/contrib/dev/acpica/compiler/
H A Dasltransform.c1171 ACPI_PARSE_OBJECT *NextOp2) in TrCheckForBufferMatch() argument
1180 NextOp2->Asl.ParseOpcode == PARSEOP_INTEGER) && in TrCheckForBufferMatch()
1181 NextOp1->Asl.Value.Integer != NextOp2->Asl.Value.Integer) in TrCheckForBufferMatch()
1199 if (NextOp1->Asl.ParseOpcode != NextOp2->Asl.ParseOpcode && in TrCheckForBufferMatch()
1201 TrBufferIsAllZero (NextOp2->Asl.Next)) in TrCheckForBufferMatch()
1209 NextOp2 = NextOp2->Asl.Next; in TrCheckForBufferMatch()
1215 while (NextOp1 && NextOp2) in TrCheckForBufferMatch()
1218 (NextOp2->Asl.ParseOpcode == PARSEOP_STRING_LITERAL)) in TrCheckForBufferMatch()
1220 if (!strcmp (NextOp1->Asl.Value.String, NextOp2->Asl.Value.String)) in TrCheckForBufferMatch()
1229 if ((UINT8) NextOp1->Asl.Value.Integer != (UINT8) NextOp2->Asl.Value.Integer) in TrCheckForBufferMatch()
[all …]
/freebsd/sys/contrib/dev/acpica/components/disassembler/
H A Ddmwalk.c524 ACPI_PARSE_OBJECT *NextOp2; in AcpiDmDescendingOp() local
609 NextOp2 = NextOp->Common.Next; in AcpiDmDescendingOp()
611 if (NextOp2 && in AcpiDmDescendingOp()
612 (NextOp2->Common.AmlOpcode == AML_EXTERNAL_OP)) in AcpiDmDescendingOp()