Searched refs:AML_INT_BYTELIST_OP (Results 1 - 7 of 7) sorted by relevance

/freebsd-10.3-release/sys/contrib/dev/acpica/components/parser/
H A Dpsutils.c151 else if (Opcode == AML_INT_BYTELIST_OP)
H A Dpsargs.c665 Arg = AcpiPsAllocOp (AML_INT_BYTELIST_OP);
839 Arg = AcpiPsAllocOp (AML_INT_BYTELIST_OP);
/freebsd-10.3-release/sys/contrib/dev/acpica/components/disassembler/
H A Ddmwalk.c450 (Op->Common.AmlOpcode != AML_INT_BYTELIST_OP))
871 (Op->Common.AmlOpcode != AML_INT_BYTELIST_OP))
933 (Op->Common.AmlOpcode != AML_INT_BYTELIST_OP))
H A Ddmopcode.c914 if (Child->Common.AmlOpcode == AML_INT_BYTELIST_OP)
943 case AML_INT_BYTELIST_OP:
/freebsd-10.3-release/sys/contrib/dev/acpica/components/dispatcher/
H A Ddsfield.c399 if (Child->Common.AmlOpcode == AML_INT_BYTELIST_OP)
H A Ddsobject.c305 if (ByteList->Common.AmlOpcode != AML_INT_BYTELIST_OP)
/freebsd-10.3-release/sys/contrib/dev/acpica/include/
H A Damlcode.h212 #define AML_INT_BYTELIST_OP (UINT16) 0x0033 macro

Completed in 161 milliseconds