Searched refs:rtt_buf (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/idm/
H A Didm_so.c2474 idm_buf_t *rtt_buf; local
2484 rtt_buf = idm_buf_alloc(ic, (uint8_t *)idb->idb_buf + offset, length);
2485 if (rtt_buf == NULL) {
2504 rtt_buf->idb_buf_cb = NULL;
2505 rtt_buf->idb_cb_arg = NULL;
2506 rtt_buf->idb_bufoffset = offset;
2507 rtt_buf->idb_xfer_len = length;
2508 rtt_buf->idb_ic = idt->idt_ic;
2509 rtt_buf->idb_task_binding = idt;
2525 idm_buf_free(rtt_buf);
[all...]

Completed in 213 milliseconds