Home
last modified time | relevance | path

Searched refs:currValue (Results 1 – 4 of 4) sorted by relevance

/openbmc/phosphor-networkd/src/ibm/hypervisor-network-mgr-src/
H A Dhyp_ethernet_interface.cpp21 auto currValue = ipv6AcceptRA(); in ipv6AcceptRA() local
22 if (currValue != value) in ipv6AcceptRA()
31 auto currValue = dhcp4(); in dhcp4() local
32 if (currValue != value) in dhcp4()
41 auto currValue = dhcp6(); in dhcp6() local
42 if (currValue != value) in dhcp6()
H A Dhyp_network_manager.cpp183 const int64_t* currValue = std::get_if<int64_t>( in setBIOSTableAttrs() local
185 if (currValue != nullptr) in setBIOSTableAttrs()
187 biosTableAttrs.emplace(item.first, *currValue); in setBIOSTableAttrs()
195 const std::string* currValue = std::get_if<std::string>( in setBIOSTableAttrs() local
197 if (currValue != nullptr) in setBIOSTableAttrs()
199 biosTableAttrs.emplace(item.first, *currValue); in setBIOSTableAttrs()
H A Dhyp_sys_config.cpp59 std::variant<std::string, int64_t> currValue; in getHostNameFromBios() local
61 reply.read(type, currValue, defValue); in getHostNameFromBios()
62 return std::get<std::string>(currValue); in getHostNameFromBios()
/openbmc/pldm/libpldmresponder/
H A Dbios_enum_attribute.cpp233 auto currValue = std::get<std::string>(attributeValue); in constructEntry() local
234 currValueIndices[0] = getValueIndex(currValue, possibleValues); in constructEntry()