Home
last modified time | relevance | path

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

/openbmc/phosphor-host-ipmid/include/dbus-sdr/
H A Dstoragecommands.hpp124 constexpr const size_t type12Count = 2; variable
/openbmc/intel-ipmi-oem/include/
H A Dstoragecommands.hpp317 constexpr const size_t type12Count = 2; variable
/openbmc/intel-ipmi-oem/src/
H A Dsensorcommands.cpp1209 ipmi::storage::type12Count + in getSensorDataRecord()
1225 size_t type12End = fruCount + ipmi::storage::type12Count; in getSensorDataRecord()
1244 if (type12Index >= ipmi::storage::type12Count) in getSensorDataRecord()
1684 ipmi::storage::type12Count + in ipmiStorageGetSDRRepositoryInfo()
1767 ipmi::storage::type12Count + in ipmiStorageGetSDR()
/openbmc/phosphor-host-ipmid/dbus-sdr/
H A Dsensorcommands.cpp649 return fruCount + ipmi::storage::type12Count + entityCount; in getOtherSensorsCount()
669 size_t fruCount{otherCount - ipmi::storage::type12Count - entityCount}; in getOtherSensorsDataRecord()
675 else if (sdrIndex >= fruCount + ipmi::storage::type12Count) in getOtherSensorsDataRecord()
680 sdrIndex - fruCount - ipmi::storage::type12Count)); in getOtherSensorsDataRecord()
692 if (type12Index >= ipmi::storage::type12Count) in getOtherSensorsDataRecord()