Searched refs:system_hostname (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/include/scsi/ |
H A D | scsi_transport_fc.h | 517 char system_hostname[FC_SYMBOLIC_NAME_SIZE]; member 592 (((struct fc_host_attrs *)(x)->shost_data)->system_hostname)
|
/kernel/linux/linux-6.6/include/scsi/ |
H A D | scsi_transport_fc.h | 561 char system_hostname[FC_SYMBOLIC_NAME_SIZE]; member 640 (((struct fc_host_attrs *)(x)->shost_data)->system_hostname)
|
/kernel/linux/linux-5.10/drivers/scsi/ |
H A D | scsi_transport_fc.c | 421 memset(fc_host->system_hostname, 0, sizeof(fc_host->system_hostname)); in fc_host_setup() 1572 fc_private_host_show_function(system_hostname, "%s\n", 1574 fc_host_store_str_function(system_hostname, FC_SYMBOLIC_NAME_SIZE) 1575 static FC_DEVICE_ATTR(host, system_hostname, S_IRUGO | S_IWUSR, 2238 SETUP_HOST_ATTRIBUTE_RW(system_hostname); in fc_attach_transport()
|
/kernel/linux/linux-6.6/drivers/scsi/ |
H A D | scsi_transport_fc.c | 431 memset(fc_host->system_hostname, 0, sizeof(fc_host->system_hostname)); in fc_host_setup() 1981 fc_private_host_show_function(system_hostname, "%s\n", 1983 fc_host_store_str_function(system_hostname, FC_SYMBOLIC_NAME_SIZE) 1984 static FC_DEVICE_ATTR(host, system_hostname, S_IRUGO | S_IWUSR, 2706 SETUP_HOST_ATTRIBUTE_RW(system_hostname); in fc_attach_transport()
|
Completed in 16 milliseconds