Lines Matching refs:te_abuf

592 #define	te_abuf	te_ap.ta_abuf  macro
1195 ASSERT(tep->te_abuf == &tep->te_uxaddr); in tl_free()
1198 } else if (tep->te_abuf != NULL) { in tl_free()
1199 kmem_free(tep->te_abuf, tep->te_alen); in tl_free()
1201 tep->te_abuf = NULL; in tl_free()
1488 tep->te_abuf = &tep->te_uxaddr; in tl_open()
1493 tep->te_abuf = NULL; in tl_open()
2554 tep->te_abuf = kmem_zalloc((size_t)alen, KM_NOSLEEP); in tl_bind()
2555 if (tep->te_abuf == NULL) { in tl_bind()
2559 bcopy(addr_req.ta_abuf, tep->te_abuf, addr_req.ta_alen); in tl_bind()
2623 bcopy(tep->te_abuf, addr_startp, tep->te_alen); in tl_bind()
3251 bcopy(tep->te_abuf, addr_startp, tep->te_alen); in tl_conn_req_ser()
3734 bcopy(acc_ep->te_abuf, addr_startp, acc_ep->te_alen); in tl_conn_res()
4236 bcopy(tep->te_abuf, ackmp->b_wptr, in tl_addr_req()
4294 bcopy(tep->te_abuf, addr_startp, in tl_connected_cots_addr_req()
4301 bcopy(peer_tep->te_abuf, addr_startp, in tl_connected_cots_addr_req()
5214 bcopy(tep->te_abuf, addr_startp, tep->te_alen); in tl_unitdata()
5237 bcopy(tep->te_abuf, addr_startp, tep->te_alen); in tl_unitdata()
5396 kmem_free(tep->te_abuf, tep->te_alen); in tl_get_any_addr()
5399 tep->te_abuf = abuf; in tl_get_any_addr()
5405 bcopy(req->ta_abuf, tep->te_abuf, (size_t)req->ta_alen); in tl_get_any_addr()
5411 bcopy(&tep->te_minor, tep->te_abuf, sizeof (uint32_t)); in tl_get_any_addr()
5428 bcopy(&tep->te_defaddr, tep->te_abuf, sizeof (uint32_t)); in tl_get_any_addr()
6252 (void) kmem_free(tep->te_abuf, tep->te_alen); in tl_addr_unbind()
6254 tep->te_abuf = NULL; in tl_addr_unbind()