Searched refs:verLen (Results 1 – 1 of 1) sorted by relevance
/openbmc/intel-ipmi-oem/src/ |
H A D | oemcommands.cpp | 640 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() 646 std::array<uint8_t, verLen> hsc2Buf = {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() 3730 static const constexpr size_t verLen = 3; variable [all …]
|