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

/illumos-gate/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...]
/illumos-gate/usr/src/cmd/luxadm/
H A Dlux_util.c1360 char *physical_path, *physical_path_s; local
1372 if ((physical_path = get_slash_devices_from_osDevName(
1376 if (strncmp(physical_path, SCSI_VHCI,
1378 free(physical_path);
1382 if ((physical_path = calloc(1, MAXPATHLEN)) == NULL) {
1385 (void) strcpy(physical_path, dev_path);
1387 physical_path_s = physical_path;
1390 physical_path += DEV_PREFIX_STRLEN-1;
1392 delimiter = strrchr(physical_path, ':');
1408 (void) strcpy(ioc->client, physical_path);
[all...]
/illumos-gate/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

Completed in 64 milliseconds