Home
last modified time | relevance | path

Searched refs:getChannelName (Results 1 – 8 of 8) sorted by relevance

/openbmc/phosphor-host-ipmid/user_channel/
H A Dchannel_layer.cpp33 std::string devName("/sys/class/net/" + getChannelName(chNum)); in doesDeviceExist()
132 std::string getChannelName(const uint8_t chNum) in getChannelName() function
134 return getChannelConfigObject().getChannelName(chNum); in getChannelName()
H A Dchannel_layer.hpp356 std::string getChannelName(const uint8_t chNum);
H A Dchannel_mgmt.hpp109 std::string getChannelName(const uint8_t chNum);
H A Dchannel_mgmt.cpp149 std::string ChannelConfig::getChannelName(const uint8_t chNum) in getChannelName() function in ipmi::ChannelConfig
/openbmc/phosphor-net-ipmid/sol/
H A Dsol_manager.cpp125 std::string ethdevice = ipmi::getChannelName(channelNum); in updateSOLParameter()
/openbmc/phosphor-host-ipmid/
H A Dtransporthandler.cpp77 auto ifname = getChannelName(channel); in maybeGetChannelParams()
1386 std::string solPathWitheEthName = solPath + ipmi::getChannelName(channel); in setSolConfParams()
1563 std::string solPathWitheEthName = solPath + ipmi::getChannelName(channel); in getSolConfParams()
H A Ddcmihandler.cpp268 auto ethdevice = ipmi::getChannelName(ethernetDefaultChannelNum); in getDHCPEnabled()
/openbmc/intel-ipmi-oem/src/
H A Doemcommands.cpp1196 auto ethdevice = getChannelName(Channel); in isDHCPEnabled()
1232 auto ethdevice = getChannelName(Channel); in isDHCPIPv6Enabled()