Home
last modified time | relevance | path

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

/openbmc/intel-ipmi-oem/src/
H A Dsmbiosmdrv2handler.cpp128 int idIndex = -1; in findDataId() local
160 return idIndex; in findDataId()
192 return idIndex; in findLockHandle()
465 if ((idIndex < 0) || (idIndex >= maxDirEntries)) in mdr2GetDataInfo()
598 if ((idIndex < 0) || (idIndex >= maxDirEntries)) in mdr2SendDataInfo()
665 if ((idIndex < 0) || (idIndex >= maxDirEntries)) in mdr2GetDataBlock()
756 if ((idIndex < 0) || (idIndex >= maxDirEntries)) in mdr2SendDataBlock()
1024 if ((idIndex < 0) || (idIndex >= maxDirEntries)) in mdr2LockData()
1072 if ((idIndex < 0) || (idIndex >= maxDirEntries)) in mdr2UnlockData()
1133 if ((idIndex < 0) || (idIndex >= maxDirEntries)) in cmd_mdr2_data_start()
[all …]
/openbmc/smbios-mdr/src/
H A Dmdrv2.cpp185 if (idIndex >= maxDirEntries) in getDataInformation()
194 smbiosDir.dir[idIndex].common.id.dataInfo[index]); in getDataInformation()
197 responseInfo.push_back(smbiosValidFlag(idIndex)); in getDataInformation()
292 uint8_t idIndex = dirIndex; in sendDirectoryInformation() local
315 if (idIndex >= maxDirEntries) in sendDataInformation()
321 if (smbiosDir.dir[idIndex].common.dataSetSize != dataLen) in sendDataInformation()
324 smbiosDir.dir[idIndex].common.dataSetSize = dataLen; in sendDataInformation()
327 if (smbiosDir.dir[idIndex].common.dataVersion != dataVer) in sendDataInformation()
330 smbiosDir.dir[idIndex].common.dataVersion = dataVer; in sendDataInformation()
336 smbiosDir.dir[idIndex].common.timestamp = timeStamp; in sendDataInformation()
[all …]
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Smbios/
H A DMDR_V2.interface.yaml24 - name: idIndex
83 - name: idIndex
120 - name: idIndex
140 - name: idIndex
/openbmc/smbios-mdr/include/
H A Dmdrv2.hpp145 std::vector<uint8_t> getDataInformation(uint8_t idIndex) override;
153 bool sendDataInformation(uint8_t idIndex, uint8_t flag, uint32_t dataLen,
161 synchronizeDirectoryCommonData(uint8_t idIndex, uint32_t size) override;
/openbmc/intel-ipmi-oem/include/
H A Dsmbiosmdrv2handler.hpp264 int syncDirCommonData(uint8_t idIndex, uint32_t size,