Home
last modified time | relevance | path

Searched refs:recordType (Results 1 – 19 of 19) sorted by relevance

/openbmc/phosphor-host-ipmid/
H A Dselutility.cpp54 inline bool isRecordOEM(uint8_t recordType) in isRecordOEM() argument
56 return recordType != systemEventRecord; in isRecordOEM()
83 void constructOEMSEL(uint8_t recordType, std::chrono::milliseconds timestamp, in constructOEMSEL() argument
89 if (recordType >= 0xC0 && recordType < 0xE0) in constructOEMSEL()
94 record.event.oemCD.recordType = recordType; in constructOEMSEL()
100 else if (recordType >= 0xE0) in constructOEMSEL()
102 record.event.oemEF.recordType = recordType; in constructOEMSEL()
109 void constructSEL(uint8_t recordType, std::chrono::milliseconds timestamp, in constructSEL() argument
113 if (recordType != systemEventRecord) in constructSEL()
142 record.event.eventRecord.recordType = recordType; in constructSEL()
[all …]
H A Dselutility.hpp81 uint8_t recordType; //!< Record Type. member
102 uint8_t recordType; //!< Record Type. member
117 uint8_t recordType; //!< Record Type. member
H A Dstoragehandler.cpp673 ipmiStorageAddSEL(uint16_t recordID, uint8_t recordType, in ipmiStorageAddSEL() argument
688 if (recordType == systemRecordType) in ipmiStorageAddSEL()
703 Created::RECORD_TYPE(recordType), in ipmiStorageAddSEL()
709 else if (recordType == procedureType) in ipmiStorageAddSEL()
/openbmc/phosphor-webui/app/server-health/controllers/
H A Dsyslog-controller.js38 $scope.selectRecordType = function(recordType) { argument
39 $scope.selectedRecordType = recordType;
43 APIUtils.getSystemLogs(recordType)
/openbmc/fb-ipmi-oem/include/
H A Dstoragecommands.hpp187 uint8_t recordType; //!< Record Type. member
202 uint8_t recordType; //!< Record Type. member
211 uint8_t recordType; //!< Record Type. member
/openbmc/pldm/pldmtool/
H A Dpldm_fru_cmd.cpp334 app->add_option("-r, --record", recordType, in GetFRURecordByOption()
348 if (fieldType != 0 && recordType == 0) in createRequestMsg()
353 if (recordType == 254 && (fieldType > 2 && fieldType < 254)) in createRequestMsg()
367 recordSetIdentifier, recordType, fieldType, PLDM_GET_FIRSTPART, in createRequestMsg()
397 uint8_t recordType; member in pldmtool::fru::GetFRURecordByOption
/openbmc/pldm/oem/ampere/event/
H A Dcper.cpp187 uint8_t recordType; in addCperSELLog() local
211 recordType = 0xD0; in addCperSELLog()
243 method.append(message, evtData, recordType); in addCperSELLog()
/openbmc/intel-ipmi-oem/src/
H A Dstoragecommands.cpp948 uint8_t recordType; in ipmiStorageGetSELEntry() local
952 recordType = std::stoul(recordTypeStr, nullptr, 16); in ipmiStorageGetSELEntry()
965 if (recordType == intel_oem::ipmi::sel::systemEvent) in ipmiStorageGetSELEntry()
1028 nextRecordID, recordID, recordType, in ipmiStorageGetSELEntry()
1032 else if (recordType >= intel_oem::ipmi::sel::oemTsEventFirst && in ipmiStorageGetSELEntry()
1033 recordType <= intel_oem::ipmi::sel::oemTsEventLast) in ipmiStorageGetSELEntry()
1051 return ipmi::responseSuccess(nextRecordID, recordID, recordType, in ipmiStorageGetSELEntry()
1054 else if (recordType >= intel_oem::ipmi::sel::oemEventFirst) in ipmiStorageGetSELEntry()
1062 return ipmi::responseSuccess(nextRecordID, recordID, recordType, in ipmiStorageGetSELEntry()
1070 uint16_t recordID, uint8_t recordType, uint32_t timestamp, in ipmiStorageAddSELEntry() argument
[all …]
H A Dipmi_to_redfish_hooks.cpp864 bool checkRedfishHooks(uint16_t recordID, uint8_t recordType, in checkRedfishHooks() argument
875 recordType, in checkRedfishHooks()
893 if (recordType != ipmi::sel::systemEvent) in checkRedfishHooks()
H A Dbridgingcommands.cpp738 constexpr uint8_t recordType = 0xC0; in ipmiAppReadEventMessageBuffer() local
751 recordId, recordType, in ipmiAppReadEventMessageBuffer()
/openbmc/pldm/libpldmresponder/
H A Dfru_parser.cpp128 auto recordType = in setupFruRecordMap() local
151 std::make_tuple(recordType, encType, std::move(fieldInfo)); in setupFruRecordMap()
H A Dfru.cpp390 uint16_t recordSetIdentifer, uint8_t recordType, uint8_t fieldType) in getFRURecordByOption() argument
407 recordSetIdentifer, recordType, fieldType); in getFRURecordByOption()
H A Dfru.hpp131 uint16_t recordSetIdentifer, uint8_t recordType,
/openbmc/phosphor-host-ipmid/dbus-sdr/
H A Dstoragecommands.cpp999 uint8_t recordType; in ipmiStorageGetSELEntry() local
1003 recordType = std::stoul(recordTypeStr, nullptr, 16); in ipmiStorageGetSELEntry()
1016 if (recordType == dynamic_sensors::ipmi::sel::systemEvent) in ipmiStorageGetSELEntry()
1090 nextRecordID, recordID, recordType, in ipmiStorageGetSELEntry()
1095 if (recordType >= dynamic_sensors::ipmi::sel::oemTsEventFirst && in ipmiStorageGetSELEntry()
1096 recordType <= dynamic_sensors::ipmi::sel::oemTsEventLast) in ipmiStorageGetSELEntry()
1116 return ipmi::responseSuccess(nextRecordID, recordID, recordType, in ipmiStorageGetSELEntry()
1120 if (recordType >= dynamic_sensors::ipmi::sel::oemEventFirst) in ipmiStorageGetSELEntry()
1129 return ipmi::responseSuccess(nextRecordID, recordID, recordType, in ipmiStorageGetSELEntry()
/openbmc/libpldm/tests/dsp/
H A Dfru.cpp548 uint8_t recordType = 6; in TEST() local
560 recordType, fieldType, transferOpFlag, reqMsg, payLoadLength); in TEST()
572 EXPECT_EQ(payLoadMsg->record_type, recordType); in TEST()
602 uint8_t recordType = 6; in TEST() local
614 recordType, fieldType, transferOpFlag, reqMsg, payLoadLength); in TEST()
634 EXPECT_EQ(retRecordType, recordType); in TEST()
/openbmc/openpower-host-ipmi-oem/
H A Doemhandler.hpp62 uint8_t recordType; //!< Record Type. member
/openbmc/intel-ipmi-oem/include/
H A Dipmi_to_redfish_hooks.hpp24 bool checkRedfishHooks(uint16_t recordID, uint8_t recordType,
/openbmc/phosphor-webui/app/common/services/
H A Dapi-utils.js41 getSystemLogs: function(recordType) { argument
44 if (recordType == 'Oem') {
58 if (log['EntryType'] == recordType) {
/openbmc/fb-ipmi-oem/src/
H A Dselcommands.cpp1141 switch (data->recordType) in parseOemSel()