Lines Matching refs:sbussoc_list
115 static char sbussoc_list[HBA_MAX][PATH_MAX]; variable
213 (void) sprintf(socal, "%s:0", &sbussoc_list[i][0]); in fcal_update()
216 (void) sprintf(socal, "%s:1", &sbussoc_list[i][0]); in fcal_update()
220 &sbussoc_list[i][0]); in fcal_update()
223 &sbussoc_list[i][0]); in fcal_update()
269 &sbussoc_list[i][0]); in fcal_update()
312 if ((dev_type = g_get_path_type(&sbussoc_list[index][0])) == 0) { in findversion()
319 (void) sprintf(socal, "%s:0", &sbussoc_list[index][0]); in findversion()
321 (void) sprintf(socal, "%s:1", &sbussoc_list[index][0]); in findversion()
325 &sbussoc_list[index][0]); in findversion()
370 &sbussoc_list[index][0]); in findversion()
373 &sbussoc_list[index][0]); in findversion()
377 &sbussoc_list[index][0]); in findversion()
931 (void) strcpy(sbussoc_list[*devcnt], pathname); in loadsocpath()
932 if (sp_tmp = strstr(sbussoc_list[*devcnt], SOCAL_STR)) { in loadsocpath()
937 len = strlen(sbussoc_list[*devcnt]) - strlen(sp); in loadsocpath()
938 (void) strncpy(buffer, sbussoc_list[*devcnt], len); in loadsocpath()