Home
last modified time | relevance | path

Searched refs:sensorNum (Results 1 – 17 of 17) sorted by relevance

/openbmc/intel-ipmi-oem/src/
H A Dsensorcommands.cpp115 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 Dipmi_to_redfish_hooks.cpp55 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 Dstoragecommands.cpp983 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 Dme_to_redfish_hooks.cpp348 const EventSensor meSensor = static_cast<EventSensor>(selData.sensorNum); in messageHook()
/openbmc/intel-ipmi-oem/include/
H A Dipmi_to_redfish_hooks.hpp26 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 Dsdrutils.hpp300 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 Dsensorcommands.cpp730 uint8_t sensorNum = 0; in ipmiSenPlatformEvent() local
748 p.unpack(sysgeneratorID, evmRev, sensorType, sensorNum, eventType, in ipmiSenPlatformEvent()
763 p.unpack(evmRev, sensorType, sensorNum, eventType, eventData1, in ipmiSenPlatformEvent()
1134 ipmi::Context::ptr ctx, uint8_t sensorNum, bool lowerNonCriticalThreshMask, in ipmiSenSetSensorThresholds() argument
1142 if (sensorNum == reservedSensorNumber || reserved) in ipmiSenSetSensorThresholds()
1164 ipmi::Cc status = getSensorConnection(ctx, sensorNum, connection, path); in ipmiSenSetSensorThresholds()
1465 ipmiSenGetSensorEventEnable(ipmi::Context::ptr ctx, uint8_t sensorNum) in ipmiSenGetSensorEventEnable() argument
1476 if (sensorNum == reservedSensorNumber) in ipmiSenGetSensorEventEnable()
1481 auto status = getSensorConnection(ctx, sensorNum, connection, path); in ipmiSenGetSensorEventEnable()
1617 ipmiSenGetSensorEventStatus(ipmi::Context::ptr ctx, uint8_t sensorNum) in ipmiSenGetSensorEventStatus() argument
[all …]
H A Dsdrutils.cpp253 uint16_t sensorNum = 0; in getSensorNumMap() local
258 SensorNumMap::value_type(sensorNum, sensor.first)); in getSensorNumMap()
274 sensorNum = sensorIndex; in getSensorNumMap()
374 std::string getPathFromSensorNumber(uint16_t sensorNum) in getPathFromSensorNumber() argument
385 return sensorNumMapPtr->left.at(sensorNum); in getPathFromSensorNumber()
H A Dstoragecommands.cpp1031 uint8_t sensorNum = 0xFF; in ipmiStorageGetSELEntry() local
1054 sensorNum = static_cast<uint8_t>(sensorAndLun); in ipmiStorageGetSELEntry()
1088 sensorNum, eventType, eventDir, eventData}); in ipmiStorageGetSELEntry()
/openbmc/phosphor-host-ipmid/
H A Dsensorhandler.cpp566 uint8_t sensorNum) in ipmiSensorGetSensorReading() argument
568 if (sensorNum == 0xFF) in ipmiSensorGetSensorReading()
573 const auto iter = ipmi::sensor::sensors.find(sensorNum); in ipmiSensorGetSensorReading()
587 auto& sensorData = sensorCacheMap[sensorNum]; in ipmiSensorGetSensorReading()
627 sensorInfo.getFunc(sensorNum, sensorInfo, props); in ipmiSensorGetSensorReading()
727 ipmi::Context::ptr& ctx, uint8_t sensorNum) in getSensorThresholds() argument
730 const auto iter = ipmi::sensor::sensors.find(sensorNum); in getSensorThresholds()
838 ipmiSensorGetSensorThresholds(ipmi::Context::ptr& ctx, uint8_t sensorNum) in ipmiSensorGetSensorThresholds() argument
840 const auto iter = ipmi::sensor::sensors.find(sensorNum); in ipmiSensorGetSensorThresholds()
856 auto it = sensorThresholdMap.find(sensorNum); in ipmiSensorGetSensorThresholds()
[all …]
H A Dselutility.cpp124 record.event.eventRecord.sensorNum = 0xFF; in constructSEL()
136 record.event.eventRecord.sensorNum = sensorIter->second.sensorID; in constructSEL()
267 record.event.eventRecord.sensorNum = iter->second.sensorID; in prepareSELEntry()
H A Dselutility.hpp70 uint8_t sensorNum; //!< Sensor Number. member
/openbmc/openpower-host-ipmi-oem/
H A Doemhandler.hpp67 uint8_t sensorNum; //!< Sensor Number. member
H A Doemhandler.cpp66 uint8_t sensor = rec->sensorNum; in mapCalloutAssociation()
/openbmc/fb-ipmi-oem/include/
H A Dstoragecommands.hpp192 uint8_t sensorNum; //!< Sensor Number. member
/openbmc/fb-ipmi-oem/src/
H A Dselcommands.cpp976 auto findSensorName = sensorNameTable.find(data->sensorNum); in parseSelHelper()
984 switch (data->sensorNum) in parseSelHelper()
1063 switch (data->sensorNum) in parseStdSel()
1441 auto findSensorName = sensorNameTable.find(data->sensorNum); in parseSelData()
1460 << std::setw(2) << (int)(data->sensorNum); in parseSelData()
/openbmc/phosphor-host-ipmid/include/dbus-sdr/
H A Dsdrutils.hpp341 std::string getPathFromSensorNumber(uint16_t sensorNum);