Searched refs:physical_path (Results 1 - 6 of 6) 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...]
H A Dmap.c302 wwn_list_s->physical_path,
329 if ((new_wwn->physical_path = (char *)
331 strlen(wwn_list_found->physical_path)
353 memcpy(new_wwn->physical_path,
354 wwn_list_found->physical_path,
355 strlen(wwn_list_found->physical_path));
529 if (strstr(wwn_list_p->physical_path, SCSI_VHCI) != NULL) {
531 if ((get_scsi_vhci_port_wwn(wwn_list_p->physical_path,
536 get_wwns(wwn_list_p->physical_path,
547 if ((err = g_get_wwn(wwn_list_p->physical_path,
[all...]
/osnet-11/usr/src/lib/storage/liba5k/common/
H A Dlhot.c174 wwnlp->physical_path);
248 wwnlp->physical_path);
661 (void) strcpy(*dev_path, wwnlp->physical_path);
761 if (*l_state->drv_front[i].g_disk_state.physical_path) {
768 (char *)&l_state->drv_front[i].g_disk_state.physical_path);
805 if (*l_state->drv_rear[i].g_disk_state.physical_path) {
812 (char *)&l_state->drv_rear[i].g_disk_state.physical_path);
H A Dmon.c1054 if (*l_state->drv_front[i].g_disk_state.physical_path) {
1057 (char *)&l_state->drv_front[i].g_disk_state.physical_path);
1106 if (*l_state->drv_rear[i].g_disk_state.physical_path) {
1109 (char *)&l_state->drv_rear[i].g_disk_state.physical_path);
2151 if (*l_state->drv_front[slot].g_disk_state.physical_path) {
2153 g_alloc_string(l_state->drv_front[slot].g_disk_state.physical_path);
2163 if (*l_state->drv_rear[slot].g_disk_state.physical_path) {
2165 g_alloc_string(l_state->drv_rear[slot].g_disk_state.physical_path);
2220 result = g_alloc_string(wwn_list_ptr->physical_path);
3372 (void) strcpy(temp_path, wwnlp->physical_path);
[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 66 milliseconds