Searched refs:host_name (Results 1 - 9 of 9) sorted by relevance

/drivers/s390/net/
H A Dclaw.h225 char host_name[8]; /* Host system name */ member in struct:sysval
236 char host_name[8]; /* Host application name */ member in struct:conncmd
292 char host_name[9]; /* Host name */ member in struct:claw_env
H A Dclaw.c17 * host_name aaaaaaaa
25 * host_name LINUX390
47 * host_name - host name
53 * 1) host_name must match the configured adapter_name on the remote side
203 static int find_link(struct net_device *dev, char *host_name, char *ws_name );
357 memcpy(privptr->p_env->host_name,WS_NAME_NOT_DEF,8);
724 p_env->host_name,
1269 find_link(struct net_device *dev, char *host_name, char *ws_name ) argument
1281 if ((memcmp(WS_APPL_NAME_PACKED, host_name, 8)!=0) ||
1287 if ((memcmp(WS_APPL_NAME_IP_NAME, host_name,
[all...]
/drivers/usb/wusbcore/
H A Dcbaf.c111 char host_name[CBA_NAME_LEN]; member in struct:cbaf
258 strlcpy(hi->HostFriendlyName, cbaf->host_name, CBA_NAME_LEN);
259 name_len = strlen(cbaf->host_name);
365 return scnprintf(buf, PAGE_SIZE, "%s\n", cbaf->host_name);
376 result = sscanf(buf, "%63s", cbaf->host_name);
/drivers/scsi/bfa/
H A Dbfad_drv.h333 extern char *host_name;
H A Dbfad.c45 char *host_name, *os_name, *os_patch; variable
92 module_param(host_name, charp, S_IRUGO | S_IWUSR);
93 MODULE_PARM_DESC(host_name, "Hostname of the hba host machine");
1033 if (host_name)
1034 strncpy(driver_info.host_machine_name, host_name,
H A Dbfa_fcs.h645 u8 host_name[256]; /* host name */ member in struct:bfa_fcs_fdmi_port_attr_s
H A Dbfa_fcs_lport.c2064 if (fcs_port_attr.host_name[0] != '\0') {
2067 templen = (u16) strlen(fcs_port_attr.host_name);
2068 memcpy(attr->value, fcs_port_attr.host_name, templen);
2349 strncpy(port_attr->host_name, (char *)driver_info->host_machine_name,
2350 sizeof(port_attr->host_name));
/drivers/scsi/qla2xxx/
H A Dqla_gs.c1662 snprintf(eiter->a.host_name, sizeof(eiter->a.host_name),
1664 alen = strlen(eiter->a.host_name);
1670 "HostName=%s.\n", eiter->a.host_name);
H A Dqla_def.h1885 uint8_t host_name[32]; member in union:ct_fdmi_port_attr::__anon4899

Completed in 173 milliseconds