Home
last modified time | relevance | path

Searched refs:recordID (Results 1 – 17 of 17) sorted by relevance

/openbmc/fb-ipmi-oem/include/
H A Dstoragecommands.hpp37 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 Dsensorcommands.cpp2002 uint16_t recordID, in constructStaticSensorSdr() argument
2124 uint16_t nextRecord(recordID + 1); in getSensorDataRecord()
2126 if (recordID == lastRecordIndex) in getSensorDataRecord()
2128 recordID = lastRecord; in getSensorDataRecord()
2130 if (recordID == lastRecord) in getSensorDataRecord()
2134 if (recordID > lastRecord) in getSensorDataRecord()
2139 if (recordID >= ipmi::getNumberOfSensors()) in getSensorDataRecord()
2158 uint16_t sensNumFromRecID{recordID}; in getSensorDataRecord()
2159 if ((recordID > lun0MaxSensorNum) && (recordID < lun1MaxSensorNum)) in getSensorDataRecord()
2163 sensNumFromRecID = recordID + 1; in getSensorDataRecord()
[all …]
H A Dstoragecommands.cpp790 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/phosphor-host-ipmid/
H A Dselutility.hpp80 uint16_t recordID; //!< Record ID. member
101 uint16_t recordID; //!< Record ID. member
116 uint16_t recordID; //!< Record ID. member
H A Dsensorhandler.cpp1176 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()
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()
1356 recordID < ENTITY_RECORD_ID_START) in ipmi_sen_get_sdr()
[all …]
H A Dstoragehandler.cpp385 &record.event.eventRecord.recordID + requestData->offset, in getSELEntry()
675 ipmiStorageAddSEL(uint16_t recordID, uint8_t recordType, in ipmiStorageAddSEL() argument
701 recordID = report<SELCreated>( in ipmiStorageAddSEL()
716 return ipmi::responseSuccess(recordID); in ipmiStorageAddSEL()
H A Dselutility.cpp232 record.event.eventRecord.recordID = in prepareSELEntry()
/openbmc/fb-ipmi-oem/src/
H A Dstoragecommands.cpp617 if (req->recordID == lastRecordIndex) in ipmiStorageGetSDR()
619 req->recordID = lastRecord; in ipmiStorageGetSDR()
621 if (req->recordID > lastRecord) in ipmiStorageGetSDR()
627 ? req->recordID + 1 in ipmiStorageGetSDR()
637 if (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()
688 uint8_t sensornumber = (req->recordID & 0xFF); in ipmiStorageGetSDR()
691 record.header.record_id_msb = req->recordID << 8; in ipmiStorageGetSDR()
[all …]
H A Dselcommands.cpp1568 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/intel-ipmi-oem/src/
H A Dstoragecommands.cpp740 static bool findSELEntry(const int recordID, in findSELEntry() argument
746 std::string search = " " + std::to_string(recordID) + ","; in findSELEntry()
770 getNextRecordID(const uint16_t recordID, in getNextRecordID() argument
773 uint16_t nextRecordID = recordID + 1; in getNextRecordID()
945 uint16_t recordID; in ipmiStorageGetSELEntry() local
949 recordID = std::stoul(recordIDStr); in ipmiStorageGetSELEntry()
956 uint16_t nextRecordID = getNextRecordID(recordID, selLogFiles); in ipmiStorageGetSELEntry()
1026 nextRecordID, recordID, recordType, in ipmiStorageGetSELEntry()
1049 return ipmi::responseSuccess(nextRecordID, recordID, recordType, in ipmiStorageGetSELEntry()
1060 return ipmi::responseSuccess(nextRecordID, recordID, recordType, in ipmiStorageGetSELEntry()
[all …]
H A Dipmi_to_redfish_hooks.cpp864 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/phosphor-host-ipmid/include/dbus-sdr/
H A Dstoragecommands.hpp98 Type12Record(uint16_t recordID, uint8_t address, uint8_t chNumber, in Type12Record()
107 get_sdr::header::set_record_id(recordID, &header);
H A Dsensorcommands.hpp145 int getOtherSensorsDataRecord(ipmi::Context::ptr ctx, uint16_t recordID,
/openbmc/intel-ipmi-oem/include/
H A Dstoragecommands.hpp220 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 Dipmi_to_redfish_hooks.hpp24 bool checkRedfishHooks(uint16_t recordID, uint8_t recordType,
/openbmc/openpower-host-ipmi-oem/
H A Doemhandler.hpp61 uint16_t recordID; //!< Record ID. member
/openbmc/libcper/specification/document/
H A Dcper-json-specification.tex110 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}…