Searched defs:fcapath (Results 1 - 1 of 1) sorted by relevance
| /illumos-gate/usr/src/lib/storage/libg_fc/common/ |
| H A D | map.c | 1133 char fcapath[MAXPATHLEN]; local 1141 (void) strcpy(fcapath, path); 1154 if (strstr(fcapath, DRV_NAME_SSD) || strstr(fcapath, SES_NAME)) { 1155 if ((char_ptr = strrchr(fcapath, '/')) == NULL) { 1160 (void) strcat(fcapath, FC_CTLR); 1162 if (stat(fcapath, &stbuf) < 0) { 1167 (void) strcat(fcapath, FC_CTLR); 1170 dev_type = g_get_path_type(fcapath); 1174 if ((fd = g_object_open(fcapath, O_NDELA 1341 g_get_inq_dtype(char *fcapath, la_wwn_t pwwn, uchar_t *inq_dtype) argument 1429 get_fca_inq_dtype(char *fcapath, la_wwn_t pwwn, uchar_t *inq_dtype) argument [all...] |
Completed in 65 milliseconds