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

/illumos-gate/usr/src/uts/common/io/idm/
H A Didm_so.c1315 idm_buf_t *idb, *next_idb; local
1334 for (idb = list_head(&idt->idt_outbufv); idb != NULL; idb = next_idb) {
1335 next_idb = list_next(&idt->idt_outbufv, idb);
1351 for (idb = list_head(&idt->idt_inbufv); idb != NULL; idb = next_idb) {
1352 next_idb = list_next(&idt->idt_inbufv, idb);

Completed in 61 milliseconds