Home
last modified time | relevance | path

Searched refs:AcpiBtype (Results 1 – 9 of 9) sorted by relevance

/illumos-gate/usr/src/cmd/acpi/iasl/
H A Daslprintf.c302 NewOp->Asl.AcpiBtype = ACPI_BTYPE_STRING; in OpcParsePrintf()
363 NewOp->Asl.AcpiBtype = ACPI_BTYPE_STRING; in OpcParsePrintf()
390 NewOp->Asl.AcpiBtype = ACPI_BTYPE_STRING; in OpcParsePrintf()
466 NewConcatOp->Asl.AcpiBtype = 0x7; in OpcCreateConcatenateNode()
H A Daslbtypes.c566 ThisNodeBtype = ReferencedNode->Asl.AcpiBtype; in AnGetBtype()
576 ThisNodeBtype = Op->Asl.AcpiBtype; in AnGetBtype()
H A Daslopcodes.c861 Op->Asl.AcpiBtype = AslKeywordMapping[Index].AcpiBtype; in OpcGenerateAmlOpcode()
H A Dasltypes.h225 UINT32 AcpiBtype; /* Object type or return type */ member
H A Daslcodegen.c286 /* 14 */ Op->Asl.AcpiBtype, in CgAmlWriteWalk()
H A Daslwalks.c236 Op->Asl.ParentMethod->Asl.AcpiBtype |= ThisOpBtype; in AnMethodTypingWalkEnd()
H A Dasltransform.c618 Btype = AslKeywordMapping[Index].AcpiBtype; in TrDoSwitch()
H A Daslload.c634 for (i = 1; i < Arg->Asl.AcpiBtype; i *= 2) in LdNamespace1Begin()
/illumos-gate/usr/src/uts/intel/sys/acpi/
H A Daclocal.h1169 UINT32 AcpiBtype; member