/openbmc/phosphor-mrw-tools/ |
H A D | gen_ipmi_sel.pl | 55 my $sensorID = ''; 65 $sensorID = getNumeric($targetObj, $target, "IPMI_SENSOR_ID"); 79 if ($sensorID eq '' or $eventReadingType eq '' or $path eq '') { 98 print $fh " sensorID: ".$sensorID."\n"; 103 …printDebug("$sensorID : $sensorType : $eventReadingType : $entityID : $metaDataConfig->{$entityID}…
|
H A D | gen_ipmi_sensor.pl | 54 my $sensorID = ''; 80 $sensorID = $targetObj->getAttribute($target, "IPMI_SENSOR_ID"); 93 if ($sensorID eq '' or $sensorReadingType eq '' or $path eq '') { 116 print $fh $sensorID.":\n"; 138 my $debug = "$sensorID : $sensorName : $sensorType : ";
|
/openbmc/pldm/host-bmc/ |
H A D | host_pdr_handler.hpp | 40 pdr::SensorID sensorID; member 44 return ((terminusID == e.terminusID) && (sensorID == e.sensorID)); in operator ==() 50 ((terminusID == e.terminusID) && (sensorID < e.sensorID))); in operator <()
|
H A D | host_pdr_handler.cpp | 447 const auto& [terminusHandle, sensorID, sensorInfo] = in parseStateSensorPDRs() 449 sensorEntry.sensorID = sensorID; in parseStateSensorPDRs()
|
/openbmc/openpower-host-ipmi-oem/scripts/ |
H A D | inventorysensor.mako.cpp | 15 sensorID = objectPath["sensorID"] 20 ${sensorID},${sensorType},${eventReadingType},${offset}
|
/openbmc/phosphor-host-ipmid/scripts/ |
H A D | inventorysensor.mako.cpp | 16 sensorID = objectPath["sensorID"] 21 ${sensorID},${sensorType},${eventReadingType},${offset}
|
/openbmc/openpower-occ-control/ |
H A D | occ_sensor.mako.hpp | 18 using sensorID = uint8_t; typedef 20 using sensorDefs = std::tuple<sensorID, sensorName>;
|
H A D | occ_status.hpp | 46 using sensorID = uint8_t; typedef 52 using sensorDefs = std::tuple<sensorID, sensorName>;
|
/openbmc/openpower-host-ipmi-oem/ |
H A D | host-interface.cpp | 42 auto sensorID = std::get<uint8_t>(data); in execute() local 45 std::make_pair(IPMI_CMD_OCC_RESET, sensorID), in execute()
|
H A D | oemhandler.hpp | 82 Id sensorID; member
|
H A D | oemhandler.cpp | 73 return (iter.second.sensorID == sensor); in mapCalloutAssociation()
|
/openbmc/phosphor-hwmon/ |
H A D | thresholds.hpp | 121 auto addThreshold(const std::string& sensorType, const std::string& sensorID, in addThreshold() argument 128 auto tLo = env::getEnv(Thresholds<T>::envLo, sensorType, sensorID); in addThreshold() 129 auto tHi = env::getEnv(Thresholds<T>::envHi, sensorType, sensorID); in addThreshold()
|
H A D | mainloop.hpp | 25 static constexpr auto sensorID = 0; variable
|
H A D | mainloop.cpp | 205 if (std::get<sensorID>(properties).empty() || in getObject() 313 addThreshold<WarningObject>(sensorSysfsType, std::get<sensorID>(properties), in getObject() 316 std::get<sensorID>(properties), sensorValue, in getObject()
|
/openbmc/pldm/softoff/ |
H A D | softoff.hpp | 133 pldm::pdr::SensorID sensorID; member in pldm::SoftPowerOff
|
H A D | softoff.cpp | 137 if (msgSensorID == sensorID && msgSensorOffset == sensorOffset && in hostSoftOffComplete() 240 sensorID = pdr->sensor_id; in getSensorInfo()
|
/openbmc/phosphor-host-ipmid/ |
H A D | selutility.cpp | 133 record.event.eventRecord.sensorNum = sensorIter->second.sensorID; in constructSEL() 264 record.event.eventRecord.sensorNum = iter->second.sensorID; in prepareSELEntry()
|
H A D | storagehandler.cpp | 694 if (it.second.sensorID == sensorNumber) in ipmiStorageAddSEL()
|
/openbmc/pldm/oem/ampere/event/ |
H A D | oem_event_manager.cpp | 969 auto sensorID = poll_event.event_id; in handlepldmMessagePollEvent() local 971 if (rasUESensorIDs.contains(sensorID)) in handlepldmMessagePollEvent() 985 "TID", tid, "SENSORID", sensorID, "ERROR", e); in handlepldmMessagePollEvent()
|
/openbmc/phosphor-host-ipmid/include/ipmid/ |
H A D | types.hpp | 205 Id sensorID; member
|
/openbmc/docs/designs/ |
H A D | pldm-stack.md | 489 the necessary parameters (e.g., `sensorID#`, `$SensorAuxName`, unit, etc.).
|