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

/osnet-11/usr/src/lib/storage/libg_fc/common/
H A Dmap.c1132 char fcapath[MAXPATHLEN]; local
1140 (void) strcpy(fcapath, path);
1153 if (strstr(fcapath, DRV_NAME_SSD) || strstr(fcapath, SES_NAME)) {
1154 if ((char_ptr = strrchr(fcapath, '/')) == NULL) {
1159 (void) strcat(fcapath, FC_CTLR);
1161 if (stat(fcapath, &stbuf) < 0) {
1166 (void) strcat(fcapath, FC_CTLR);
1169 dev_type = g_get_path_type(fcapath);
1173 if ((fd = g_object_open(fcapath, O_NDELA
1340 g_get_inq_dtype(char *fcapath, la_wwn_t pwwn, uchar_t *inq_dtype) argument
1428 get_fca_inq_dtype(char *fcapath, la_wwn_t pwwn, uchar_t *inq_dtype) argument
[all...]

Completed in 30 milliseconds