Symbol: te_abuf
usr/src/uts/common/io/tl.c
1261
ASSERT(tep->te_abuf == &tep->te_uxaddr);
usr/src/uts/common/io/tl.c
1264
} else if (tep->te_abuf != NULL) {
usr/src/uts/common/io/tl.c
1265
kmem_free(tep->te_abuf, tep->te_alen);
usr/src/uts/common/io/tl.c
1267
tep->te_abuf = NULL;
usr/src/uts/common/io/tl.c
1561
tep->te_abuf = &tep->te_uxaddr;
usr/src/uts/common/io/tl.c
1566
tep->te_abuf = NULL;
usr/src/uts/common/io/tl.c
2640
tep->te_abuf = kmem_zalloc((size_t)alen, KM_NOSLEEP);
usr/src/uts/common/io/tl.c
2641
if (tep->te_abuf == NULL) {
usr/src/uts/common/io/tl.c
2646
bcopy(addr_req.ta_abuf, tep->te_abuf, addr_req.ta_alen);
usr/src/uts/common/io/tl.c
2712
bcopy(tep->te_abuf, addr_startp, tep->te_alen);
usr/src/uts/common/io/tl.c
3340
bcopy(tep->te_abuf, addr_startp, tep->te_alen);
usr/src/uts/common/io/tl.c
3824
bcopy(acc_ep->te_abuf, addr_startp, acc_ep->te_alen);
usr/src/uts/common/io/tl.c
4327
bcopy(tep->te_abuf, ackmp->b_wptr,
usr/src/uts/common/io/tl.c
4385
bcopy(tep->te_abuf, addr_startp,
usr/src/uts/common/io/tl.c
4392
bcopy(peer_tep->te_abuf, addr_startp,
usr/src/uts/common/io/tl.c
5321
bcopy(tep->te_abuf, addr_startp, tep->te_alen);
usr/src/uts/common/io/tl.c
5339
bcopy(tep->te_abuf, addr_startp, tep->te_alen);
usr/src/uts/common/io/tl.c
5385
bcopy(tep->te_abuf, addr_startp, tep->te_alen);
usr/src/uts/common/io/tl.c
5545
kmem_free(tep->te_abuf, tep->te_alen);
usr/src/uts/common/io/tl.c
5548
tep->te_abuf = abuf;
usr/src/uts/common/io/tl.c
5554
bcopy(req->ta_abuf, tep->te_abuf, (size_t)req->ta_alen);
usr/src/uts/common/io/tl.c
5560
bcopy(&tep->te_minor, tep->te_abuf, sizeof (uint32_t));
usr/src/uts/common/io/tl.c
5577
bcopy(&tep->te_defaddr, tep->te_abuf, sizeof (uint32_t));
usr/src/uts/common/io/tl.c
6403
(void) kmem_free(tep->te_abuf, tep->te_alen);
usr/src/uts/common/io/tl.c
6405
tep->te_abuf = NULL;