Home
last modified time | relevance | path

Searched refs:pathName (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/mpapi/libmpscsi_vhci/common/
H A DMP_GetAssociatedPathOidList.c63 char *pathName = NULL; in doDevInfoStuffForIntPort() local
152 pathName = di_devfs_path(sv_node); in doDevInfoStuffForIntPort()
154 pathName, minorName); in doDevInfoStuffForIntPort()
156 (void) di_devfs_path_free(pathName); in doDevInfoStuffForIntPort()
212 char *pathName = NULL; in doDevInfoStuffForTargetPort() local
336 pathName = di_devfs_path(child_node); in doDevInfoStuffForTargetPort()
339 pathName, minorName); in doDevInfoStuffForTargetPort()
341 (void) di_devfs_path_free(pathName); in doDevInfoStuffForTargetPort()
H A DMP_GetMPLogicalUnitProperties.c74 char *pathName = NULL; in getDeviceFileName() local
146 pathName = di_devfs_path(cur_node); in getDeviceFileName()
148 (void) snprintf(fullName, 511, "%s:%s", pathName, minorName); in getDeviceFileName()
197 (void) strncpy(deviceFileName, pathName, 255); in getDeviceFileName()
200 di_devfs_path_free(pathName); in getDeviceFileName()
H A DMP_GetMPLuOidListFromTPG.c152 char *pathName = NULL; in getOidList() local
258 pathName = di_devfs_path(child_node); in getOidList()
261 pathName, minorName); in getOidList()
263 di_devfs_path_free(pathName); in getOidList()