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.c255 mac_copy(&mh->ether_dhost, pktinfo->dhost, macinfo->gldm_addrlen); in gld_interpret_ether()
256 mac_copy(&mh->ether_shost, pktinfo->shost, macinfo->gldm_addrlen); in gld_interpret_ether()
349 mac_copy(gldp->glda_addr, dhost, macinfo->gldm_addrlen); in gld_unitdata_ether()
411 mac_copy(dhost, &mh->ether_dhost, macinfo->gldm_addrlen); in gld_unitdata_ether()
417 mac_copy(((gld_mac_pvt_t *)macinfo->gldm_mac_pvt)->curr_macaddr, in gld_unitdata_ether()
454 mac_copy(&ehp->ether_dhost, &evhp->ether_dhost, ETHERADDRL); in gld_insert_vtag_ether()
455 mac_copy(&ehp->ether_shost, &evhp->ether_shost, ETHERADDRL); in gld_insert_vtag_ether()
543 mac_copy(gldp->glda_addr, &mh->ether_dhost, macinfo->gldm_addrlen); in gld_fastpath_ether()
546 mac_copy(((gld_mac_pvt_t *)macinfo->gldm_mac_pvt)->curr_macaddr, in gld_fastpath_ether()
681 mac_copy(&gldp->ipoib_dest, pktinfo->dhost, IPOIB_ADDRL); in gld_interpret_ib()
[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.c112 static void mac_copy(Mac_t*,const char*, int);
527 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()
1836 mac_copy(mp,v,vsize); in varsub()
1849 mac_copy(mp,v,1); in varsub()
[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)); \