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

/opensolaris-onvv-gate/usr/src/uts/common/io/idm/
H A Didm_so.c2480 idm_buf_t *rtt_buf; local
2490 rtt_buf = idm_buf_alloc(ic, (uint8_t *)idb->idb_buf + offset, length);
2491 if (rtt_buf == NULL) {
2510 rtt_buf->idb_buf_cb = NULL;
2511 rtt_buf->idb_cb_arg = NULL;
2512 rtt_buf->idb_bufoffset = offset;
2513 rtt_buf->idb_xfer_len = length;
2514 rtt_buf->idb_ic = idt->idt_ic;
2515 rtt_buf->idb_task_binding = idt;
2531 idm_buf_free(rtt_buf);
[all...]

Completed in 104 milliseconds