Searched defs:idIndex (Results 1 – 2 of 2) 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() 128 int idIndex = -1; in findDataId() local 182 int idIndex = -1; in findLockHandle() local 463 int idIndex = mdrv2->findDataId(dataInfo.data(), dataInfo.size(), service); in mdr2GetDataInfo() local 596 int idIndex = mdrv2->findDataId(dataInfo.data(), dataInfo.size(), service); in mdr2SendDataInfo() local 663 int idIndex = mdrv2->findLockHandle(lockHandle); in mdr2GetDataBlock() local 754 int idIndex = mdrv2->findLockHandle(lockHandle); in mdr2SendDataBlock() local 1022 int idIndex = mdrv2->findDataId(dataInfo.data(), dataInfo.size(), service); in mdr2LockData() local 1070 int idIndex = mdrv2->findLockHandle(lockHandle); in mdr2UnlockData() local 1131 int idIndex = mdrv2->findDataId(dataInfo.data(), dataInfo.size(), service); in cmd_mdr2_data_start() local [all …]
|
/openbmc/smbios-mdr/src/ |
H A D | mdrv2.cpp | 180 std::vector<uint8_t> MDRV2::getDataInformation(uint8_t idIndex) in getDataInformation() 292 uint8_t idIndex = dirIndex; in sendDirectoryInformation() local 311 bool MDRV2::sendDataInformation(uint8_t idIndex, uint8_t /* flag */, in sendDataInformation() argument 840 MDRV2::synchronizeDirectoryCommonData(uint8_t idIndex, uint32_t size) in synchronizeDirectoryCommonData()
|