Lines Matching refs:te_abuf
582 #define te_abuf te_ap.ta_abuf macro
1261 ASSERT(tep->te_abuf == &tep->te_uxaddr); in tl_free()
1264 } else if (tep->te_abuf != NULL) { in tl_free()
1265 kmem_free(tep->te_abuf, tep->te_alen); in tl_free()
1267 tep->te_abuf = NULL; in tl_free()
1561 tep->te_abuf = &tep->te_uxaddr; in tl_open()
1566 tep->te_abuf = NULL; in tl_open()
2640 tep->te_abuf = kmem_zalloc((size_t)alen, KM_NOSLEEP); in tl_bind()
2641 if (tep->te_abuf == NULL) { in tl_bind()
2646 bcopy(addr_req.ta_abuf, tep->te_abuf, addr_req.ta_alen); in tl_bind()
2712 bcopy(tep->te_abuf, addr_startp, tep->te_alen); in tl_bind()
3340 bcopy(tep->te_abuf, addr_startp, tep->te_alen); in tl_conn_req_ser()
3824 bcopy(acc_ep->te_abuf, addr_startp, acc_ep->te_alen); in tl_conn_res()
4327 bcopy(tep->te_abuf, ackmp->b_wptr, in tl_addr_req()
4385 bcopy(tep->te_abuf, addr_startp, in tl_connected_cots_addr_req()
4392 bcopy(peer_tep->te_abuf, addr_startp, in tl_connected_cots_addr_req()
5321 bcopy(tep->te_abuf, addr_startp, tep->te_alen); in tl_unitdata()
5339 bcopy(tep->te_abuf, addr_startp, tep->te_alen); in tl_unitdata()
5385 bcopy(tep->te_abuf, addr_startp, tep->te_alen); in tl_unitdata()
5545 kmem_free(tep->te_abuf, tep->te_alen); in tl_get_any_addr()
5548 tep->te_abuf = abuf; in tl_get_any_addr()
5554 bcopy(req->ta_abuf, tep->te_abuf, (size_t)req->ta_alen); in tl_get_any_addr()
5560 bcopy(&tep->te_minor, tep->te_abuf, sizeof (uint32_t)); in tl_get_any_addr()
5577 bcopy(&tep->te_defaddr, tep->te_abuf, sizeof (uint32_t)); in tl_get_any_addr()
6394 (void) kmem_free(tep->te_abuf, tep->te_alen); in tl_addr_unbind()
6396 tep->te_abuf = NULL; in tl_addr_unbind()