Home
last modified time | relevance | path

Searched refs:mac_copy (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/io/
H A Dgldutil.c349 mac_copy(gldp->glda_addr, dhost, macinfo->gldm_addrlen); in gld_unitdata_ether()
718 mac_copy(&grh->ipoib_sqpn, &mact->ipoib_qpn, in gld_interpret_ib()
726 mac_copy(&grh->ipoib_dgid_pref, in gld_interpret_ib()
756 mac_copy(&dqpn, &mact->ipoib_qpn, in gld_interpret_ib()
763 mac_copy(&tact->ipoib_qpn, &mact->ipoib_qpn, in gld_interpret_ib()
779 mac_copy(mac_pvt->curr_macaddr, pktinfo->dhost, in gld_interpret_ib()
816 mac_copy(&gldp->ipoib_dest, &dhost, IPOIB_ADDRL); in gld_unitdata_ib()
852 mac_copy(&dhost, &gldp->ipoib_dest, IPOIB_ADDRL); in gld_unitdata_ib()
1577 mac_copy(dhost, mh->tr_dhost, macinfo->gldm_addrlen); in gld_unitdata_tr()
1879 mac_copy(shost, nmh->tr_dhost, macinfo->gldm_addrlen); in gld_send_rqr()
[all …]
H A Dgld.c2982 mac_copy(pktinfo->dhost, nmp->b_wptr, macinfo->gldm_addrlen); in gld_addudind()
2991 mac_copy(pktinfo->shost, nmp->b_wptr, macinfo->gldm_addrlen); in gld_addudind()
3669 mac_copy(mac_pvt->curr_macaddr, in gld_notify_ind()
3873 mac_copy(mac_pvt->curr_macaddr, (uchar_t *)&dlp[1], in gld_bindack()
4158 mac_copy(mac_pvt->curr_macaddr, mp->b_rptr + in gld_inforeq()
4170 mac_copy((caddr_t)macinfo->gldm_broadcast_addr, in gld_inforeq()
4186 mac_copy((caddr_t)glddev->gld_broadcast, in gld_inforeq()
4641 mac_copy(maddr, mcast->gldm_addr, in gld_enable_multi()
5043 mac_copy((caddr_t)macinfo->gldm_vendor_addr, in gld_physaddr()
5049 mac_copy((caddr_t) in gld_physaddr()
[all …]
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dmacro.c527 mac_copy(mp,first,c); in copyto()
594 mac_copy(mp,first,c); in copyto()
660 mac_copy(mp,first,c); in copyto()
693 mac_copy(mp,first,c); in copyto()
879 mac_copy(mp,first,c); in mac_substitute()
889 mac_copy(mp,str+c,n); in mac_substitute()
896 mac_copy(mp,first,n); in mac_substitute()
1849 mac_copy(mp,v,1); in varsub()
2224 mac_copy(mp,&lastc,1); in comsubst()
2239 mac_copy(mp,str,c); in comsubst()
[all …]
/illumos-gate/usr/src/uts/common/sys/
H A Dgldpriv.h428 #define mac_copy(a, b, l) (bcopy((caddr_t)(a), (caddr_t)(b), (l))) macro
434 mac_copy((a), (b), (l)); \