Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/acpica/dist/compiler/
H A Daslprintf.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()
H A Daslbtypes.c458 ThisNodeBtype = ReferencedNode->Asl.AcpiBtype; in AnGetBtype()
468 ThisNodeBtype = Op->Asl.AcpiBtype; in AnGetBtype()
H A Daslopcodes.c759 Op->Asl.AcpiBtype = AslKeywordMapping[Index].AcpiBtype; in OpcGenerateAmlOpcode()
H A Dasltypes.h117 UINT32 AcpiBtype; /* Object type or return type */ member
H A Daslcodegen.c187 /* 14 */ Op->Asl.AcpiBtype, in CgAmlWriteWalk()
H A Daslwalks.c136 Op->Asl.ParentMethod->Asl.AcpiBtype |= ThisOpBtype; in AnMethodTypingWalkEnd()
H A Daslmethod.c187 Op->Asl.AcpiBtype |= MethodInfo->ValidReturnTypes; in MtMethodAnalysisWalkBegin()
H A Dasltransform.c555 Btype = AslKeywordMapping[Index].AcpiBtype; in TrDoSwitch()
H A Daslload.c568 for (i = 1; i < Arg->Asl.AcpiBtype; i *= 2) in LdNamespace1Begin()
/netbsd-src/sys/external/bsd/acpica/dist/include/
H A Daclocal.h1071 UINT32 AcpiBtype; member