Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/acpica/compiler/
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.c867 Op->Asl.AcpiBtype = AslKeywordMapping[Index].AcpiBtype; in OpcGenerateAmlOpcode()
H A Dasltypes.h225 UINT32 AcpiBtype; /* Object type or return type */ member
H A Daslcodegen.c295 /* 14 */ Op->Asl.AcpiBtype, in CgAmlWriteWalk()
H A Daslmethod.c295 Op->Asl.AcpiBtype |= MethodInfo->ValidReturnTypes; in MtMethodAnalysisWalkBegin()
H A Daslwalks.c244 Op->Asl.ParentMethod->Asl.AcpiBtype |= ThisOpBtype; in AnMethodTypingWalkEnd()
H A Daslload.c676 for (i = 1; i < Arg->Asl.AcpiBtype; i *= 2) in LdNamespace1Begin()
H A Dasltransform.c663 Btype = AslKeywordMapping[Index].AcpiBtype; in TrDoSwitch()
/freebsd/sys/contrib/dev/acpica/include/
H A Daclocal.h1179 UINT32 AcpiBtype; member