Searched refs:te_abuf (Results 1 – 1 of 1) sorted by relevance
592 #define te_abuf te_ap.ta_abuf macro1195 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()[all …]