Home
last modified time | relevance | path

Searched refs:nsc_copy (Results 1 – 7 of 7) sorted by relevance

/titanic_50/usr/src/uts/common/avs/ns/
H A Dnsctl_inter.h107 int nsc_copy(void *, void *, nsc_off_t, nsc_off_t, nsc_size_t) { } in nsc_copy() function
H A Dnsctl.h309 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 Dnsc_cache.c242 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 Drdc_clnt.c451 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 Drdc_diskq.c939 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 Drdc_dev.c2339 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 Ddsw_dev.c6590 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()