te_abuf
ASSERT(tep->te_abuf == &tep->te_uxaddr);
} else if (tep->te_abuf != NULL) {
kmem_free(tep->te_abuf, tep->te_alen);
tep->te_abuf = NULL;
tep->te_abuf = &tep->te_uxaddr;
tep->te_abuf = NULL;
tep->te_abuf = kmem_zalloc((size_t)alen, KM_NOSLEEP);
if (tep->te_abuf == NULL) {
bcopy(addr_req.ta_abuf, tep->te_abuf, addr_req.ta_alen);
bcopy(tep->te_abuf, addr_startp, tep->te_alen);
bcopy(tep->te_abuf, addr_startp, tep->te_alen);
bcopy(acc_ep->te_abuf, addr_startp, acc_ep->te_alen);
bcopy(tep->te_abuf, ackmp->b_wptr,
bcopy(tep->te_abuf, addr_startp,
bcopy(peer_tep->te_abuf, addr_startp,
bcopy(tep->te_abuf, addr_startp, tep->te_alen);
bcopy(tep->te_abuf, addr_startp, tep->te_alen);
bcopy(tep->te_abuf, addr_startp, tep->te_alen);
kmem_free(tep->te_abuf, tep->te_alen);
tep->te_abuf = abuf;
bcopy(req->ta_abuf, tep->te_abuf, (size_t)req->ta_alen);
bcopy(&tep->te_minor, tep->te_abuf, sizeof (uint32_t));
bcopy(&tep->te_defaddr, tep->te_abuf, sizeof (uint32_t));
(void) kmem_free(tep->te_abuf, tep->te_alen);
tep->te_abuf = NULL;