Lines Matching refs:node_wwn_s
488 char *path_phys = NULL, code, node_wwn_s[WWN_S_LEN]; in hotplug() local
720 (void) sprintf(node_wwn_s, in hotplug()
763 (void) sprintf(node_wwn_s, in hotplug()
812 (void) strcpy(node_wwn_s, in hotplug()
813 l_state.drv_front[slot].g_disk_state.node_wwn_s); in hotplug()
817 (void) strcpy(node_wwn_s, in hotplug()
818 l_state.drv_rear[slot].g_disk_state.node_wwn_s); in hotplug()
895 (void) strcpy(disk_list->node_wwn_s, node_wwn_s); in hotplug()
1530 char node_wwn_s[WWN_SIZE], device_name[MAXNAMELEN]; in h_pre_hotplug_sena() local
1563 (void) strncpy(node_wwn_s, in h_pre_hotplug_sena()
1564 l_state.drv_front[slot].g_disk_state.node_wwn_s, WWN_SIZE); in h_pre_hotplug_sena()
1566 (void) strncpy(node_wwn_s, in h_pre_hotplug_sena()
1567 l_state.drv_rear[slot].g_disk_state.node_wwn_s, WWN_SIZE); in h_pre_hotplug_sena()
1570 if (node_wwn_s[i] != '0') in h_pre_hotplug_sena()
2857 disk_list->node_wwn_s); in h_print_list_warn()