Home
last modified time | relevance | path

Searched refs:pathpp (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/cfgadm_plugins/scsi/common/
H A Dcfga_cvt.c60 const char *dyncomp, char **pathpp, int *l_errnop);
63 const char *dyncomp, char **pathpp, int *l_errnop);
79 char **pathpp, int *l_errnop);
242 char **pathpp, in apid_to_path() argument
247 if (*pathpp != NULL) { in apid_to_path()
253 if ((*pathpp = strdup(hba_phys)) == NULL) { in apid_to_path()
269 ret = devlink_dyn_to_devpath(hba_phys, dyncomp, pathpp, in apid_to_path()
272 ret = path_apid_dyn_to_path(hba_phys, dyncomp, pathpp, in apid_to_path()
275 ret = drv_dyn_to_devpath(hba_phys, dyncomp, pathpp, l_errnop); in apid_to_path()
277 assert(ret != SCFGA_OK || *pathpp != NULL); in apid_to_path()
[all …]
H A Dcfga_scsi.h397 char **pathpp, int *l_errnop);