Searched refs:ThisNodeBtype (Results 1 – 4 of 4) sorted by relevance
395 UINT32 ThisNodeBtype = 0; in AnGetBtype() local419 ThisNodeBtype = AnMapEtypeToBtype (Node->Type); in AnGetBtype()420 if (!ThisNodeBtype) in AnGetBtype()445 ThisNodeBtype = ReferencedNode->Asl.AcpiBtype; in AnGetBtype()455 ThisNodeBtype = Op->Asl.AcpiBtype; in AnGetBtype()458 return (ThisNodeBtype); in AnGetBtype()
162 UINT32 ThisNodeBtype; in AnOperandTypecheckWalkEnd() local252 ThisNodeBtype = AnGetBtype (ArgOp); in AnOperandTypecheckWalkEnd()253 if (ThisNodeBtype == ACPI_UINT32_MAX) in AnOperandTypecheckWalkEnd()259 RequiredBtypes, ThisNodeBtype); in AnOperandTypecheckWalkEnd()380 ThisNodeBtype = AnGetBtype (ArgOp); in AnOperandTypecheckWalkEnd()381 if (ThisNodeBtype == ACPI_UINT32_MAX) in AnOperandTypecheckWalkEnd()396 ThisNodeBtype = RequiredBtypes; in AnOperandTypecheckWalkEnd()485 CommonBtypes = ThisNodeBtype & RequiredBtypes; in AnOperandTypecheckWalkEnd()497 RequiredBtypes, ThisNodeBtype); in AnOperandTypecheckWalkEnd()508 AnFormatBtype (StringBuffer, ThisNodeBtype); in AnOperandTypecheckWalkEnd()
303 UINT32 ThisNodeBtype) in AnCheckMethodReturnValue() argument328 else if (!(ThisNodeBtype & RequiredBtypes)) in AnCheckMethodReturnValue()332 AnFormatBtype (StringBuffer, ThisNodeBtype); in AnCheckMethodReturnValue()341 if (ThisNodeBtype != 0) in AnCheckMethodReturnValue()
271 UINT32 ThisNodeBtype);
Completed in 6 milliseconds