Home
last modified time | relevance | path

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

/openbmc/pldm/platform-mc/
H A Dterminus_manager.cpp27 auto mctpInfoIt = mctpInfoTable.find(tid); in toMctpInfo() local
28 if (mctpInfoIt == mctpInfoTable.end()) in toMctpInfo()
33 return mctpInfoIt->second; in toMctpInfo()