Searched refs:portDevpath (Results 1 - 2 of 2) sorted by relevance
/illumos-gate/usr/src/lib/sun_sas/common/ |
H A D | devtree_phy_disco.c | 74 char *portDevpath = NULL; local 87 if ((portDevpath = di_devfs_path(node)) == NULL) { 95 if (portDevpath) { 98 DEVICES_DIR, portDevpath); 99 di_devfs_path_free(portDevpath); 107 if (portDevpath) { 110 DEVICES_DIR, portDevpath); 111 di_devfs_path_free(portDevpath); 121 if (portDevpath) { 125 portDevpath); [all...] |
H A D | devtree_hba_disco.c | 93 char *portDevpath; local 121 if ((portDevpath = di_devfs_path(portNode)) == NULL) { 137 branchNode = di_init(portDevpath, DINFOPROP); 143 " due to %s", portDevpath, strerror(errno)); 154 portDevpath); 162 (void) strlcpy(port_ptr->device_path, portDevpath, MAXPATHLEN + 1); 164 if (lookupControllerLink(portDevpath, (char *)cntlLink) == 179 "%s%s%s", DEVICES_DIR, portDevpath, SCSI_SUFFIX); 182 di_devfs_path_free(portDevpath);
|
Completed in 44 milliseconds