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

/freebsd-13-stable/sys/contrib/dev/acpica/common/
H A Ddmswitch.c431 if (CurrentOp->Common.AmlOpcode == AML_ELSE_OP)
537 if (CurrentOp && CurrentOp->Common.AmlOpcode == AML_ELSE_OP)
552 if (CurrentOp->Common.AmlOpcode == AML_ELSE_OP)
611 if (CurrentOp->Common.AmlOpcode == AML_ELSE_OP)
/freebsd-13-stable/sys/contrib/dev/acpica/components/dispatcher/
H A Ddscontrol.c245 case AML_ELSE_OP:
317 case AML_ELSE_OP:
/freebsd-13-stable/sys/contrib/dev/acpica/components/debugger/
H A Ddbxface.c333 (ParentOp->Common.AmlOpcode == AML_ELSE_OP) ||
494 else if (Op->Common.AmlOpcode == AML_ELSE_OP)
/freebsd-13-stable/sys/contrib/edk2/Include/IndustryStandard/
H A DAcpiAml.h128 #define AML_ELSE_OP 0xa1 macro
/freebsd-13-stable/sys/contrib/dev/acpica/components/parser/
H A Dpstree.c431 case AML_ELSE_OP:
H A Dpsloop.c570 if (*WalkState->Aml == AML_ELSE_OP)
/freebsd-13-stable/sys/contrib/dev/acpica/components/disassembler/
H A Ddmopcode.c1117 case AML_ELSE_OP:
1219 (IfOp->Asl.Next && (IfOp->Asl.Next->Common.AmlOpcode != AML_ELSE_OP)))
1289 (ElseOp->Common.AmlOpcode == AML_ELSE_OP))
H A Ddmwalk.c376 case AML_ELSE_OP:
467 case AML_ELSE_OP:
1160 (Op->Common.Next->Common.AmlOpcode == AML_ELSE_OP))
/freebsd-13-stable/sys/contrib/dev/acpica/include/
H A Damlcode.h243 #define AML_ELSE_OP (UINT16) 0xa1 macro
/freebsd-13-stable/sys/contrib/dev/acpica/compiler/
H A Daslmap.c324 /* ELSE */ OP_TABLE_ENTRY (AML_ELSE_OP, 0, OP_AML_PACKAGE, 0),

Completed in 74 milliseconds