Home
last modified time | relevance | path

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

/openbmc/qemu/net/
H A Dsocket.c494 const char *host_str, in net_socket_listen_init() argument
502 if (parse_host_port(&saddr, host_str, errp) < 0) { in net_socket_listen_init()
543 const char *host_str, in net_socket_connect_init() argument
550 if (parse_host_port(&saddr, host_str, errp) < 0) { in net_socket_connect_init()
593 const char *host_str, in net_socket_mcast_init() argument
602 if (parse_host_port(&saddr, host_str, errp) < 0) { in net_socket_mcast_init()
/openbmc/linux/drivers/scsi/qla2xxx/
H A Dqla_dfs.c157 seq_printf(s, "%s\n", vha->host_str); in qla2x00_dfs_tgt_sess_show()
187 seq_printf(s, "%s\n", vha->host_str); in qla2x00_dfs_tgt_port_database_show()
768 ha->dfs_dir = debugfs_create_dir(vha->host_str, qla2x00_dfs_root); in qla2x00_dfs_setup()
H A Dqla_os.c3483 "%s_dpc", base_vha->host_str); in qla2x00_probe_one()
5121 snprintf(vha->host_str, sizeof(vha->host_str), "%s_%lu", in qla2x00_create_host()
H A Dqla_def.h4921 uint8_t host_str[16]; member