Searched refs:ethdevice (Results 1 – 3 of 3) sorted by relevance
125 std::string ethdevice = ipmi::getChannelName(channelNum); in updateSOLParameter() local126 std::string solPathWitheEthName = solPath + ethdevice; in updateSOLParameter()
520 auto ethdevice = ipmi::getChannelName(ethernetDefaultChannelNum); in getDHCPEnabled() local521 if (ethdevice.empty()) in getDHCPEnabled()529 ctx, ethernetIntf, networkRoot, ethdevice, ethernetObj); in getDHCPEnabled()
1196 auto ethdevice = getChannelName(Channel); in isDHCPEnabled() local1197 if (ethdevice.empty()) in isDHCPEnabled()1201 auto ethIP = ethdevice + "/ipv4"; in isDHCPEnabled()1232 auto ethdevice = getChannelName(Channel); in isDHCPIPv6Enabled() local1233 if (ethdevice.empty()) in isDHCPIPv6Enabled()1237 auto ethIP = ethdevice + "/ipv6"; in isDHCPIPv6Enabled()