Searched refs:fp_path (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/storage/libg_fc/common/
H A Dhot.c167 issue_lip(char *fp_path, int verbose) argument
178 if ((fp_fd = g_object_open(fp_path, O_RDONLY | O_EXCL)) < 0) {
184 " Reinitializing the loop at: %s\n"), fp_path);
200 " ioctl failed: %s\n", fp_path);
222 char *charPtr, fp_path[MAXPATHLEN]; local
234 (void) strcpy(fp_path, path_phys);
246 if (g_get_pathlist(fp_path, &pathlist)) {
256 sprintf(fp_path, "%s%s",
258 if (issue_lip(fp_path, verbose) != 0) {
273 if ((dev_type = g_get_path_type(fp_path))
[all...]
H A Dmap.c3330 char *charPtr, fp_path[MAXPATHLEN]; local
3354 (void) strcpy(fp_path, path_phys);
3355 if (g_get_pathlist(fp_path, &pathlist)) {
3375 (void) strcpy(fp_path,
3379 (void) strcpy(fp_path,
3384 (void) strcpy(fp_path, path_phys);
3388 if ((dev_type = g_get_path_type(fp_path)) == 0) {
3393 (void) strcat(fp_path, FC_CTLR);
3394 } else if (strstr(fp_path, DRV_NAME_SSD) ||
3395 strstr(fp_path, DRV_NAME_S
[all...]

Completed in 22 milliseconds