/openbmc/intel-ipmi-oem/src/ |
H A D | sensorcommands.cpp | 115 uint8_t sensorNum = 0; in ipmiSenPlatformEvent() local 134 p.unpack(sysgeneratorID, evmRev, sensorType, sensorNum, eventType, in ipmiSenPlatformEvent() 149 p.unpack(evmRev, sensorType, sensorNum, eventType, eventData1, 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 | 55 BIOSSensors sensor = static_cast<BIOSSensors>(selData.sensorNum); in biosMessageHook() 325 BIOSSMISensors sensor = static_cast<BIOSSMISensors>(selData.sensorNum); in biosSMIMessageHook() 866 uint8_t sensorType, uint8_t sensorNum, uint8_t eventType, in checkRedfishHooks() argument 884 sensorNum, in checkRedfishHooks() 902 .sensorNum = sensorNum, in checkRedfishHooks() 912 uint8_t sensorNum, uint8_t eventType, uint8_t eventData1, in checkRedfishHooks() argument 922 sensorNum, in checkRedfishHooks() 932 .sensorNum = sensorNum, in checkRedfishHooks()
|
H A D | storagecommands.cpp | 983 uint8_t sensorNum = 0xFF; in ipmiStorageGetSELEntry() local 1006 sensorNum = static_cast<uint8_t>(sensorAndLun); in ipmiStorageGetSELEntry() 1030 sensorNum, eventType, eventDir, eventData}); in ipmiStorageGetSELEntry() 1071 uint16_t generatorID, uint8_t evmRev, uint8_t sensorType, uint8_t sensorNum, in ipmiStorageAddSELEntry() argument 1083 sensorNum, eventType, eventData1, eventData2, eventData3); in ipmiStorageAddSELEntry()
|
H A D | me_to_redfish_hooks.cpp | 348 const EventSensor meSensor = static_cast<EventSensor>(selData.sensorNum); in messageHook()
|
/openbmc/intel-ipmi-oem/include/ |
H A D | ipmi_to_redfish_hooks.hpp | 26 uint8_t sensorType, uint8_t sensorNum, uint8_t eventType, 30 uint8_t sensorNum, uint8_t eventType, uint8_t eventData1, 37 int sensorNum; member
|
H A D | sdrutils.hpp | 300 uint16_t sensorNum = 0; in getSensorNumMap() local 305 SensorNumMap::value_type(sensorNum, sensor.first)); in getSensorNumMap() 321 sensorNum = sensorIndex; in getSensorNumMap() 426 inline static std::string getPathFromSensorNumber(uint16_t sensorNum) in getPathFromSensorNumber() argument 437 return sensorNumMapPtr->left.at(sensorNum); in getPathFromSensorNumber()
|
/openbmc/phosphor-host-ipmid/dbus-sdr/ |
H A D | sensorcommands.cpp | 719 uint8_t sensorNum = 0; in ipmiSenPlatformEvent() local 737 p.unpack(sysgeneratorID, evmRev, sensorType, sensorNum, eventType, in ipmiSenPlatformEvent() 752 p.unpack(evmRev, sensorType, sensorNum, eventType, eventData1, in ipmiSenPlatformEvent() 1120 ipmi::Context::ptr ctx, uint8_t sensorNum, bool lowerNonCriticalThreshMask, in ipmiSenSetSensorThresholds() argument 1128 if (sensorNum == reservedSensorNumber || reserved) in ipmiSenSetSensorThresholds() 1150 ipmi::Cc status = getSensorConnection(ctx, sensorNum, connection, path); in ipmiSenSetSensorThresholds() 1443 ipmiSenGetSensorEventEnable(ipmi::Context::ptr ctx, uint8_t sensorNum) in ipmiSenGetSensorEventEnable() argument 1454 if (sensorNum == reservedSensorNumber) in ipmiSenGetSensorEventEnable() 1459 auto status = getSensorConnection(ctx, sensorNum, connection, path); in ipmiSenGetSensorEventEnable() 1593 ipmiSenGetSensorEventStatus(ipmi::Context::ptr ctx, uint8_t sensorNum) in ipmiSenGetSensorEventStatus() argument [all …]
|
H A D | sdrutils.cpp | 245 uint16_t sensorNum = 0; in getSensorNumMap() local 250 SensorNumMap::value_type(sensorNum, sensor.first)); in getSensorNumMap() 266 sensorNum = sensorIndex; in getSensorNumMap() 366 std::string getPathFromSensorNumber(uint16_t sensorNum) in getPathFromSensorNumber() argument 377 return sensorNumMapPtr->left.at(sensorNum); in getPathFromSensorNumber()
|
H A D | storagecommands.cpp | 1035 uint8_t sensorNum = 0xFF; in ipmiStorageGetSELEntry() local 1058 sensorNum = static_cast<uint8_t>(sensorAndLun); in ipmiStorageGetSELEntry() 1092 sensorNum, eventType, eventDir, eventData}); in ipmiStorageGetSELEntry()
|
/openbmc/phosphor-host-ipmid/ |
H A D | sensorhandler.cpp | 558 uint8_t sensorNum) in ipmiSensorGetSensorReading() argument 560 if (sensorNum == 0xFF) in ipmiSensorGetSensorReading() 565 const auto iter = ipmi::sensor::sensors.find(sensorNum); in ipmiSensorGetSensorReading() 579 auto& sensorData = sensorCacheMap[sensorNum]; in ipmiSensorGetSensorReading() 619 sensorInfo.getFunc(sensorNum, sensorInfo, props); in ipmiSensorGetSensorReading() 719 getSensorThresholds(ipmi::Context::ptr& ctx, uint8_t sensorNum) in getSensorThresholds() argument 722 const auto iter = ipmi::sensor::sensors.find(sensorNum); in getSensorThresholds() 830 ipmiSensorGetSensorThresholds(ipmi::Context::ptr& ctx, uint8_t sensorNum) in ipmiSensorGetSensorThresholds() argument 834 const auto iter = ipmi::sensor::sensors.find(sensorNum); in ipmiSensorGetSensorThresholds() 850 auto it = sensorThresholdMap.find(sensorNum); in ipmiSensorGetSensorThresholds() [all …]
|
H A D | selutility.cpp | 121 record.event.eventRecord.sensorNum = 0xFF; in constructSEL() 133 record.event.eventRecord.sensorNum = sensorIter->second.sensorID; in constructSEL() 264 record.event.eventRecord.sensorNum = iter->second.sensorID; in prepareSELEntry()
|
H A D | selutility.hpp | 86 uint8_t sensorNum; //!< Sensor Number. member
|
/openbmc/openpower-host-ipmi-oem/ |
H A D | oemhandler.hpp | 67 uint8_t sensorNum; //!< Sensor Number. member
|
H A D | oemhandler.cpp | 65 uint8_t sensor = rec->sensorNum; in mapCalloutAssociation()
|
/openbmc/fb-ipmi-oem/src/ |
H A D | selcommands.cpp | 974 auto findSensorName = sensorNameTable.find(data->sensorNum); in parseSelHelper() 982 switch (data->sensorNum) in parseSelHelper() 1061 switch (data->sensorNum) in parseStdSel() 1439 auto findSensorName = sensorNameTable.find(data->sensorNum); in parseSelData() 1458 << std::setw(2) << (int)(data->sensorNum); in parseSelData()
|
/openbmc/fb-ipmi-oem/include/ |
H A D | storagecommands.hpp | 192 uint8_t sensorNum; //!< Sensor Number. member
|
/openbmc/phosphor-host-ipmid/include/dbus-sdr/ |
H A D | sdrutils.hpp | 341 std::string getPathFromSensorNumber(uint16_t sensorNum);
|