Searched refs:fp_path (Results 1 – 2 of 2) sorted by relevance
/illumos-gate/usr/src/lib/storage/libg_fc/common/ |
H A D | hot.c | 167 issue_lip(char *fp_path, int verbose) in issue_lip() argument 178 if ((fp_fd = g_object_open(fp_path, O_RDONLY | O_EXCL)) < 0) { in issue_lip() 184 " Reinitializing the loop at: %s\n"), fp_path); in issue_lip() 200 " ioctl failed: %s\n", fp_path); in issue_lip() 222 char *charPtr, fp_path[MAXPATHLEN]; in g_force_lip() local 234 (void) strcpy(fp_path, path_phys); in g_force_lip() 246 if (g_get_pathlist(fp_path, &pathlist)) { in g_force_lip() 256 sprintf(fp_path, "%s%s", in g_force_lip() 258 if (issue_lip(fp_path, verbose) != 0) { in g_force_lip() 273 if ((dev_type = g_get_path_type(fp_path)) == 0) { in g_force_lip() [all …]
|
H A D | map.c | 3332 char *charPtr, fp_path[MAXPATHLEN]; in g_rdls() local 3356 (void) strcpy(fp_path, path_phys); in g_rdls() 3357 if (g_get_pathlist(fp_path, &pathlist)) { in g_rdls() 3377 (void) strcpy(fp_path, in g_rdls() 3381 (void) strcpy(fp_path, in g_rdls() 3386 (void) strcpy(fp_path, path_phys); in g_rdls() 3390 if ((dev_type = g_get_path_type(fp_path)) == 0) { in g_rdls() 3395 (void) strcat(fp_path, FC_CTLR); in g_rdls() 3396 } else if (strstr(fp_path, DRV_NAME_SSD) || in g_rdls() 3397 strstr(fp_path, DRV_NAME_ST) || in g_rdls() [all …]
|