Searched refs:idIndex (Results 1 – 4 of 4) sorted by relevance
/openbmc/intel-ipmi-oem/src/ |
H A D | smbiosmdrv2handler.cpp | 89 int MDRV2::syncDirCommonData(uint8_t idIndex, uint32_t size, in syncDirCommonData() argument 97 method.append(idIndex, size); in syncDirCommonData() 118 smbiosDir.dir[idIndex].common.dataSetSize = commonData.at(0); in syncDirCommonData() 119 smbiosDir.dir[idIndex].common.dataVersion = commonData.at(1); in syncDirCommonData() 120 smbiosDir.dir[idIndex].common.timestamp = commonData.at(2); in syncDirCommonData() 128 int idIndex = -1; in findDataId() local 148 reply.read(idIndex); in findDataId() 160 return idIndex; in findDataId() 182 int idIndex = -1; in findLockHandle() local 192 return idIndex; in findLockHandle() [all …]
|
/openbmc/smbios-mdr/src/ |
H A D | mdrv2.cpp | 180 std::vector<uint8_t> MDRV2::getDataInformation(uint8_t idIndex) in getDataInformation() argument 185 if (idIndex >= maxDirEntries) in getDataInformation() 194 smbiosDir.dir[idIndex].common.id.dataInfo[index]); in getDataInformation() 197 responseInfo.push_back(smbiosValidFlag(idIndex)); in getDataInformation() 198 appendReversed(responseInfo, smbiosDir.dir[idIndex].common.size); in getDataInformation() 199 responseInfo.push_back(smbiosDir.dir[idIndex].common.dataVersion); in getDataInformation() 200 appendReversed(responseInfo, smbiosDir.dir[idIndex].common.timestamp); in getDataInformation() 292 uint8_t idIndex = dirIndex; in sendDirectoryInformation() local 304 smbiosDir.dir[idIndex + index].common.id.dataInfo); in sendDirectoryInformation() 311 bool MDRV2::sendDataInformation(uint8_t idIndex, uint8_t /* flag */, in sendDataInformation() argument [all …]
|
/openbmc/smbios-mdr/include/ |
H A D | mdrv2.hpp | 146 std::vector<uint8_t> getDataInformation(uint8_t idIndex) override; 154 bool sendDataInformation(uint8_t idIndex, uint8_t flag, uint32_t dataLen, 162 uint8_t idIndex, uint32_t size) override;
|
/openbmc/intel-ipmi-oem/include/ |
H A D | smbiosmdrv2handler.hpp | 264 int syncDirCommonData(uint8_t idIndex, uint32_t size,
|