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.cpp75 nlohmann::json oemData __attribute__((init_priority(101))); variable
281 oemData[bootOrderKey][KEY_BOOT_MODE] = bootMode; in setBootOrder()
284 oemData[bootOrderKey][KEY_BOOT_SEQ] = {}; in setBootOrder()
288 oemData[bootOrderKey][KEY_BOOT_SEQ][i - 1] = "NA"; in setBootOrder()
290 oemData[bootOrderKey][KEY_BOOT_SEQ][i - 1] = in setBootOrder()
300 if (oemData.find(hostName) == oemData.end()) in getBootOrder()
358 nlohmann::json bootModeJson = oemData[hostName][KEY_BOOT_MODE]; in getBootOrder()
364 std::string seqStr = oemData[hostName][KEY_BOOT_SEQ][i - 1]; in getBootOrder()
381 file << oemData; in flushOemData()
1068 oemData[KEY_SYS_CONFIG][ss.str()][KEY_DIMM_INDEX] = index; in ipmiOemSetDimmInfo()
[all …]
H A Dselcommands.cpp1146 tmpStream << "VID:0x" << std::setw(2) << (int)data->oemData[1] in parseOemSel()
1147 << std::setw(2) << (int)data->oemData[0] << " DID:0x" in parseOemSel()
1148 << std::setw(2) << (int)data->oemData[3] << std::setw(2) in parseOemSel()
1149 << (int)data->oemData[2] << " Slot:0x" << std::setw(2) in parseOemSel()
1150 << (int)data->oemData[4] << " Error ID:0x" << std::setw(2) in parseOemSel()
1151 << (int)data->oemData[5]; in parseOemSel()
1155 << (int)data->oemData[1] << " MSCOD:0x" << std::setw(2) in parseOemSel()
1156 << (int)data->oemData[3] << std::setw(2) in parseOemSel()
1157 << (int)data->oemData[2] << " MCACOD:0x" << std::setw(2) in parseOemSel()
1158 << (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