Home
last modified time | relevance | path

Searched refs:eventReadingType (Results 1 – 6 of 6) sorted by relevance

/openbmc/phosphor-mrw-tools/
H A Dgen_ipmi_sel.pl57 my $eventReadingType = '';
67 $eventReadingType = getNumeric(
79 if ($sensorID eq '' or $eventReadingType eq '' or $path eq '') {
100 print $fh " eventReadingType: ".$eventReadingType."\n";
103 …printDebug("$sensorID : $sensorType : $eventReadingType : $entityID : $metaDataConfig->{$entityID}…
/openbmc/openpower-host-ipmi-oem/scripts/
H A Dinventorysensor.mako.cpp17 eventReadingType = objectPath["eventReadingType"]
20 ${sensorID},${sensorType},${eventReadingType},${offset}
/openbmc/phosphor-host-ipmid/scripts/
H A Dinventorysensor.mako.cpp18 eventReadingType = objectPath["eventReadingType"]
21 ${sensorID},${sensorType},${eventReadingType},${offset}
/openbmc/phosphor-host-ipmid/
H A Dselutility.cpp140 assert | sensorIter->second.eventReadingType; in constructSEL()
279 deassertEvent | iter->second.eventReadingType; in prepareSELEntry()
283 record.event.eventRecord.eventType = iter->second.eventReadingType; in prepareSELEntry()
/openbmc/openpower-host-ipmi-oem/
H A Doemhandler.hpp84 ReadingType eventReadingType; member
/openbmc/phosphor-host-ipmid/include/ipmid/
H A Dtypes.hpp207 ReadingType eventReadingType; member