Home
last modified time | relevance | path

Searched refs: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) in issue_lip() argument
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()
256 sprintf(fp_path, "%s%s", in g_force_lip()
278 if (strstr(fp_path, DRV_NAME_SSD) || in g_force_lip()
279 strstr(fp_path, SES_NAME) || in g_force_lip()
280 strstr(fp_path, DRV_NAME_ST)) { in g_force_lip()
286 (void) strcat(fp_path, FC_CTLR); in g_force_lip()
292 if (stat(fp_path, &stbuf) < 0) { in g_force_lip()
[all …]
H A Dmap.c3332 char *charPtr, fp_path[MAXPATHLEN]; in g_rdls() local
3356 (void) strcpy(fp_path, path_phys); 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()
3395 (void) strcat(fp_path, FC_CTLR); in g_rdls()
3398 strstr(fp_path, SES_NAME)) { in g_rdls()
3404 (void) strcat(fp_path, FC_CTLR); in g_rdls()
3406 if (stat(fp_path, &stbuf) < 0) { in g_rdls()
3411 (void) strcat(fp_path, FC_CTLR); in g_rdls()
[all …]