Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/acpi/iasl/
H A Daslbtypes.c503 UINT32 ThisNodeBtype = 0; in AnGetBtype() local
540 ThisNodeBtype = AnMapEtypeToBtype (Node->Type); in AnGetBtype()
541 if (!ThisNodeBtype) in AnGetBtype()
566 ThisNodeBtype = ReferencedNode->Asl.AcpiBtype; in AnGetBtype()
576 ThisNodeBtype = Op->Asl.AcpiBtype; in AnGetBtype()
579 return (ThisNodeBtype); in AnGetBtype()
H A Daslwalks.c273 UINT32 ThisNodeBtype; in AnOperandTypecheckWalkEnd() local
363 ThisNodeBtype = AnGetBtype (ArgOp); in AnOperandTypecheckWalkEnd()
364 if (ThisNodeBtype == ACPI_UINT32_MAX) in AnOperandTypecheckWalkEnd()
370 RequiredBtypes, ThisNodeBtype); in AnOperandTypecheckWalkEnd()
491 ThisNodeBtype = AnGetBtype (ArgOp); in AnOperandTypecheckWalkEnd()
492 if (ThisNodeBtype == ACPI_UINT32_MAX) in AnOperandTypecheckWalkEnd()
507 ThisNodeBtype = RequiredBtypes; in AnOperandTypecheckWalkEnd()
596 CommonBtypes = ThisNodeBtype & RequiredBtypes; in AnOperandTypecheckWalkEnd()
608 RequiredBtypes, ThisNodeBtype); in AnOperandTypecheckWalkEnd()
619 AnFormatBtype (StringBuffer, ThisNodeBtype); in AnOperandTypecheckWalkEnd()
H A Daslanalyze.c420 UINT32 ThisNodeBtype) in AnCheckMethodReturnValue() argument
451 else if (!(ThisNodeBtype & RequiredBtypes)) in AnCheckMethodReturnValue()
455 AnFormatBtype (StringBuffer, ThisNodeBtype); in AnCheckMethodReturnValue()
464 if (ThisNodeBtype != 0) in AnCheckMethodReturnValue()
H A Daslcompiler.h421 UINT32 ThisNodeBtype);