Searched refs:ThisNodeBtype (Results 1 – 4 of 4) sorted by relevance
503 UINT32 ThisNodeBtype = 0; in AnGetBtype() local540 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()
273 UINT32 ThisNodeBtype; in AnOperandTypecheckWalkEnd() local363 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()
420 UINT32 ThisNodeBtype) in AnCheckMethodReturnValue() argument451 else if (!(ThisNodeBtype & RequiredBtypes)) in AnCheckMethodReturnValue()455 AnFormatBtype (StringBuffer, ThisNodeBtype); in AnCheckMethodReturnValue()464 if (ThisNodeBtype != 0) in AnCheckMethodReturnValue()
421 UINT32 ThisNodeBtype);