Home
last modified time | relevance | path

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

/openbmc/intel-ipmi-oem/src/
H A Doemcommands.cpp674 constexpr const size_t sdrLen = 2; in ipmiOEMGetDeviceInfo() local
675 std::array<uint8_t, sdrLen> readBuf = {0x01, 0x0}; in ipmiOEMGetDeviceInfo()
677 std::tuple<uint8_t, std::array<uint8_t, sdrLen>>{sdrLen, in ipmiOEMGetDeviceInfo()