Searched refs:rdc_abufp (Results 1 – 3 of 3) sorted by relevance
/titanic_41/usr/src/uts/common/avs/ns/rdc/ |
H A D | rdc_dev.c | 1972 anon->rdc_abufp); in _rdc_remote_write() 1995 (void) nsc_free_buf(anon->rdc_abufp); in _rdc_remote_write() 2319 rc1 = nsc_alloc_abuf(pos, len, 0, &p->rdc_abufp); in _rdc_write() 2339 nsc_copy(&h->rdc_bufh, p->rdc_abufp, pos, pos, len); in _rdc_write() 2347 rc1 = nsc_free_buf(p->rdc_abufp); in _rdc_write() 2384 rdc_aio_tbuf_get(sync, anon->rdc_abufp, pos, len, in _rdc_write() 2780 rc1 = nsc_alloc_abuf(pos, len, 0, &p->rdc_abufp); in _rdc_zero() 2797 rc1 = nsc_zero(p->rdc_abufp, pos, len, flag); in _rdc_zero() 2804 rc1 = nsc_free_buf(p->rdc_abufp); in _rdc_zero()
|
H A D | rdc_io.h | 303 nsc_buf_t *rdc_abufp; /* actual anon buf */ member
|
H A D | rdc_io.c | 6644 p->rdc_abufp = NULL; in rdc_aio_buf_add()
|