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

/osnet-11/usr/src/lib/storage/libg_fc/common/
H A Dmpath.c233 char *physical_path, *physical_path_s; local
246 if ((physical_path = g_get_physical_name(dev_path)) == NULL) {
249 if (strncmp(physical_path, SCSI_VHCI,
251 free(physical_path);
255 if ((physical_path = calloc(1, MAXPATHLEN)) == NULL) {
258 (void) strcpy(physical_path, dev_path);
260 physical_path_s = physical_path;
263 physical_path += DEV_PREFIX_LEN-1;
265 delimiter = strrchr(physical_path, ':');
281 (void) strcpy(ioc->client, physical_path);
513 char *physical_path; local
[all...]
/osnet-11/usr/src/lib/storage/libg_fc/common/hdrs/
H A Dgfc.h170 char physical_path[MAXNAMELEN]; /* First one found */ member in struct:g_disk_state_struct
301 char *physical_path; member in struct:wwn_list_struct
/osnet-11/usr/src/lib/libuefi_rt/common/
H A Dlibuefi_rt_path.c1386 char physical_path[PATH_MAX + 1]; local
1403 if ((len = readlink(full_logical_path, physical_path,
1405 physical_path[len] = '\0';
1413 if ((path = strstr(physical_path, "/devices/")) == NULL) {
1415 physical_path);

Completed in 22 milliseconds