| /openbmc/google-ipmi-sys/test/ |
| H A D | entity_unittest.cpp | 48 std::uint8_t entityId = 3; in TEST() local 50 std::vector<std::uint8_t> request = {entityId, entityInstance}; in TEST() 54 EXPECT_CALL(hMock, getEntityName(entityId, entityInstance)) in TEST()
|
| /openbmc/openbmc-tools/sensor_yaml_config/ |
| H A D | sensor_yaml_config.py | 11 entityId: int 374 entityId, namePattern = getEntityIdAndNamePattern(path, intfs, m) 375 y[i]["entityID"] = entityId 376 y[i]["entityInstance"] = getEntityInstance(entityId) 381 entityId, 437 entityId = y[i]["entityID"] 440 "entityID": entityId,
|
| /openbmc/google-ipmi-sys/ |
| H A D | entity_name.cpp | 47 uint8_t entityId; member 66 handler->getEntityName(request.entityId, request.entityInstance); in getEntityName()
|
| /openbmc/intel-ipmi-oem/include/ |
| H A D | sdrutils.hpp | 542 const std::string& path, const SensorMap& sensorMap, uint8_t& entityId, in updateIpmiFromAssociation() argument 604 entityId = in updateIpmiFromAssociation() 650 entityId = in updateIpmiFromAssociation() 666 path.c_str(), entityId, entityInstance); in updateIpmiFromAssociation()
|
| /openbmc/phosphor-host-ipmid/dbus-sdr/ |
| H A D | sensorcommands.cpp | 1856 uint8_t entityId = 0; in constructSensorSdr() local 1861 updateIpmiFromAssociation(path, ipmiDecoratorPaths, sensorMap, entityId, in constructSensorSdr() 1864 record.body.entityId = entityId; in constructSensorSdr() 2031 record.body.entityId = sensor->second.entityType; in constructStaticSensorSdr() 2078 record.body.entityId = 0x00; in constructEventSdrHeaderKey() 2102 record.body.entityId, record.body.entityInstance); in constructVrSdr() 2524 getSensorsByEntityId(ipmi::Context::ptr ctx, uint8_t entityId, in getSensorsByEntityId() argument 2529 auto match = ipmi::dcmi::validEntityId.find(entityId); in getSensorsByEntityId() 2696 getSensorInfo(ipmi::Context::ptr ctx, uint8_t sensorType, uint8_t entityId, in getSensorInfo() argument 2699 auto match = ipmi::dcmi::validEntityId.find(entityId); in getSensorInfo() [all …]
|
| H A D | sdrutils.cpp | 517 const DbusInterfaceMap& sensorMap, uint8_t& entityId, in updateIpmiFromAssociation() argument 583 entityId = static_cast<uint8_t>( in updateIpmiFromAssociation() 638 entityId = in updateIpmiFromAssociation() 654 path.c_str(), entityId, entityInstance); in updateIpmiFromAssociation()
|
| /openbmc/phosphor-host-ipmid/include/dbus-sdr/ |
| H A D | sensorcommands.hpp | 157 uint8_t entityId; member
|
| H A D | sdrutils.hpp | 361 const DbusInterfaceMap& sensorMap, uint8_t& entityId,
|
| /openbmc/phosphor-host-ipmid/ |
| H A D | sensorhandler.hpp | 224 uint8_t entityId; member 269 uint8_t entityId; member 296 uint8_t entityId; member
|
| H A D | dcmihandler.cpp | 1168 uint8_t entityId, uint8_t entityInstance, in getTempReadings() argument 1171 auto it = dcmi::entityIdToName.find(entityId); in getTempReadings() 1174 lg2::error("Unknown Entity ID: {ENTITY_ID}", "ENTITY_ID", entityId); in getTempReadings() 1474 getSensorInfo(uint8_t sensorType, uint8_t entityId, uint8_t entityInstance, in getSensorInfo() argument 1477 auto it = dcmi::entityIdToName.find(entityId); in getSensorInfo() 1480 lg2::error("Unknown Entity ID: {ENTITY_ID}", "ENTITY_ID", entityId); in getSensorInfo()
|
| H A D | sensorhandler.cpp | 1382 record.body.entityId = sensor->second.entityType; in ipmiSensorGetSdr()
|
| /openbmc/pldm/host-bmc/ |
| H A D | host_pdr_handler.cpp | 156 for (const auto& [path, entityId] : objPathMap) in setPresenceFrus()
|