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

/illumos-gate/usr/src/uts/common/io/
H A Dtl.c593 #define te_abuf te_ap.ta_abuf macro
1196 ASSERT(tep->te_abuf == &tep->te_uxaddr);
1199 } else if (tep->te_abuf != NULL) {
1200 kmem_free(tep->te_abuf, tep->te_alen);
1202 tep->te_abuf = NULL;
1489 tep->te_abuf = &tep->te_uxaddr;
1494 tep->te_abuf = NULL;
2555 tep->te_abuf = kmem_zalloc((size_t)alen, KM_NOSLEEP);
2556 if (tep->te_abuf == NULL) {
2560 bcopy(addr_req.ta_abuf, tep->te_abuf, addr_re
[all...]

Completed in 68 milliseconds