/illumos-gate/usr/src/lib/cfgadm_plugins/fp/common/ |
H A D | cfga_cs.c | 94 if ((bus_hdl = devctl_bus_acquire(apidt->xport_phys, 0)) == NULL) { 97 apidt->xport_phys, 0); 341 lun_unconf(char *path, int lunnum, char *xport_phys, char *dyncomp, argument 356 * xport_phys looks like : 359 (void) strlcpy(pathname, xport_phys, MAXPATHLEN); 449 lunlistp->lunnum, apidt->xport_phys, 459 lunlistp->lunnum, apidt->xport_phys, 472 apidt->xport_phys, apidt->dyncomp, 494 * Check if the given physical path (the xport_phys) is part of the 507 char *xport_phys, *vhci_pat local 1060 unconf_vhci_nodes(di_path_t pnode, di_node_t fp_node, char *xport_phys, char *dyncomp, int unusable_flag, int *num_devs, int *failure_count, char **errstring, cfga_flags_t flags) argument 1239 unconf_non_vhci_nodes(di_node_t dnode, char *xport_phys, char *dyncomp, int unusable_flag, int *num_devs, int *failure_count, char **errstring, cfga_flags_t flags) argument [all...] |
H A D | cfga_list.c | 115 static fpcfga_ret_t get_standard_inq_data(const char *xport_phys, 121 static fpcfga_ret_t issue_fcp_scsi_cmd(const char *xport_phys, 123 static uchar_t get_inq_dtype(char *xport_phys, char *dyncomp, HBA_HANDLE handle, 192 ret = make_xport_logid(apidp->xport_phys, &larg.xport_logp, &l_errno); 204 if ((ret = findMatchingAdapterPort(larg.apidp->xport_phys, &handle, 290 inq_dtype = get_inq_dtype(apidp->xport_phys, 380 inq_dtype = get_inq_dtype(apidp->xport_phys, dyncomp, 415 * DINFOPROP was sufficient on apidp->xport_phys prior to the support 420 ret = walk_tree(apidp->xport_phys, &larg, DINFOCPYALL | DINFOPATH, 491 char *xport_phys local 874 issue_fcp_scsi_cmd( const char *xport_phys, struct fcp_scsi_cmd *fscsi, int *l_errnop) argument 930 get_standard_inq_data( const char *xport_phys, const char *dyncomp, uchar_t *lun_num, struct scsi_inquiry **inq_buf, int *l_errnop) argument 979 get_report_lun_data( const char *xport_phys, const char *dyncomp, int *num_luns, report_lun_resp_t **resp_buf, struct scsi_extended_sense *sensebuf, int *l_errnop) argument 3683 get_inq_dtype(char *xport_phys, char *dyncomp, HBA_HANDLE handle, HBA_PORTATTRIBUTES *portAttrs, HBA_PORTATTRIBUTES *discPortAttrs) argument [all...] |
H A D | cfga_cvt.c | 34 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) argument 112 if (get_xport_devlink(xport_phys, xport_logpp, l_errnop) == FPCFGA_OK) { 121 get_xport_devlink(const char *xport_phys, char **xport_logpp, int *l_errnop) argument 128 ret = physpath_to_devlink(CFGA_DEV_DIR, (char *)xport_phys, 153 const char *xport_phys, 165 ret = is_apid_configured(xport_phys, dyncomp, lunlistpp, l_errnop); 185 const char *xport_phys, 211 if ((devfs_phys = strdup(xport_phys)) == NULL) { 152 dyn_apid_to_path( const char *xport_phys, const char *dyncomp, struct luninfo_list **lunlistpp, int *l_errnop) argument 184 is_apid_configured( const char *xport_phys, const char *dyncomp, struct luninfo_list **lunlistpp, int *l_errnop) argument
|
H A D | cfga_fp.h | 206 char *xport_phys; member in struct:__anon2389 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 D | cfga_utils.c | 410 char *xport_phys = NULL, *dyn = NULL; local 417 if ((xport_phys = pathdup(ap_id, &l_errno)) == NULL) { 424 if ((dyn = GET_DYN(xport_phys)) != NULL) { 444 ret = dyn_apid_to_path(xport_phys, dyncomp, 452 assert(xport_phys != NULL); 454 apidp->xport_phys = xport_phys; 462 S_FREE(xport_phys); 487 S_FREE(apidp->xport_phys); 959 char *xport_phys, 957 physpath_to_devlink( const char *basedir, char *xport_phys, char **xport_logpp, int *l_errnop, int match_minor) argument [all...] |
H A D | cfga_fp.c | 136 if ((ret = findMatchingAdapterPort(apidt.xport_phys,
|