Searched refs:ether_bcopy (Results 1 – 4 of 4) sorted by relevance
/titanic_50/usr/src/uts/sun4u/starcat/sys/ |
H A D | dman.h | 74 #define ether_bcopy(a, b) (bcopy((caddr_t)a, (caddr_t)b, 6)) macro
|
/titanic_50/usr/src/uts/common/io/hme/ |
H A D | hme.c | 393 #define ether_bcopy(a, b) (bcopy(a, b, 6)) macro 3583 ether_bcopy(prop, &hmep->hme_factaddr); in hme_setup_mac_address() 3598 ether_bcopy(prop, &hmep->hme_ouraddr); in hme_setup_mac_address() 3616 ether_bcopy(&hmep->hme_factaddr, &hmep->hme_ouraddr); in hme_setup_mac_address() 3630 ether_bcopy(&hmep->hme_factaddr, &hmep->hme_ouraddr); in hme_setup_mac_address()
|
/titanic_50/usr/src/uts/common/io/fibre-channel/ulp/ |
H A D | fcip.c | 558 #define ether_bcopy(src, dest) bcopy((src), (dest), ETHERADDRL); macro 3458 ether_bcopy(&dest_addr, &dlap->dl_phys); in fcip_addudind() 3464 ether_bcopy(&src_addr, &dlap->dl_phys); in fcip_addudind() 5166 ether_bcopy(&fptr->fcip_macaddr, &dlap->dl_phys); in fcip_ireq() 5172 ether_bcopy(&fcip_arpbroadcast_addr, ep); in fcip_ireq() 5520 ether_bcopy(&fptr->fcip_macaddr, &fcipaddr.dl_phys); in fcip_breq() 5596 ether_bcopy(&fptr->fcip_macaddr, &addr); in fcip_pareq()
|
/titanic_50/usr/src/uts/sun4u/starcat/io/ |
H A D | dman.c | 3544 ether_bcopy(&msp->ms_manp->man_eaddr, &addr); in man_pareq()
|