Home
last modified time | relevance | path

Searched refs:ThisNodeBtype (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/sys/external/bsd/acpica/dist/compiler/
H A Daslbtypes.c394 UINT32 ThisNodeBtype = 0; in AnGetBtype() local
432 ThisNodeBtype = AnMapEtypeToBtype (Node->Type); in AnGetBtype()
433 if (!ThisNodeBtype) in AnGetBtype()
458 ThisNodeBtype = ReferencedNode->Asl.AcpiBtype; in AnGetBtype()
468 ThisNodeBtype = Op->Asl.AcpiBtype; in AnGetBtype()
471 return (ThisNodeBtype); in AnGetBtype()
H A Daslwalks.c173 UINT32 ThisNodeBtype; in AnOperandTypecheckWalkEnd() local
263 ThisNodeBtype = AnGetBtype (ArgOp); in AnOperandTypecheckWalkEnd()
264 if (ThisNodeBtype == ACPI_UINT32_MAX) in AnOperandTypecheckWalkEnd()
270 RequiredBtypes, ThisNodeBtype); in AnOperandTypecheckWalkEnd()
391 ThisNodeBtype = AnGetBtype (ArgOp); in AnOperandTypecheckWalkEnd()
392 if (ThisNodeBtype == ACPI_UINT32_MAX) in AnOperandTypecheckWalkEnd()
407 ThisNodeBtype = RequiredBtypes; in AnOperandTypecheckWalkEnd()
496 CommonBtypes = ThisNodeBtype & RequiredBtypes; in AnOperandTypecheckWalkEnd()
508 RequiredBtypes, ThisNodeBtype); in AnOperandTypecheckWalkEnd()
519 AnFormatBtype (AslGbl_StringBuffer, ThisNodeBtype); in AnOperandTypecheckWalkEnd()
H A Daslanalyze.c313 UINT32 ThisNodeBtype) in AnCheckMethodReturnValue() argument
346 else if (!(ThisNodeBtype & RequiredBtypes)) in AnCheckMethodReturnValue()
350 AnFormatBtype (AslGbl_StringBuffer, ThisNodeBtype); in AnCheckMethodReturnValue()
359 if (ThisNodeBtype != 0) in AnCheckMethodReturnValue()
H A Daslcompiler.h330 UINT32 ThisNodeBtype);