Home
last modified time | relevance | path

Searched refs:phci_path (Results 1 – 9 of 9) sorted by relevance

/illumos-gate/usr/src/lib/storage/libg_fc/common/
H A Dmpath.c95 char phci_path[MAXPATHLEN]; in g_get_lun_str() local
114 ioc.phci = phci_path; in g_get_lun_str()
405 char phci_path[MAXPATHLEN]; in g_get_pathlist() local
411 ioc.phci = phci_path; in g_get_pathlist()
506 char phci_path[MAXPATHLEN]; in g_get_pathcount() local
529 ioc.phci = phci_path; in g_get_pathcount()
848 char phci_path[MAXPATHLEN]; in g_stms_get_path_state() local
858 ioc.phci = phci_path; in g_stms_get_path_state()
/illumos-gate/usr/src/uts/common/io/scsi/adapters/scsi_vhci/
H A Dscsi_vhci.c5446 phci_path = kmem_zalloc(MAXPATHLEN, KM_SLEEP); in vhci_ctl()
5662 s, phci_path)); in vhci_ctl()
5737 s, phci_path)); in vhci_ctl()
5784 s, phci_path)); in vhci_ctl()
5940 s, phci_path)); in vhci_ctl()
6015 "phci <%s>", s, phci_path)); in vhci_ctl()
6021 s, phci_path)); in vhci_ctl()
6046 "phci <%s>", s, phci_path)); in vhci_ctl()
6052 s, phci_path)); in vhci_ctl()
6070 if (phci_path != NULL) { in vhci_ctl()
[all …]
/illumos-gate/usr/src/lib/cfgadm_plugins/fp/common/
H A Dcfga_cs.c505 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()
/illumos-gate/usr/src/cmd/prtconf/
H A Dpdevinfo.c1263 char *phci_path; in dump_pathing_data() local
1290 phci_path = di_devfs_path(phci_node); in dump_pathing_data()
1291 if (phci_path) { in dump_pathing_data()
1296 path_instance, phci_path, in dump_pathing_data()
1300 di_devfs_path_free(phci_path); in dump_pathing_data()
/illumos-gate/usr/src/lib/libdevinfo/
H A Ddevinfo.c1170 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()
/illumos-gate/usr/src/cmd/stmsboot/
H A Dstmsboot_util.c1297 get_phci_driver_name(char *phci_path, char **driver_name) in get_phci_driver_name() argument
1302 phci_node = di_init(phci_path, DINFOCPYONE); in get_phci_driver_name()
/illumos-gate/usr/src/cmd/luxadm/
H A Dg_adm.c3199 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 Dfchba.c1352 char phci_path[MAXPATHLEN]; in scsi_vhci_details() local
1395 ioc.phci = phci_path; in scsi_vhci_details()
/illumos-gate/usr/src/uts/common/os/
H A Dsunmdi.c8051 lookup_vhcache_phci_by_name(mdi_vhci_cache_t *vhcache, char *phci_path) in lookup_vhcache_phci_by_name() argument
8059 if (strcmp(cphci->cphci_path, phci_path) == 0) in lookup_vhcache_phci_by_name()