/openbmc/phosphor-host-ipmid/ |
H A D | selutility.cpp | 54 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 D | selutility.hpp | 81 uint8_t recordType; //!< Record Type. member 102 uint8_t recordType; //!< Record Type. member 117 uint8_t recordType; //!< Record Type. member
|
H A D | storagehandler.cpp | 673 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 D | syslog-controller.js | 38 $scope.selectRecordType = function(recordType) { argument 39 $scope.selectedRecordType = recordType; 43 APIUtils.getSystemLogs(recordType)
|
/openbmc/fb-ipmi-oem/include/ |
H A D | storagecommands.hpp | 187 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 D | pldm_fru_cmd.cpp | 334 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 D | cper.cpp | 187 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 D | storagecommands.cpp | 948 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 D | ipmi_to_redfish_hooks.cpp | 864 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 D | bridgingcommands.cpp | 738 constexpr uint8_t recordType = 0xC0; in ipmiAppReadEventMessageBuffer() local 751 recordId, recordType, in ipmiAppReadEventMessageBuffer()
|
/openbmc/pldm/libpldmresponder/ |
H A D | fru_parser.cpp | 128 auto recordType = in setupFruRecordMap() local 151 std::make_tuple(recordType, encType, std::move(fieldInfo)); in setupFruRecordMap()
|
H A D | fru.cpp | 390 uint16_t recordSetIdentifer, uint8_t recordType, uint8_t fieldType) in getFRURecordByOption() argument 407 recordSetIdentifer, recordType, fieldType); in getFRURecordByOption()
|
H A D | fru.hpp | 131 uint16_t recordSetIdentifer, uint8_t recordType,
|
/openbmc/phosphor-host-ipmid/dbus-sdr/ |
H A D | storagecommands.cpp | 999 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 D | fru.cpp | 548 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 D | oemhandler.hpp | 62 uint8_t recordType; //!< Record Type. member
|
/openbmc/intel-ipmi-oem/include/ |
H A D | ipmi_to_redfish_hooks.hpp | 24 bool checkRedfishHooks(uint16_t recordID, uint8_t recordType,
|
/openbmc/phosphor-webui/app/common/services/ |
H A D | api-utils.js | 41 getSystemLogs: function(recordType) { argument 44 if (recordType == 'Oem') { 58 if (log['EntryType'] == recordType) {
|
/openbmc/fb-ipmi-oem/src/ |
H A D | selcommands.cpp | 1141 switch (data->recordType) in parseOemSel()
|