Searched refs:nsc_copy (Results 1 – 7 of 7) sorted by relevance
/titanic_50/usr/src/uts/common/avs/ns/ |
H A D | nsctl_inter.h | 107 int nsc_copy(void *, void *, nsc_off_t, nsc_off_t, nsc_size_t) { } in nsc_copy() function
|
H A D | nsctl.h | 309 extern int nsc_copy(nsc_buf_t *, nsc_buf_t *, nsc_off_t, nsc_off_t, nsc_size_t);
|
/titanic_50/usr/src/uts/common/avs/ns/nsctl/ |
H A D | nsc_cache.c | 242 nsc_copy(nsc_buf_t *h1, nsc_buf_t *h2, nsc_off_t pos1, in nsc_copy() function 368 rc = nsc_copy(h1, h2, pos1, pos2, len); in nsc_copy_direct()
|
/titanic_50/usr/src/uts/common/avs/ns/rdc/ |
H A D | rdc_clnt.c | 451 ret = nsc_copy(remote_h, handle, fba_pos, fba_pos, in rdc_net_read() 751 ret = nsc_copy(handle, remote_h, fba_pos, fba_pos, in rdc_net_write() 1308 rc = nsc_copy(queued->handle, h, queued->pos, queued->pos, in rdc_aio_coalesce() 1314 rc = nsc_copy(new->handle, h, new->pos, new->pos, in rdc_aio_coalesce()
|
H A D | rdc_diskq.c | 939 rc = nsc_copy(orig->handle, copy->handle, orig->pos, in rdc_dup_aio() 2067 rc2 = nsc_copy(buf, abuf, qhead + 1, qhead + 1, iohdr->dat.len); in rdc_diskq_unqueue()
|
H A D | rdc_dev.c | 2339 nsc_copy(&h->rdc_bufh, p->rdc_abufp, pos, pos, len); in _rdc_write()
|
/titanic_50/usr/src/uts/common/avs/ns/dsw/ |
H A D | dsw_dev.c | 6590 rc = nsc_copy(shd_tmp, mst_tmp, shd_pos, pos, len); in _ii_copy_chunks() 6602 rc = nsc_copy(mst_tmp, shd_tmp, pos, shd_pos, len); in _ii_copy_chunks() 7616 rc = nsc_copy(shd_tmp, copy_tmp, shd_fba_pos, copy_fba_pos, in _ii_ab_copybm() 8935 rc = nsc_copy(srcbuf, dstbuf, fba, fba, len); in ii_read_volume() 8963 rc = nsc_copy(tmp, dstbuf, mapped_fba, fba, len); in ii_read_volume() 10117 rc = nsc_copy(h->ii_abufp, tmp, pos, in _ii_write()
|