Searched refs:getChannelName (Results 1 – 8 of 8) sorted by relevance
33 std::string devName("/sys/class/net/" + getChannelName(chNum)); in doesDeviceExist()132 std::string getChannelName(const uint8_t chNum) in getChannelName() function134 return getChannelConfigObject().getChannelName(chNum); in getChannelName()
356 std::string getChannelName(const uint8_t chNum);
109 std::string getChannelName(const uint8_t chNum);
149 std::string ChannelConfig::getChannelName(const uint8_t chNum) in getChannelName() function in ipmi::ChannelConfig
125 std::string ethdevice = ipmi::getChannelName(channelNum); in updateSOLParameter()
77 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()
268 auto ethdevice = ipmi::getChannelName(ethernetDefaultChannelNum); in getDHCPEnabled()
1196 auto ethdevice = getChannelName(Channel); in isDHCPEnabled()1232 auto ethdevice = getChannelName(Channel); in isDHCPIPv6Enabled()