Home
last modified time | relevance | path

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

/titanic_51/usr/src/uts/common/io/
H A Dgldutil.c256 mac_copy(&mh->ether_dhost, pktinfo->dhost, macinfo->gldm_addrlen); in gld_interpret_ether()
257 mac_copy(&mh->ether_shost, pktinfo->shost, macinfo->gldm_addrlen); in gld_interpret_ether()
350 mac_copy(gldp->glda_addr, dhost, macinfo->gldm_addrlen); in gld_unitdata_ether()
412 mac_copy(dhost, &mh->ether_dhost, macinfo->gldm_addrlen); in gld_unitdata_ether()
418 mac_copy(((gld_mac_pvt_t *)macinfo->gldm_mac_pvt)->curr_macaddr, in gld_unitdata_ether()
455 mac_copy(&ehp->ether_dhost, &evhp->ether_dhost, ETHERADDRL); in gld_insert_vtag_ether()
456 mac_copy(&ehp->ether_shost, &evhp->ether_shost, ETHERADDRL); in gld_insert_vtag_ether()
544 mac_copy(gldp->glda_addr, &mh->ether_dhost, macinfo->gldm_addrlen); in gld_fastpath_ether()
547 mac_copy(((gld_mac_pvt_t *)macinfo->gldm_mac_pvt)->curr_macaddr, in gld_fastpath_ether()
682 mac_copy( in gld_interpret_ib()
[all...]
H A Dgld.c3254 mac_copy(pktinfo->dhost, nmp->b_wptr, macinfo->gldm_addrlen); in gld_addudind()
3263 mac_copy(pktinfo->shost, nmp->b_wptr, macinfo->gldm_addrlen); in gld_addudind()
3962 mac_copy(mac_pvt->curr_macaddr, in gld_notify_ind()
4166 mac_copy(mac_pvt->curr_macaddr, (uchar_t *)&dlp[1], in gld_bindack()
4451 mac_copy(mac_pvt->curr_macaddr, mp->b_rptr + in gld_inforeq()
4463 mac_copy((caddr_t)macinfo->gldm_broadcast_addr, in gld_inforeq()
4479 mac_copy((caddr_t)glddev->gld_broadcast, in gld_inforeq()
4936 mac_copy(maddr, mcast->gldm_addr, in gld_enable_multi()
5338 mac_copy((caddr_t)macinfo->gldm_vendor_addr, in gld_physaddr()
5344 mac_copy((caddr_ in gld_physaddr()
[all...]
/titanic_51/usr/src/lib/libshell/common/sh/
H A Dmacro.c102 static void mac_copy(Mac_t*,const char*, int);
513 mac_copy(mp,first,c); in copyto()
579 mac_copy(mp,first,c); in copyto()
607 mac_copy(mp,first,c); in copyto()
631 mac_copy(mp,first,c); in copyto()
820 mac_copy(mp,first,c); in mac_substitute()
830 mac_copy(mp,str+c,n); in mac_substitute()
837 mac_copy(mp,first,n); in mac_substitute()
1706 mac_copy(mp,v,vsize); in varsub()
1719 mac_copy(mp,v,1); in varsub()
[all …]
/titanic_51/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(m in varsub()
2265 static void mac_copy(register Mac_t *mp,register const char *str, register int size) mac_copy() function
[all...]
/titanic_51/usr/src/uts/common/sys/
H A Dgldpriv.h441 #define mac_copy(a, b, l) (bcopy((caddr_t)(a), (caddr_t)(b), (l))) macro
447 mac_copy((a), (b), (l)); \