/openbmc/fb-ipmi-oem/include/ |
H A D | storagecommands.hpp | 37 uint16_t recordID; member 165 uint16_t recordID; //!< SEL Record ID. member 186 uint16_t recordID; //!< Record ID. member 201 uint16_t recordID; //!< Record ID. member 210 uint16_t recordID; //!< Record ID. member
|
/openbmc/phosphor-host-ipmid/dbus-sdr/ |
H A D | sensorcommands.cpp | 642 int getOtherSensorsDataRecord(ipmi::Context::ptr ctx, uint16_t recordID, 645 int getOtherSensorsDataRecord(ipmi::Context::ptr ctx, uint16_t recordID, in getOtherSensorsDataRecord() argument 657 size_t sdrIndex(recordID - ipmi::getNumberOfSensors()); in getOtherSensorsDataRecord() 676 recordData = ipmi::storage::getType8SDRs(entity, recordID); in getOtherSensorsDataRecord() 687 recordData = ipmi::storage::getType12SDRs(type12Index, recordID); in getOtherSensorsDataRecord() 698 data.header.record_id_msb = recordID >> 8; in getOtherSensorsDataRecord() 699 data.header.record_id_lsb = recordID & 0xFF; in getOtherSensorsDataRecord() 1779 void constructSensorSdrHeaderKey(uint16_t sensorNum, uint16_t recordID, in constructSensorSdrHeaderKey() argument 1783 recordID, reinterpret_cast<get_sdr::SensorDataRecordHeader*>(&record)); in constructSensorSdrHeaderKey() 1799 uint16_t sensorNum, uint16_t recordID, const std::string& service, in constructSensorSdr() argument [all …]
|
H A D | storagecommands.cpp | 790 static bool findSELEntry(const int recordID, in findSELEntry() argument 796 std::string search = " " + std::to_string(recordID) + ","; in findSELEntry() 820 getNextRecordID(const uint16_t recordID, in getNextRecordID() argument 823 uint16_t nextRecordID = recordID + 1; in getNextRecordID() 998 uint16_t recordID; in ipmiStorageGetSELEntry() local 1002 recordID = std::stoul(recordIDStr); in ipmiStorageGetSELEntry() 1009 uint16_t nextRecordID = getNextRecordID(recordID, selLogFiles); in ipmiStorageGetSELEntry() 1090 nextRecordID, recordID, recordType, in ipmiStorageGetSELEntry() 1116 return ipmi::responseSuccess(nextRecordID, recordID, recordType, in ipmiStorageGetSELEntry() 1129 return ipmi::responseSuccess(nextRecordID, recordID, recordType, in ipmiStorageGetSELEntry()
|
/openbmc/fb-ipmi-oem/src/ |
H A D | storagecommands.cpp | 617 if (req->recordID == lastRecordIndex) in ipmiStorageGetSDR() 619 req->recordID = lastRecord; in ipmiStorageGetSDR() 621 if (req->recordID > lastRecord) in ipmiStorageGetSDR() 626 uint16_t nextRecord = lastRecord >= static_cast<size_t>(req->recordID + 1) in ipmiStorageGetSDR() 627 ? req->recordID + 1 in ipmiStorageGetSDR() 637 if (req->recordID >= sensorTree.size()) in ipmiStorageGetSDR() 639 size_t fruIndex = req->recordID - sensorTree.size(); in ipmiStorageGetSDR() 654 data.header.record_id_msb = req->recordID << 8; in ipmiStorageGetSDR() 655 data.header.record_id_lsb = req->recordID & 0xFF; in ipmiStorageGetSDR() 668 uint16_t sensorIndex = req->recordID; in ipmiStorageGetSDR() [all …]
|
H A D | selcommands.cpp | 1568 if (reqData->recordID == fb_oem::ipmi::sel::firstEntry) in ipmiStorageGetSELEntry() 1571 reqData->recordID = 1; in ipmiStorageGetSELEntry() 1573 else if (reqData->recordID == fb_oem::ipmi::sel::lastEntry) in ipmiStorageGetSELEntry() 1576 reqData->recordID = selCnt; in ipmiStorageGetSELEntry() 1581 if (selObj.getEntry(reqData->recordID, ipmiRaw) < 0) in ipmiStorageGetSELEntry() 1597 if (reqData->recordID == selCnt) in ipmiStorageGetSELEntry() 1603 nextRecord = reqData->recordID + 1; in ipmiStorageGetSELEntry()
|
/openbmc/phosphor-host-ipmid/ |
H A D | selutility.hpp | 80 uint16_t recordID; //!< Record ID. member 101 uint16_t recordID; //!< Record ID. member 116 uint16_t recordID; //!< Record ID. member
|
H A D | sensorhandler.cpp | 1176 auto recordID = get_sdr::request::get_record_id(req); in ipmi_fru_get_sdr() local 1178 fruID = recordID - FRU_RECORD_ID_START; in ipmi_fru_get_sdr() 1186 get_sdr::header::set_record_id(recordID, &(record.header)); in ipmi_fru_get_sdr() 1270 auto recordID = get_sdr::request::get_record_id(req); in ipmi_entity_get_sdr() local 1272 entityRecordID = recordID - ENTITY_RECORD_ID_START; in ipmi_entity_get_sdr() 1280 get_sdr::header::set_record_id(recordID, &(record.header)); in ipmi_entity_get_sdr() 1341 auto recordID = get_sdr::request::get_record_id(req); in ipmi_sen_get_sdr() local 1344 if (recordID != 0) in ipmi_sen_get_sdr() 1351 if (recordID >= ENTITY_RECORD_ID_START) in ipmi_sen_get_sdr() 1355 else if (recordID >= FRU_RECORD_ID_START && in ipmi_sen_get_sdr() [all …]
|
H A D | storagehandler.cpp | 385 &record.event.eventRecord.recordID + requestData->offset, in getSELEntry() 675 ipmiStorageAddSEL(uint16_t recordID, uint8_t recordType, in ipmiStorageAddSEL() argument 704 recordID = report<SELCreated>( in ipmiStorageAddSEL() 719 return ipmi::responseSuccess(recordID); in ipmiStorageAddSEL()
|
H A D | selutility.cpp | 209 record.event.eventRecord.recordID = in prepareSELEntry()
|
/openbmc/intel-ipmi-oem/src/ |
H A D | storagecommands.cpp | 742 static bool findSELEntry(const int recordID, in findSELEntry() argument 748 std::string search = " " + std::to_string(recordID) + ","; in findSELEntry() 772 getNextRecordID(const uint16_t recordID, in getNextRecordID() argument 775 uint16_t nextRecordID = recordID + 1; in getNextRecordID() 947 uint16_t recordID; in ipmiStorageGetSELEntry() local 951 recordID = std::stoul(recordIDStr); in ipmiStorageGetSELEntry() 958 uint16_t nextRecordID = getNextRecordID(recordID, selLogFiles); in ipmiStorageGetSELEntry() 1028 nextRecordID, recordID, recordType, in ipmiStorageGetSELEntry() 1051 return ipmi::responseSuccess(nextRecordID, recordID, recordType, in ipmiStorageGetSELEntry() 1062 return ipmi::responseSuccess(nextRecordID, recordID, recordType, in ipmiStorageGetSELEntry() [all …]
|
H A D | ipmi_to_redfish_hooks.cpp | 864 bool checkRedfishHooks(uint16_t recordID, uint8_t recordType, in checkRedfishHooks() argument 873 static_cast<uint8_t>(recordID), in checkRedfishHooks() 874 static_cast<uint8_t>(recordID >> 8), in checkRedfishHooks()
|
/openbmc/intel-ipmi-oem/include/ |
H A D | storagecommands.hpp | 220 uint16_t recordID; member 271 Type12Record(uint16_t recordID, uint8_t address, uint8_t chNumber, in Type12Record() 280 get_sdr::header::set_record_id(recordID, &header);
|
H A D | ipmi_to_redfish_hooks.hpp | 24 bool checkRedfishHooks(uint16_t recordID, uint8_t recordType,
|
/openbmc/phosphor-host-ipmid/include/dbus-sdr/ |
H A D | storagecommands.hpp | 98 Type12Record(uint16_t recordID, uint8_t address, uint8_t chNumber, in Type12Record() 107 get_sdr::header::set_record_id(recordID, &header);
|
H A D | sensorcommands.hpp | 145 int getOtherSensorsDataRecord(ipmi::Context::ptr ctx, uint16_t recordID,
|
/openbmc/openpower-host-ipmi-oem/ |
H A D | oemhandler.hpp | 61 uint16_t recordID; //!< Record ID. member
|
/openbmc/libcper/specification/document/ |
H A D | cper-json-specification.tex | 110 recordID & uint64 & A unique value which, when combined with the \texttt{creatorID} field, uniquely… 1744 recordID & uint64 & Identifier for the referenced firmware error record. When the \texttt{revision}…
|