Home
last modified time | relevance | path

Searched +defs:string +defs:ip (Results 1 – 7 of 7) sorted by relevance

/openbmc/phosphor-networkd/src/ibm/hypervisor-network-mgr-src/
H A Dhyp_ethernet_interface.hpp69 ObjectPath ip(HypIP::Protocol /*addressType*/, std::string /*ipAddress*/, in ip() function in phosphor::network::HypEthInterface
/openbmc/phosphor-networkd/src/
H A Dethernet_interface.cpp227 ObjectPath EthernetInterface::ip(IP::Protocol protType, std::string ipaddress, in ip() function in phosphor::network::EthernetInterface
244 if (!std::visit([](auto ip) { return validIntfIP(ip); }, *addr)) in ip()
446 for (auto& ip : value) in staticNameServers() local
890 auto ip = stdplus::fromStr<Addr>(gw); in normalizeGateway() local
/openbmc/u-boot/drivers/core/
H A Dof_access.c68 const __be32 *ip; in of_n_addr_cells() local
84 const __be32 *ip; in of_n_size_cells() local
100 const __be32 *ip; in of_simple_addr_cells() local
112 const __be32 *ip; in of_simple_size_cells() local
508 const char *string) in of_property_match_string()
/openbmc/linux/arch/um/kernel/
H A Dprocess.c247 char *uml_strdup(const char *string) in uml_strdup()
366 unsigned long stack_page, sp, ip; in __get_wchan() local
/openbmc/u-boot/lib/
H A Dvsprintf.c257 static char *string(char *buf, char *end, char *s, int field_width, in string() function
642 long *ip = va_arg(args, long *); in vsnprintf_internal() local
645 int *ip = va_arg(args, int *); in vsnprintf_internal() local
/openbmc/linux/tools/perf/util/
H A Dsrcline.c154 static int bfd_error(const char *string) in bfd_error()
819 u64 ip) in __get_srcline()
906 bool show_sym, bool show_addr, u64 ip) in get_srcline()
/openbmc/linux/tools/perf/
H A Dbuiltin-timechart.c520 u64 ip; in cat_backtrace() local
1312 static void add_process_filter(const char *string) in add_process_filter()