Home
last modified time | relevance | path

Searched refs:getChannelByName (Results 1 – 7 of 7) sorted by relevance

/openbmc/phosphor-host-ipmid/user_channel/
H A Dchannel_layer.cpp138 uint8_t getChannelByName(const std::string& chName) in getChannelByName() function
140 return getChannelConfigObject().getChannelByName(chName); in getChannelByName()
H A Dchannel_layer.hpp364 uint8_t getChannelByName(const std::string& chName);
H A Dchannel_mgmt.hpp118 uint8_t getChannelByName(const std::string& chName) in getChannelByName() function in ipmi::ChannelConfig
/openbmc/google-ipmi-sys/test/
H A Dcommon.cpp20 std::uint8_t getChannelByName(const std::string& chName) in getChannelByName() function
/openbmc/phosphor-net-ipmid/
H A Dmain.cpp60 static_cast<EInterfaceIndex>(ipmi::getChannelByName(channel)); in setInterfaceIndex()
/openbmc/phosphor-host-ipmid/
H A Dipmid-new.cpp379 uint8_t channel = getChannelByName(chName); in updateOwners()
449 uint8_t channel = getChannelByName(chName); in nameChangeHandler()
477 return getChannelByName(intraBmcName); in channelFromMessage()
/openbmc/google-ipmi-sys/
H A Dhandler.cpp62 std::uint8_t getChannelByName(const std::string& chName);
136 return std::make_tuple(::ipmi::getChannelByName(intf), std::move(intf)); in getEthDetails()