Lines Matching refs:ses_path
553 char ses_path[MAXPATHLEN], inq_path[MAXNAMELEN]; in adm_display_config() local
707 (l_get_ses_path(path_phys, ses_path, in adm_display_config()
709 (g_get_inquiry(ses_path, &ses_inq) == 0) && in adm_display_config()
716 display_fc_disk(path_struct, ses_path, &map, inq, in adm_display_config()
2057 char ses_path[MAXPATHLEN]; in adm_led() local
2114 if (l_get_ses_path(path_phys, ses_path, &map, in adm_led()
2116 if (g_get_inquiry(ses_path, &ses_inq) == 0) { in adm_led()
3853 display_fc_disk(struct path_struct *path_struct, char *ses_path, in display_fc_disk() argument
3893 if (err = l_get_ses_path(path_phys, ses_path, map, in display_fc_disk()
3911 if (err = g_get_inquiry(ses_path, &local_inq)) { in display_fc_disk()
3912 (void) print_errString(err, ses_path); in display_fc_disk()
3922 if ((err = l_get_ib_status(ses_path, &l_state, in display_fc_disk()
3924 (void) print_errString(err, ses_path); in display_fc_disk()
3933 (void) print_errString(err, ses_path); in display_fc_disk()
3960 if (err = l_get_port(ses_path, &port_a_flag, verbose)) { in display_fc_disk()
3961 (void) print_errString(err, ses_path); in display_fc_disk()