Home
last modified time | relevance | path

Searched defs:recordType (Results 1 – 16 of 16) sorted by relevance

/openbmc/phosphor-host-ipmid/
H A Dselutility.cpp54 inline bool isRecordOEM(uint8_t recordType) in isRecordOEM()
83 void constructOEMSEL(uint8_t recordType, std::chrono::milliseconds timestamp, in constructOEMSEL()
109 void constructSEL(uint8_t recordType, std::chrono::milliseconds timestamp, in constructSEL()
240 auto recordType = in prepareSELEntry() local
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()
/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/phosphor-webui/app/server-health/controllers/
H A Dsyslog-controller.js38 $scope.selectRecordType = function(recordType) { argument
/openbmc/pldm/libpldmresponder/
H A Dfru_parser.cpp128 auto recordType = in setupFruRecordMap() local
H A Dfru.cpp390 uint16_t recordSetIdentifer, uint8_t recordType, uint8_t fieldType) in getFRURecordByOption() argument
/openbmc/pldm/oem/ampere/event/
H A Dcper.cpp187 uint8_t recordType; in addCperSELLog() local
/openbmc/openpower-host-ipmi-oem/
H A Doemhandler.hpp62 uint8_t recordType; //!< Record Type. member
/openbmc/intel-ipmi-oem/src/
H A Dipmi_to_redfish_hooks.cpp864 bool checkRedfishHooks(uint16_t recordID, uint8_t recordType, in checkRedfishHooks()
H A Dstoragecommands.cpp948 uint8_t recordType; in ipmiStorageGetSELEntry() local
1070 uint16_t recordID, uint8_t recordType, uint32_t timestamp, in ipmiStorageAddSELEntry()
H A Dbridgingcommands.cpp738 constexpr uint8_t recordType = 0xC0; in ipmiAppReadEventMessageBuffer() local
/openbmc/pldm/pldmtool/
H A Dpldm_fru_cmd.cpp397 uint8_t recordType; member in pldmtool::fru::GetFRURecordByOption
/openbmc/libpldm/tests/dsp/
H A Dfru.cpp548 uint8_t recordType = 6; in TEST() local
602 uint8_t recordType = 6; in TEST() local
/openbmc/phosphor-host-ipmid/dbus-sdr/
H A Dstoragecommands.cpp999 uint8_t recordType; in ipmiStorageGetSELEntry() local
/openbmc/phosphor-webui/app/common/services/
H A Dapi-utils.js41 getSystemLogs: function(recordType) { argument