Searched refs:substrings (Results 1 – 4 of 4) sorted by relevance
/openbmc/qemu/hw/core/ |
H A D | sysbus-fdt.c | 193 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 D | net.c | 126 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() 1384 gchar **substrings = NULL; in net_client_init() local 1396 substrings = g_strsplit(ip6_net, "/", 2); in net_client_init() 1397 if (!substrings || !substrings[0]) { in net_client_init() 1403 prefix_addr = substrings[0]; in net_client_init() 1406 if (substrings[1] && in net_client_init() [all …]
|
H A D | af-xdp.c | 411 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 D | debug.md | 38 The `-n` option will match on substrings.
|