Searched defs:ta_abuf (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/
H A Dtl.c508 void *ta_abuf; /* the addr itself */ member in struct:tl_addr
593 #define te_abuf te_ap.ta_abuf
1323 (bcmp(ap1->ta_abuf, ap2->ta_abuf, ap1->ta_alen) == 0));
1345 uchar_t *p = ap->ta_abuf;
1373 ASSERT(ap1->ta_abuf != NULL);
1374 ASSERT(ap2->ta_abuf != NULL);
2552 addr_req.ta_abuf = (mp->b_rptr + aoff);
2560 bcopy(addr_req.ta_abuf, tep->te_abuf, addr_req.ta_alen);
2960 dst.ta_abuf
[all...]

Completed in 52 milliseconds