/titanic_50/usr/src/lib/storage/libg_fc/common/ |
H A D | mpath.c | 95 char phci_path[MAXPATHLEN]; in g_get_lun_str() local 114 ioc.phci = phci_path; in g_get_lun_str() 407 char phci_path[MAXPATHLEN]; in g_get_pathlist() local 413 ioc.phci = phci_path; in g_get_pathlist() 508 char phci_path[MAXPATHLEN]; in g_get_pathcount() local 531 ioc.phci = phci_path; in g_get_pathcount() 850 char phci_path[MAXPATHLEN]; in g_stms_get_path_state() local 860 ioc.phci = phci_path; in g_stms_get_path_state()
|
/titanic_50/usr/src/uts/common/io/scsi/adapters/scsi_vhci/ |
H A D | scsi_vhci.c | 5409 caddr_t phci_path = NULL, client_path = NULL; in vhci_ctl() local 5439 phci_path = kmem_zalloc(MAXPATHLEN, KM_SLEEP); in vhci_ctl() 5643 if (vhci_ioc_get_phci_path(pioc, phci_path, mode, s)) { in vhci_ctl() 5649 "!vhci_ioctl: ioctl <%s> phci <%s>", s, phci_path)); in vhci_ctl() 5652 if ((pdip = mdi_phci_path2devinfo(vdip, phci_path)) == NULL) { in vhci_ctl() 5655 s, phci_path)); in vhci_ctl() 5717 if (vhci_ioc_get_phci_path(pioc, phci_path, mode, s) || in vhci_ctl() 5724 "phci <%s>, paddr <%s>", s, phci_path, paddr)); in vhci_ctl() 5727 if ((pdip = mdi_phci_path2devinfo(vdip, phci_path)) == NULL) { in vhci_ctl() 5730 s, phci_path)); in vhci_ctl() [all …]
|
/titanic_50/usr/src/lib/cfgadm_plugins/fp/common/ |
H A D | cfga_cs.c | 505 char *phci_path, *node_path; in is_xport_phys_in_pathlist() local 590 if ((phci_path = di_devfs_path(phci)) == NULL) { in is_xport_phys_in_pathlist() 602 di_devfs_path_free(phci_path); in is_xport_phys_in_pathlist() 610 if ((strncmp(phci_path, pathname_ptr, in is_xport_phys_in_pathlist() 627 di_devfs_path_free(phci_path); in is_xport_phys_in_pathlist()
|
/titanic_50/usr/src/cmd/prtconf/ |
H A D | pdevinfo.c | 1045 char *phci_path; in dump_pathing_data() local 1072 phci_path = di_devfs_path(phci_node); in dump_pathing_data() 1073 if (phci_path) { in dump_pathing_data() 1078 path_instance, phci_path, in dump_pathing_data() 1082 di_devfs_path_free(phci_path); in dump_pathing_data()
|
/titanic_50/usr/src/lib/libdevinfo/ |
H A D | devinfo.c | 1170 char *phci_path, *path_name, *path_addr; in di_path_devfs_path() local 1189 phci_path = di_devfs_path(phci_node); in di_path_devfs_path() 1190 if (phci_path == NULL) in di_path_devfs_path() 1194 full_path_len = strlen(phci_path) + 1 + strlen(path_name) + in di_path_devfs_path() 1200 phci_path, path_name, path_addr); in di_path_devfs_path() 1201 di_devfs_path_free(phci_path); in di_path_devfs_path()
|
/titanic_50/usr/src/cmd/stmsboot/ |
H A D | stmsboot_util.c | 1291 get_phci_driver_name(char *phci_path, char **driver_name) in get_phci_driver_name() argument 1296 phci_node = di_init(phci_path, DINFOCPYONE); in get_phci_driver_name()
|
/titanic_50/usr/src/cmd/luxadm/ |
H A D | g_adm.c | 3199 char phci_path[MAXPATHLEN], oldphci_path[MAXPATHLEN]; in n_get_non_encl_list() local 3220 (void) strcpy(phci_path, b_list->b_physical_path); in n_get_non_encl_list() 3221 if (err = g_get_pathlist(phci_path, &pathlist)) { in n_get_non_encl_list() 3243 (void) strcpy(phci_path, in n_get_non_encl_list() 3245 (void) strcpy(oldphci_path, phci_path); in n_get_non_encl_list() 3246 (void) strcat(phci_path, FC_CTLR); in n_get_non_encl_list() 3247 if (g_get_dev_map(phci_path, &map, verbose)) { in n_get_non_encl_list()
|
H A D | fchba.c | 1352 char phci_path[MAXPATHLEN]; in scsi_vhci_details() local 1395 ioc.phci = phci_path; in scsi_vhci_details()
|
/titanic_50/usr/src/uts/common/os/ |
H A D | sunmdi.c | 8040 lookup_vhcache_phci_by_name(mdi_vhci_cache_t *vhcache, char *phci_path) in lookup_vhcache_phci_by_name() argument 8048 if (strcmp(cphci->cphci_path, phci_path) == 0) in lookup_vhcache_phci_by_name()
|