Home
last modified time | relevance | path

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

/openbmc/qemu/hw/core/
H A Dsysbus-fdt.c193 gchar **substrings = g_strsplit(sysfs_name, ".", 2); in sysfs_to_dt_name() local
196 if (!substrings || !substrings[0] || !substrings[1]) { in sysfs_to_dt_name()
199 dt_name = g_strdup_printf("%s@%s", substrings[1], substrings[0]); in sysfs_to_dt_name()
201 g_strfreev(substrings); in sysfs_to_dt_name()
/openbmc/qemu/net/
H A Dnet.c126 gchar **substrings; in parse_host_port() local
129 substrings = g_strsplit(str, ":", 2); in parse_host_port()
130 if (!substrings || !substrings[0] || !substrings[1]) { in parse_host_port()
137 ret = convert_host_port(saddr, substrings[0], substrings[1], errp); in parse_host_port()
140 g_strfreev(substrings); in parse_host_port()
1390 gchar **substrings = NULL; in net_client_init() local
1402 substrings = g_strsplit(ip6_net, "/", 2); in net_client_init()
1403 if (!substrings || !substrings[0]) { in net_client_init()
1409 prefix_addr = substrings[0]; in net_client_init()
1412 if (substrings[1] && in net_client_init()
[all …]
H A Daf-xdp.c411 gchar **substrings = g_strsplit(sock_fds_str, ":", -1); in parse_socket_fds() local
412 int64_t i, n_sock_fds = g_strv_length(substrings); in parse_socket_fds()
424 sock_fds[i] = monitor_fd_param(monitor_cur(), substrings[i], errp); in parse_socket_fds()
433 g_strfreev(substrings); in parse_socket_fds()
/openbmc/phosphor-fan-presence/docs/control/
H A Ddebug.md38 The `-n` option will match on substrings.