Home
last modified time | relevance | path

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

/dragonfly/sys/contrib/dev/acpica/source/compiler/
HDaslprintf.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()
HDaslbtypes.c565 ThisNodeBtype = ReferencedNode->Asl.AcpiBtype; in AnGetBtype()
575 ThisNodeBtype = Op->Asl.AcpiBtype; in AnGetBtype()
HDaslopcodes.c867 Op->Asl.AcpiBtype = AslKeywordMapping[Index].AcpiBtype; in OpcGenerateAmlOpcode()
HDasltypes.h225 UINT32 AcpiBtype; /* Object type or return type */ member
HDaslcodegen.c283 /* 14 */ Op->Asl.AcpiBtype, in CgAmlWriteWalk()
HDaslwalks.c244 Op->Asl.ParentMethod->Asl.AcpiBtype |= ThisOpBtype; in AnMethodTypingWalkEnd()
HDaslmethod.c295 Op->Asl.AcpiBtype |= MethodInfo->ValidReturnTypes; in MtMethodAnalysisWalkBegin()
HDasltransform.c663 Btype = AslKeywordMapping[Index].AcpiBtype; in TrDoSwitch()
HDaslload.c676 for (i = 1; i < Arg->Asl.AcpiBtype; i *= 2) in LdNamespace1Begin()
/dragonfly/sys/contrib/dev/acpica/source/include/
HDaclocal.h1171 UINT32 AcpiBtype; member