Home
last modified time | relevance | path

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

/openbmc/phosphor-host-ipmid/include/dbus-sdr/
H A Dstoragecommands.hpp22 static constexpr uint8_t ipmiSdrVersion = 0x51; variable
108 header.sdr_version = ipmiSdrVersion;
/openbmc/intel-ipmi-oem/include/
H A Dstoragecommands.hpp23 static constexpr uint8_t ipmiSdrVersion = 0x51; variable
281 header.sdr_version = ipmiSdrVersion;
/openbmc/fb-ipmi-oem/include/
H A Dstoragecommands.hpp30 static constexpr uint8_t ipmiSdrVersion = 0x51; variable
/openbmc/fb-ipmi-oem/src/
H A Dstoragecommands.cpp536 resp.header.sdr_version = ipmiSdrVersion; in getFruSdrs()
693 record.header.sdr_version = ipmiSdrVersion; in ipmiStorageGetSDR()
/openbmc/intel-ipmi-oem/src/
H A Dstoragecommands.cpp648 resp.header.sdr_version = ipmiSdrVersion; in getFruSdrs()
1203 nm.header.sdr_version = ipmiSdrVersion; in getNMDiscoverySDR()
/openbmc/phosphor-host-ipmid/dbus-sdr/
H A Dsensorcommands.cpp1788 record.header.sdr_version = ipmiSdrVersion; in constructSensorSdrHeaderKey()
2050 record.header.sdr_version = ipmiSdrVersion; in constructEventSdrHeaderKey()
2386 return ipmi::responseSuccess(ipmiSdrVersion, recordCount, in ipmiStorageGetSDRRepositoryInfo()
H A Dstoragecommands.cpp696 resp.header.sdr_version = ipmiSdrVersion; in getFruSdrs()