/illumos-gate/usr/src/lib/cfgadm_plugins/usb/common/ |
H A D | cfga_usb.h | 94 #define GET_DYN(a) (((a) != NULL) ? strstr((a), DYN_SEP) : (void *)0) 178 #define DYN_SEP "::" macro
|
/illumos-gate/usr/src/lib/cfgadm_plugins/sata/common/ |
H A D | cfga_sata.h | 81 #define DYN_SEP "::" macro 127 strstr((a), DYN_SEP) : (void *)0)
|
H A D | cfga_sata.c | 1688 DYN_SEP); in cfga_list_ext()
|
/illumos-gate/usr/src/lib/cfgadm_plugins/fp/common/ |
H A D | cfga_cs.c | 710 strlen(DYN_SEP) + strlen(apidt->dyncomp) + 1))) == NULL) { in dev_change_state() 715 strcat(update_str, DYN_SEP); in dev_change_state() 910 strlen(DYN_SEP) + in dev_change_state() 915 sprintf(t_apid, "%s%s%s", apidt->xport_phys, DYN_SEP, in dev_change_state() 1209 strlen(DYN_SEP) + in unconf_vhci_nodes() 1218 sprintf(update_str, "%s%s%s", xport_phys, DYN_SEP, port_wwn); in unconf_vhci_nodes() 1375 strlen(DYN_SEP) + in unconf_non_vhci_nodes() 1384 sprintf(update_str, "%s%s%s", xport_phys, DYN_SEP, port_wwn); in unconf_non_vhci_nodes() 1553 1, strlen(apidt->xport_phys) + strlen(DYN_SEP) + in handle_devs() 1576 strcat(my_apid, DYN_SEP); in handle_devs()
|
H A D | cfga_fp.h | 399 #define DYN_SEP "::" macro 412 #define GET_DYN(a) (((a) != NULL) ? strstr((a), DYN_SEP) : (void *)0) 418 #define DYN_TO_DYNCOMP(a) ((a) + strlen(DYN_SEP))
|
H A D | cfga_list.c | 1864 lap->xport_logp, DYN_SEP, dyncomp); in do_stat_fc_dev() 1867 lap->apidp->xport_phys, DYN_SEP, dyncomp); in do_stat_fc_dev() 2261 lap->xport_logp, DYN_SEP, port_wwn, in stat_path_info_FCP_dev() 2265 lap->apidp->xport_phys, DYN_SEP, port_wwn, in stat_path_info_FCP_dev() 2373 lap->xport_logp, DYN_SEP, port_wwn, in stat_path_info_FCP_dev() 2377 lap->apidp->xport_phys, DYN_SEP, port_wwn, in stat_path_info_FCP_dev() 2718 "%s%s%s%s%d", lap->xport_logp, DYN_SEP, port_wwn, in do_stat_FCP_dev() 2721 "%s%s%s%s%d", lap->apidp->xport_phys, DYN_SEP, port_wwn, in do_stat_FCP_dev() 2919 lap->xport_logp, DYN_SEP, pwwn); in init_ldata_for_mpath_dev() 2921 lap->apidp->xport_phys, DYN_SEP, pwwn); in init_ldata_for_mpath_dev() [all …]
|
/illumos-gate/usr/src/lib/cfgadm_plugins/scsi/common/ |
H A D | cfga_scsi.h | 334 #define DYN_SEP "::" macro 347 #define GET_DYN(a) (((a) != NULL) ? strstr((a), DYN_SEP) : (void *)0) 352 #define DYN_TO_DYNCOMP(a) ((a) + strlen(DYN_SEP))
|
H A D | cfga_list.c | 450 lap->hba_logp, DYN_SEP, dyncomp); in create_pathinfo_ldata() 453 lap->apidp->hba_phys, DYN_SEP, dyncomp); in create_pathinfo_ldata() 745 lap->hba_logp, DYN_SEP, dyncomp); in do_stat_dev() 748 lap->apidp->hba_phys, DYN_SEP, dyncomp); in do_stat_dev()
|
/illumos-gate/usr/src/uts/common/sys/ib/ibnex/ |
H A D | ibnex_devctl.h | 54 #define DYN_SEP "::" macro 55 #define GET_DYN(a) (((a) != NULL) ? strstr((a), DYN_SEP) : (void *)0)
|
/illumos-gate/usr/src/uts/common/io/ib/ibnex/ |
H A D | ibnex_ioctl.c | 1801 dyn += strlen(DYN_SEP); in ibnex_get_dip_from_apid() 2249 "ib%s%llX,0,%s", DYN_SEP, in ibnex_return_apid() 2256 "ib%s%llX,0,%s", DYN_SEP, in ibnex_return_apid() 2263 "ib%s%llX,%x,%s", DYN_SEP, in ibnex_return_apid() 2271 "ib%s%llX", DYN_SEP, in ibnex_return_apid() 2276 DYN_SEP, nodep->node_data.pseudo_node.pseudo_node_addr); in ibnex_return_apid()
|
/illumos-gate/usr/src/lib/cfgadm_plugins/ib/common/ |
H A D | cfga_ib.c | 1853 if (strstr(ap_id, DYN_SEP) == NULL) { in cfga_list_ext() 1856 ap_id, DYN_SEP, nv_apid); in cfga_list_ext() 1878 DYN_SEP, nv_apid); in cfga_list_ext()
|