Home
last modified time | relevance | path

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

/trueos/sys/contrib/dev/acpica/compiler/
HDaslprintf.c194 NewOp->Asl.AcpiBtype = ACPI_BTYPE_STRING; in OpcParsePrintf()
255 NewOp->Asl.AcpiBtype = ACPI_BTYPE_STRING; in OpcParsePrintf()
282 NewOp->Asl.AcpiBtype = ACPI_BTYPE_STRING; in OpcParsePrintf()
358 NewConcatOp->Asl.AcpiBtype = 0x7; in OpcCreateConcatenateNode()
HDaslbtypes.c429 ThisNodeBtype = ReferencedNode->Asl.AcpiBtype; in AnGetBtype()
439 ThisNodeBtype = Op->Asl.AcpiBtype; in AnGetBtype()
HDasltypes.h112 UINT32 AcpiBtype; /* Object type or return type */ member
HDaslcodegen.c186 /* 14 */ Op->Asl.AcpiBtype, in CgAmlWriteWalk()
HDaslwalks.c118 Op->Asl.ParentMethod->Asl.AcpiBtype |= ThisNodeBtype; in AnMethodTypingWalkEnd()
HDaslopcodes.c1488 Op->Asl.AcpiBtype = AslKeywordMapping[Index].AcpiBtype; in OpcGenerateAmlOpcode()
HDasltransform.c428 Btype = AslKeywordMapping[Index].AcpiBtype; in TrDoSwitch()
HDaslload.c446 for (i = 1; i < Arg->Asl.AcpiBtype; i *= 2) in LdNamespace1Begin()
/trueos/sys/contrib/dev/acpica/include/
HDaclocal.h936 UINT32 AcpiBtype; member