Home
last modified time | relevance | path

Searched refs:AML_STRING_OP (Results 1 – 11 of 11) sorted by relevance

/illumos-gate/usr/src/cmd/acpi/iasl/
H A Daslprintf.c301 NewOp->Asl.AmlOpcode = AML_STRING_OP; in OpcParsePrintf()
362 NewOp->Asl.AmlOpcode = AML_STRING_OP; in OpcParsePrintf()
391 NewOp->Asl.AmlOpcode = AML_STRING_OP; in OpcParsePrintf()
H A Daslcodegen.c502 case AML_STRING_OP: in CgWriteAmlOpcode()
H A Daslfold.c821 Op->Common.AmlOpcode = AML_STRING_OP; in TrInstallReducedConstant()
H A Daslmap.c521 /* STRING_LITERAL */ OP_TABLE_ENTRY (AML_STRING_OP, 0, …
/illumos-gate/usr/src/common/acpica/parser/
H A Dpswalk.c208 if (Op->Named.AmlOpcode == AML_STRING_OP) in AcpiPsDeleteParseTree()
H A Dpsloop.c226 case AML_STRING_OP: /* AML_ASCIICHARLIST_ARG */ in AcpiPsGetArguments()
H A Dpsargs.c591 Opcode = AML_STRING_OP; in AcpiPsGetNextSimpleArg()
/illumos-gate/usr/src/uts/intel/sys/acpi/
H A Damlcode.h166 #define AML_STRING_OP (UINT16) 0x0d macro
/illumos-gate/usr/src/common/acpica/disassembler/
H A Ddmcstyle.c352 if ((Argument1->Common.AmlOpcode == AML_STRING_OP) || in AcpiDmCheckForSymbolicOpcode()
H A Ddmbuffer.c1025 case AML_STRING_OP: in AcpiDmGetHardwareIdType()
H A Ddmopcode.c911 case AML_STRING_OP: in AcpiDmDisassembleOneOp()