Home
last modified time | relevance | path

Searched refs:DYN_SEP (Results 1 – 11 of 11) sorted by relevance

/illumos-gate/usr/src/lib/cfgadm_plugins/usb/common/
H A Dcfga_usb.h94 #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 Dcfga_sata.h81 #define DYN_SEP "::" macro
127 strstr((a), DYN_SEP) : (void *)0)
H A Dcfga_sata.c1688 DYN_SEP); in cfga_list_ext()
/illumos-gate/usr/src/lib/cfgadm_plugins/fp/common/
H A Dcfga_cs.c710 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 Dcfga_fp.h399 #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 Dcfga_list.c1864 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 Dcfga_scsi.h334 #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 Dcfga_list.c450 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 Dibnex_devctl.h54 #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 Dibnex_ioctl.c1801 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 Dcfga_ib.c1853 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()