Home
last modified time | relevance | path

Searched refs:xport_phys (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/lib/cfgadm_plugins/fp/common/
H A Dcfga_cs.c97 apidt->xport_phys, 0); in do_devctl_dev_create()
516 xport_phys = apidt->xport_phys; in is_xport_phys_in_pathlist()
536 xport_phys, 0); in is_xport_phys_in_pathlist()
573 xport_phys, 0); in is_xport_phys_in_pathlist()
586 xport_phys, 0); in is_xport_phys_in_pathlist()
593 xport_phys, 0); in is_xport_phys_in_pathlist()
601 xport_phys, 0); in is_xport_phys_in_pathlist()
647 xport_phys, 0); in is_xport_phys_in_pathlist()
1079 xport_phys, 0); in unconf_vhci_nodes()
1447 apidt->xport_phys, 0); in unconf_any_devinfo_nodes()
[all …]
H A Dcfga_list.c522 S_FREE(xport_phys); in do_list_FCP_dev()
535 apid_con.xport_phys = xport_phys; in do_list_FCP_dev()
546 S_FREE(larg.apidp->xport_phys); in do_list_FCP_dev()
584 S_FREE(larg.apidp->xport_phys); in do_list_FCP_dev()
803 S_FREE(larg.apidp->xport_phys); in do_list_FCP_dev()
819 S_FREE(larg.apidp->xport_phys); in do_list_FCP_dev()
830 S_FREE(larg.apidp->xport_phys); in do_list_FCP_dev()
875 const char *xport_phys, in issue_fcp_scsi_cmd() argument
931 const char *xport_phys, in get_standard_inq_data() argument
980 const char *xport_phys, in get_report_lun_data() argument
[all …]
H A Dcfga_cvt.c34 static fpcfga_ret_t is_apid_configured(const char *xport_phys,
99 make_xport_logid(const char *xport_phys, char **xport_logpp, int *l_errnop) in make_xport_logid() argument
112 if (get_xport_devlink(xport_phys, xport_logpp, l_errnop) == FPCFGA_OK) { in make_xport_logid()
121 get_xport_devlink(const char *xport_phys, char **xport_logpp, int *l_errnop) in get_xport_devlink() argument
128 ret = physpath_to_devlink(CFGA_DEV_DIR, (char *)xport_phys, in get_xport_devlink()
153 const char *xport_phys, in dyn_apid_to_path() argument
165 ret = is_apid_configured(xport_phys, dyncomp, lunlistpp, l_errnop); in dyn_apid_to_path()
185 const char *xport_phys, in is_apid_configured() argument
211 if ((devfs_phys = strdup(xport_phys)) == NULL) { in is_apid_configured()
H A Dcfga_utils.c410 char *xport_phys = NULL, *dyn = NULL; in apidt_create() local
417 if ((xport_phys = pathdup(ap_id, &l_errno)) == NULL) { in apidt_create()
424 if ((dyn = GET_DYN(xport_phys)) != NULL) { in apidt_create()
444 ret = dyn_apid_to_path(xport_phys, dyncomp, in apidt_create()
452 assert(xport_phys != NULL); in apidt_create()
454 apidp->xport_phys = xport_phys; in apidt_create()
462 S_FREE(xport_phys); in apidt_create()
487 S_FREE(apidp->xport_phys); in apidt_free()
959 char *xport_phys, in physpath_to_devlink() argument
967 pmt.phys = xport_phys; in physpath_to_devlink()
H A Dcfga_fp.h206 char *xport_phys; member
446 fpcfga_ret_t get_report_lun_data(const char *xport_phys,
479 fpcfga_ret_t make_xport_logid(const char *xport_phys, char **xport_logpp,
481 fpcfga_ret_t dyn_apid_to_path(const char *xport_phys, const char *dyncomp,
505 fpcfga_ret_t physpath_to_devlink(const char *basedir, char *xport_phys,
H A Dcfga_fp.c136 if ((ret = findMatchingAdapterPort(apidt.xport_phys, in cfga_change_state()