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

/illumos-gate/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.c3331 char *charPtr, fp_path[MAXPATHLEN]; local
3355 (void) strcpy(fp_path, path_phys);
3356 if (g_get_pathlist(fp_path, &pathlist)) {
3376 (void) strcpy(fp_path,
3380 (void) strcpy(fp_path,
3385 (void) strcpy(fp_path, path_phys);
3389 if ((dev_type = g_get_path_type(fp_path)) == 0) {
3394 (void) strcat(fp_path, FC_CTLR);
3395 } else if (strstr(fp_path, DRV_NAME_SSD) ||
3396 strstr(fp_path, DRV_NAME_S
[all...]

Completed in 67 milliseconds