| /openbmc/intel-ipmi-oem/src/ |
| H A D | sensorcommands.cpp | 120 uint16_t generatorID = 0; in ipmiSenPlatformEvent() local 142 generatorID = (ctx->channel << 12) // Channel in ipmiSenPlatformEvent() 152 generatorID = (ctx->channel << 12) // Channel in ipmiSenPlatformEvent() 176 generatorID, evmRev, sensorType, sensorNum, eventType, eventData1, in ipmiSenPlatformEvent() 179 if (static_cast<uint8_t>(generatorID) == meId && sensorNum == meSensorNum && in ipmiSenPlatformEvent()
|
| H A D | ipmi_to_redfish_hooks.cpp | 839 uint8_t generatorIDLowByte = static_cast<uint8_t>(selData.generatorID); in startRedfishHook() 865 uint32_t timestamp, uint16_t generatorID, uint8_t evmRev, in checkRedfishHooks() argument 880 static_cast<uint8_t>(generatorID), in checkRedfishHooks() 881 static_cast<uint8_t>(generatorID >> 8), in checkRedfishHooks() 901 .generatorID = generatorID, in checkRedfishHooks() 911 bool checkRedfishHooks(uint16_t generatorID, uint8_t evmRev, uint8_t sensorType, in checkRedfishHooks() argument 918 static_cast<uint8_t>(generatorID), in checkRedfishHooks() 919 static_cast<uint8_t>(generatorID >> 8), in checkRedfishHooks() 931 .generatorID = generatorID, in checkRedfishHooks()
|
| H A D | storagecommands.cpp | 980 uint16_t generatorID = 0; in ipmiStorageGetSELEntry() local 996 generatorID = std::stoul(generatorIDStr, nullptr, 16); in ipmiStorageGetSELEntry() 1007 generatorID |= sensorAndLun >> 8; in ipmiStorageGetSELEntry() 1029 systemEventType{timestamp, generatorID, evmRev, sensorType, in ipmiStorageGetSELEntry() 1071 uint16_t generatorID, uint8_t evmRev, uint8_t sensorType, uint8_t sensorNum, in ipmiStorageAddSELEntry() argument 1082 recordID, recordType, timestamp, generatorID, evmRev, sensorType, in ipmiStorageAddSELEntry()
|
| /openbmc/intel-ipmi-oem/include/ |
| H A D | ipmi_to_redfish_hooks.hpp | 25 uint32_t timestamp, uint16_t generatorID, uint8_t evmRev, 29 bool checkRedfishHooks(uint16_t generatorID, uint8_t evmRev, uint8_t sensorType, 36 int generatorID; member
|
| /openbmc/phosphor-host-ipmid/ |
| H A D | selutility.cpp | 29 constexpr auto generatorID = 0x2000; variable 150 record.event.eventRecord.generatorID = in constructSEL() 263 record.event.eventRecord.generatorID = generatorID; in prepareSELEntry()
|
| H A D | selutility.hpp | 67 uint16_t generatorID; //!< Generator ID. member
|
| H A D | storagehandler.cpp | 647 * - generatorID software ID if event was generated from 662 [[maybe_unused]] uint32_t timeStamp, uint16_t generatorID, in ipmiStorageAddSEL() argument 692 Created::GENERATOR_ID(generatorID), in ipmiStorageAddSEL()
|
| H A D | sensorhandler.cpp | 1445 uint16_t generatorID = 0xff; in ipmicmdPlatformEvent() local 1455 generatorID = *raw; in ipmicmdPlatformEvent() 1496 ipmiSELAddMessage, sensorPath, eventData, assert, generatorID); in ipmicmdPlatformEvent()
|
| /openbmc/openpower-host-ipmi-oem/ |
| H A D | oemhandler.hpp | 64 uint16_t generatorID; //!< Generator ID. member
|
| /openbmc/phosphor-host-ipmid/dbus-sdr/ |
| H A D | storagecommands.cpp | 1028 uint16_t generatorID = 0; in ipmiStorageGetSELEntry() local 1044 generatorID = std::stoul(generatorIDStr, nullptr, 16); in ipmiStorageGetSELEntry() 1055 if ((generatorID & 0x0001) == 0) in ipmiStorageGetSELEntry() 1058 generatorID |= sensorAndLun & 0x0300; in ipmiStorageGetSELEntry() 1063 generatorID |= sensorAndLun >> 8; in ipmiStorageGetSELEntry() 1087 systemEventType{timestamp, generatorID, evmRev, sensorType, in ipmiStorageGetSELEntry()
|
| H A D | sensorcommands.cpp | 735 [[maybe_unused]] uint16_t generatorID = 0; in ipmiSenPlatformEvent() local 756 generatorID = (ctx->channel << 12) // Channel in ipmiSenPlatformEvent() 766 generatorID = (ctx->channel << 12) // Channel in ipmiSenPlatformEvent()
|
| /openbmc/fb-ipmi-oem/include/ |
| H A D | storagecommands.hpp | 189 uint16_t generatorID; //!< Generator ID. member
|