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]; local
114 ioc.phci = phci_path;
227 * Input - Space for client_path, phci_path and paddr fields of ioc structure
407 char phci_path[MAXPATHLEN]; local
413 ioc.phci = phci_path;
508 char phci_path[MAXPATHLEN]; local
531 ioc.phci = phci_path;
850 char phci_path[MAXPATHLEN]; local
860 ioc.phci = phci_path;
/illumos-gate/usr/src/uts/common/io/scsi/adapters/scsi_vhci/
H A Dscsi_vhci.c5409 caddr_t phci_path = NULL, client_path = NULL; local
5439 phci_path = kmem_zalloc(MAXPATHLEN, KM_SLEEP);
5643 if (vhci_ioc_get_phci_path(pioc, phci_path, mode, s)) {
5649 "!vhci_ioctl: ioctl <%s> phci <%s>", s, phci_path));
5652 if ((pdip = mdi_phci_path2devinfo(vdip, phci_path)) == NULL) {
5655 s, phci_path));
5717 if (vhci_ioc_get_phci_path(pioc, phci_path, mode, s) ||
5724 "phci <%s>, paddr <%s>", s, phci_path, paddr));
5727 if ((pdip = mdi_phci_path2devinfo(vdip, phci_path)) == NULL) {
5730 s, phci_path));
6186 vhci_ioc_get_phci_path(sv_iocdata_t *pioc, caddr_t phci_path, int mode, caddr_t s) argument
[all...]
/illumos-gate/usr/src/lib/cfgadm_plugins/fp/common/
H A Dcfga_cs.c505 char *phci_path, *node_path; local
590 if ((phci_path = di_devfs_path(phci)) == NULL) {
602 di_devfs_path_free(phci_path);
610 if ((strncmp(phci_path, pathname_ptr,
627 di_devfs_path_free(phci_path);
/illumos-gate/usr/src/cmd/prtconf/
H A Dpdevinfo.c1045 char *phci_path; local
1072 phci_path = di_devfs_path(phci_node);
1073 if (phci_path) {
1078 path_instance, phci_path,
1082 di_devfs_path_free(phci_path);
/illumos-gate/usr/src/lib/libdevinfo/
H A Ddevinfo.c1170 char *phci_path, *path_name, *path_addr; local
1189 phci_path = di_devfs_path(phci_node);
1190 if (phci_path == NULL)
1194 full_path_len = strlen(phci_path) + 1 + strlen(path_name) +
1200 phci_path, path_name, path_addr);
1201 di_devfs_path_free(phci_path);
/illumos-gate/usr/src/cmd/stmsboot/
H A Dstmsboot_util.c1291 get_phci_driver_name(char *phci_path, char **driver_name) argument
1296 phci_node = di_init(phci_path, DINFOCPYONE);
/illumos-gate/usr/src/cmd/luxadm/
H A Dg_adm.c3199 char phci_path[MAXPATHLEN], oldphci_path[MAXPATHLEN]; local
3220 (void) strcpy(phci_path, b_list->b_physical_path);
3221 if (err = g_get_pathlist(phci_path, &pathlist)) {
3243 (void) strcpy(phci_path,
3245 (void) strcpy(oldphci_path, phci_path);
3246 (void) strcat(phci_path, FC_CTLR);
3247 if (g_get_dev_map(phci_path, &map, verbose)) {
H A Dfchba.c1352 char phci_path[MAXPATHLEN]; local
1395 ioc.phci = phci_path;
/illumos-gate/usr/src/uts/common/os/
H A Dsunmdi.c6237 * disable the path to a particular pHCI (pHCI specified in the phci_path
6251 * Enable the path to a particular pHCI (pHCI specified in the phci_path
8040 lookup_vhcache_phci_by_name(mdi_vhci_cache_t *vhcache, char *phci_path) argument
8048 if (strcmp(cphci->cphci_path, phci_path) == 0)

Completed in 126 milliseconds