Home
last modified time | relevance | path

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

/openbmc/intel-ipmi-oem/src/
H A Doemcommands.cpp640 constexpr const size_t verLen = 2; in ipmiOEMGetDeviceInfo() local
642 std::array<uint8_t, verLen> bmcBuf = {0xff, 0xff}; in ipmiOEMGetDeviceInfo()
643 std::array<uint8_t, verLen> hsc0Buf = {0xff, 0xff}; in ipmiOEMGetDeviceInfo()
644 std::array<uint8_t, verLen> hsc1Buf = {0xff, 0xff}; in ipmiOEMGetDeviceInfo()
645 std::array<uint8_t, verLen> meBuf = {0xff, 0xff}; in ipmiOEMGetDeviceInfo()
659 uint8_t, std::array<uint8_t, verLen>, in ipmiOEMGetDeviceInfo()
660 std::array<uint8_t, verLen>, std::array<uint8_t, verLen>, in ipmiOEMGetDeviceInfo()
661 std::array<uint8_t, verLen>, std::array<uint8_t, verLen>>{ in ipmiOEMGetDeviceInfo()
3738 static const constexpr size_t verLen = 3; variable
3754 std::vector<uint8_t> readBuf(verLen); in ipmiOEMGetPSUVersion()
[all …]