Home
last modified time | relevance | path

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

/f-stack/freebsd/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.c565 ThisNodeBtype = ReferencedNode->Asl.AcpiBtype; in AnGetBtype()
575 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.c283 /* 14 */ Op->Asl.AcpiBtype, in CgAmlWriteWalk()
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.c658 Btype = AslKeywordMapping[Index].AcpiBtype; in TrDoSwitch()
/f-stack/freebsd/contrib/dev/acpica/include/
H A Daclocal.h1170 UINT32 AcpiBtype; member