Home
last modified time | relevance | path

Searched refs:dimmId (Results 1 – 3 of 3) sorted by relevance

/openbmc/bmcweb/redfish-core/lib/
H A Dmemory.hpp401 std::string_view dimmId, in assembleDimmProperties() argument
406 asyncResp->res.jsonValue[jsonPtr]["Id"] = dimmId; in assembleDimmProperties()
618 std::shared_ptr<bmcweb::AsyncResp> asyncResp, const std::string& dimmId, in getDimmDataByService() argument
624 [dimmId, asyncResp{std::move(asyncResp)}]( in getDimmDataByService()
633 assembleDimmProperties(dimmId, asyncResp, properties, in getDimmDataByService()
716 const std::string& dimmId) in getDimmData() argument
724 [dimmId, asyncResp{std::move(asyncResp)}]( in getDimmData()
744 path.filename() == dimmId) in getDimmData()
746 getDimmDataByService(asyncResp, dimmId, service, in getDimmData()
758 path.parent_path().filename() == dimmId) in getDimmData()
[all …]
/openbmc/openbmc-tools/sensor_yaml_config/
H A Dsensor_yaml_config.py162 dimmId = re.search(r"\d+", dimmconn).group()
164 dimmId
/openbmc/smbios-mdr/include/
H A Ddimm.hpp71 const uint8_t& dimmId, uint8_t* smbiosTableStorage, in Dimm() argument
98 dimmNum(dimmId) in Dimm()