Lines Matching refs:dataIn
21 uint8_t* dataIn = storage; in tpmInfoUpdate() local
22 dataIn = getSMBIOSTypePtr(dataIn, tpmDeviceType); in tpmInfoUpdate()
23 if (dataIn == nullptr) in tpmInfoUpdate()
29 dataIn = smbiosNextPtr(dataIn); in tpmInfoUpdate()
30 if (dataIn == nullptr) in tpmInfoUpdate()
34 dataIn = getSMBIOSTypePtr(dataIn, tpmDeviceType); in tpmInfoUpdate()
35 if (dataIn == nullptr) in tpmInfoUpdate()
40 auto tpmInfo = reinterpret_cast<struct TPMInfo*>(dataIn); in tpmInfoUpdate()
46 tpmDescription(tpmInfo->description, tpmInfo->length, dataIn); in tpmInfoUpdate()
91 uint8_t* dataIn) in tpmDescription() argument
93 std::string result = positionToString(positionNum, structLen, dataIn); in tpmDescription()