Home
last modified time | relevance | path

Searched refs:system_hostname (Results 1 – 2 of 2) sorted by relevance

/linux/include/scsi/
H A Dscsi_transport_fc.h573 char system_hostname[FC_SYMBOLIC_NAME_SIZE]; member
649 (((struct fc_host_attrs *)(x)->shost_data)->system_hostname)
/linux/drivers/scsi/
H A Dscsi_transport_fc.c432 memset(fc_host->system_hostname, 0, sizeof(fc_host->system_hostname)); in fc_host_setup()
2011 fc_private_host_show_function(system_hostname, "%s\n",
2013 fc_host_store_str_function(system_hostname, FC_SYMBOLIC_NAME_SIZE)
2014 static FC_DEVICE_ATTR(host, system_hostname, S_IRUGO | S_IWUSR,
2737 SETUP_HOST_ATTRIBUTE_RW(system_hostname); in fc_attach_transport()