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.h83 #define DYN_SEP "::" macro
129 strstr((a), DYN_SEP) : (void *)0)
H A Dcfga_sata.c1688 DYN_SEP);
/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);
453 lap->apidp->hba_phys, DYN_SEP, dyncomp);
745 lap->hba_logp, DYN_SEP, dyncomp);
748 lap->apidp->hba_phys, DYN_SEP, dyncomp);
/illumos-gate/usr/src/lib/cfgadm_plugins/fp/common/
H A Dcfga_cs.c710 strlen(DYN_SEP) + strlen(apidt->dyncomp) + 1))) == NULL) {
715 strcat(update_str, DYN_SEP);
910 strlen(DYN_SEP) +
915 sprintf(t_apid, "%s%s%s", apidt->xport_phys, DYN_SEP,
1209 strlen(DYN_SEP) +
1218 sprintf(update_str, "%s%s%s", xport_phys, DYN_SEP, port_wwn);
1375 strlen(DYN_SEP) +
1384 sprintf(update_str, "%s%s%s", xport_phys, DYN_SEP, port_wwn);
1553 1, strlen(apidt->xport_phys) + strlen(DYN_SEP) +
1576 strcat(my_apid, DYN_SEP);
[all...]
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);
1867 lap->apidp->xport_phys, DYN_SEP, dyncomp);
2261 lap->xport_logp, DYN_SEP, port_wwn,
2265 lap->apidp->xport_phys, DYN_SEP, port_wwn,
2373 lap->xport_logp, DYN_SEP, port_wwn,
2377 lap->apidp->xport_phys, DYN_SEP, port_wwn,
2718 "%s%s%s%s%d", lap->xport_logp, DYN_SEP, port_wwn,
2721 "%s%s%s%s%d", lap->apidp->xport_phys, DYN_SEP, port_wwn,
2919 lap->xport_logp, DYN_SEP, pwwn);
2921 lap->apidp->xport_phys, DYN_SEP, pww
[all...]
/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.c1798 dyn += strlen(DYN_SEP);
2246 "ib%s%llX,0,%s", DYN_SEP,
2253 "ib%s%llX,0,%s", DYN_SEP,
2260 "ib%s%llX,%x,%s", DYN_SEP,
2268 "ib%s%llX", DYN_SEP,
2273 DYN_SEP, nodep->node_data.pseudo_node.pseudo_node_addr);
/illumos-gate/usr/src/lib/cfgadm_plugins/ib/common/
H A Dcfga_ib.c1854 if (strstr(ap_id, DYN_SEP) == NULL) {
1857 ap_id, DYN_SEP, nv_apid);
1879 DYN_SEP, nv_apid);

Completed in 95 milliseconds