Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/dev/acpica/components/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()
/f-stack/freebsd/contrib/dev/acpica/components/disassembler/
H A Ddmwalk.c668 (Op->Common.AmlOpcode != AML_INT_BYTELIST_OP)) in AcpiDmDescendingOp()
1122 (Op->Common.AmlOpcode != AML_INT_BYTELIST_OP)) in AcpiDmAscendingOp()
1184 (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()
/f-stack/freebsd/contrib/dev/acpica/include/
H A Damlcode.h317 #define AML_INT_BYTELIST_OP (UINT16) 0x0033 macro
/f-stack/freebsd/contrib/dev/acpica/components/dispatcher/
H A Ddsobject.c339 if (ByteList->Common.AmlOpcode != AML_INT_BYTELIST_OP) in AcpiDsBuildInternalBufferObj()
H A Ddsfield.c527 if (Child->Common.AmlOpcode == AML_INT_BYTELIST_OP) in AcpiDsGetFieldNames()