Home
last modified time | relevance | path

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

/illumos-gate/usr/src/common/acpica/parser/
H A Dpsutils.c262 else if (Opcode == AML_INT_BYTELIST_OP) in AcpiPsAllocOp()
H A Dpsargs.c796 Arg = AcpiPsAllocOp (AML_INT_BYTELIST_OP, Aml); in AcpiPsGetNextField()
977 Arg = AcpiPsAllocOp (AML_INT_BYTELIST_OP, in AcpiPsGetNextArg()
/illumos-gate/usr/src/common/acpica/disassembler/
H A Ddmwalk.c668 (Op->Common.AmlOpcode != AML_INT_BYTELIST_OP)) in AcpiDmDescendingOp()
1123 (Op->Common.AmlOpcode != AML_INT_BYTELIST_OP)) in AcpiDmAscendingOp()
1185 (Op->Common.AmlOpcode != AML_INT_BYTELIST_OP)) in AcpiDmAscendingOp()
H A Ddmopcode.c1051 if (Child->Common.AmlOpcode == AML_INT_BYTELIST_OP) in AcpiDmDisassembleOneOp()
1082 case AML_INT_BYTELIST_OP: in AcpiDmDisassembleOneOp()
/illumos-gate/usr/src/uts/intel/sys/acpi/
H A Damlcode.h317 #define AML_INT_BYTELIST_OP (UINT16) 0x0033 macro
/illumos-gate/usr/src/common/acpica/dispatcher/
H A Ddsobject.c340 if (ByteList->Common.AmlOpcode != AML_INT_BYTELIST_OP) in AcpiDsBuildInternalBufferObj()
H A Ddsfield.c513 if (Child->Common.AmlOpcode == AML_INT_BYTELIST_OP) in AcpiDsGetFieldNames()