Home
last modified time | relevance | path

Searched refs:host_name (Results 1 – 7 of 7) sorted by relevance

/drivers/usb/wusbcore/
Dcbaf.c111 char host_name[CBA_NAME_LEN]; member
258 strlcpy(hi->HostFriendlyName, cbaf->host_name, CBA_NAME_LEN); in cbaf_send_host_info()
259 name_len = strlen(cbaf->host_name); in cbaf_send_host_info()
367 return scnprintf(buf, PAGE_SIZE, "%s\n", cbaf->host_name); in cbaf_wusb_host_name_show()
378 result = sscanf(buf, "%63s", cbaf->host_name); in cbaf_wusb_host_name_store()
/drivers/scsi/qla2xxx/
Dqla_gs.c1628 snprintf(eiter->a.host_name, sizeof(eiter->a.host_name), in qla2x00_fdmi_rpa()
1631 snprintf(eiter->a.host_name, sizeof(eiter->a.host_name), in qla2x00_fdmi_rpa()
1634 alen = strlen(eiter->a.host_name); in qla2x00_fdmi_rpa()
1639 ql_dbg(ql_dbg_disc, vha, 0x203d, "HostName=%s.\n", eiter->a.host_name); in qla2x00_fdmi_rpa()
2195 snprintf(eiter->a.host_name, sizeof(eiter->a.host_name), in qla2x00_fdmiv2_rpa()
2198 snprintf(eiter->a.host_name, sizeof(eiter->a.host_name), in qla2x00_fdmiv2_rpa()
2201 alen = strlen(eiter->a.host_name); in qla2x00_fdmiv2_rpa()
2207 "HostName=%s.\n", eiter->a.host_name); in qla2x00_fdmiv2_rpa()
Dqla_def.h2303 uint8_t host_name[256]; member
2334 uint8_t host_name[256]; member
/drivers/scsi/bfa/
Dbfad.c46 char *host_name, *os_name, *os_patch; variable
94 module_param(host_name, charp, S_IRUGO | S_IWUSR);
95 MODULE_PARM_DESC(host_name, "Hostname of the hba host machine");
988 if (host_name) in bfad_start_ops()
989 strncpy(driver_info.host_machine_name, host_name, in bfad_start_ops()
Dbfad_drv.h337 extern char *host_name;
Dbfa_fcs.h668 u8 host_name[256]; /* host name */ member
Dbfa_fcs_lport.c2328 if (fcs_port_attr.host_name[0] != '\0') { in bfa_fcs_lport_fdmi_build_portattr_block()
2331 templen = (u16) strlen(fcs_port_attr.host_name); in bfa_fcs_lport_fdmi_build_portattr_block()
2332 memcpy(attr->value, fcs_port_attr.host_name, templen); in bfa_fcs_lport_fdmi_build_portattr_block()
2734 strncpy(port_attr->host_name, (char *)driver_info->host_machine_name, in bfa_fcs_fdmi_get_portattr()
2735 sizeof(port_attr->host_name)); in bfa_fcs_fdmi_get_portattr()