Home
last modified time | relevance | path

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

/openbmc/fb-ipmi-oem/src/
H A Doemcommands.cpp73 nlohmann::json oemData __attribute__((init_priority(101))); variable
279 oemData[bootOrderKey][KEY_BOOT_MODE] = bootMode; in setBootOrder()
282 oemData[bootOrderKey][KEY_BOOT_SEQ] = {}; in setBootOrder()
286 oemData[bootOrderKey][KEY_BOOT_SEQ][i - 1] = "NA"; in setBootOrder()
288 oemData[bootOrderKey][KEY_BOOT_SEQ][i - 1] = in setBootOrder()
298 if (oemData.find(hostName) == oemData.end()) in getBootOrder()
356 nlohmann::json bootModeJson = oemData[hostName][KEY_BOOT_MODE]; in getBootOrder()
362 std::string seqStr = oemData[hostName][KEY_BOOT_SEQ][i - 1]; in getBootOrder()
379 file << oemData; in flushOemData()
1003 oemData[KEY_SYS_CONFIG][ss.str()][KEY_DIMM_INDEX] = index; in ipmiOemSetDimmInfo()
[all …]
H A Dselcommands.cpp1144 tmpStream << "VID:0x" << std::setw(2) << (int)data->oemData[1] in parseOemSel()
1145 << std::setw(2) << (int)data->oemData[0] << " DID:0x" in parseOemSel()
1146 << std::setw(2) << (int)data->oemData[3] << std::setw(2) in parseOemSel()
1147 << (int)data->oemData[2] << " Slot:0x" << std::setw(2) in parseOemSel()
1148 << (int)data->oemData[4] << " Error ID:0x" << std::setw(2) in parseOemSel()
1149 << (int)data->oemData[5]; in parseOemSel()
1153 << (int)data->oemData[1] << " MSCOD:0x" << std::setw(2) in parseOemSel()
1154 << (int)data->oemData[3] << std::setw(2) in parseOemSel()
1155 << (int)data->oemData[2] << " MCACOD:0x" << std::setw(2) in parseOemSel()
1156 << (int)data->oemData[5] << std::setw(2) in parseOemSel()
[all …]
/openbmc/fb-ipmi-oem/include/
H A Dstoragecommands.hpp205 uint8_t oemData[6]; //!< OEM Data. member
212 uint8_t oemData[13]; //!< OEM Data. member