/titanic_44/usr/src/uts/common/avs/ns/ |
H A D | nsctl_inter.h | 102 int nsc_alloc_buf(nsc_fd_t *, nsc_off_t, nsc_size_t, int, void **) { } in nsc_alloc_buf() function
|
H A D | nsctl.h | 304 extern int nsc_alloc_buf(nsc_fd_t *, nsc_off_t, nsc_size_t, int, nsc_buf_t **);
|
/titanic_44/usr/src/uts/common/avs/ns/dsw/ |
H A D | ii_tree.c | 145 rc = nsc_alloc_buf(ip->bi_bmpfd, node_fba, 1, NSC_RDBUF|flag, &tmp); in node_io() 198 rc = nsc_alloc_buf(ip->bi_bmpfd, fba, maxfbas, NSC_WRBUF, &bp); in node_fba_fill()
|
H A D | dsw_dev.c | 2190 rc = nsc_alloc_buf(SHDFD(ip), ii_header, 128 - ii_header, in _ii_perform_disable() 2904 rc = nsc_alloc_buf(ip->bi_bmpfd, 0, FBA_LEN(sizeof (ii_header_t)), in _ii_reset() 5595 rc = nsc_alloc_buf(ip->bi_bmpfd, read_fba, in _ii_bm_header_get() 5787 rc = nsc_alloc_buf(fd, fba_pos, fba_len, flag, &tmp); in _ii_nsc_io() 7401 rc = nsc_alloc_buf(ip->bi_bmpfd, fba_pos, buf_fba_len, in _ii_ab_co_bmp() 7468 rc = nsc_alloc_buf(ip->bi_bmpfd, fba_pos, buf_fba_len, in _ii_ab_ci_bmp() 7537 rc = nsc_alloc_buf(ip->bi_bmpfd, fba_pos, len, NSC_RDWRBUF, in _ii_ab_zerobm() 7586 rc = nsc_alloc_buf(ip->bi_bmpfd, shd_fba_pos, len, NSC_RDBUF, in _ii_ab_copybm() 7602 rc = nsc_alloc_buf(ip->bi_bmpfd, copy_fba_pos, len, NSC_WRBUF, in _ii_ab_copybm() 7739 rc = nsc_alloc_buf(ip->bi_bmpfd, shd_fba_pos, len, in _ii_ab_orbm() [all …]
|
H A D | dsw_dev.h | 297 rc = nsc_alloc_buf(fd, pos, len, flag, tmp); \
|
/titanic_44/usr/src/uts/common/avs/ns/nsctl/ |
H A D | nsc_cache.c | 150 nsc_alloc_buf(nsc_fd_t *fd, nsc_off_t pos, nsc_size_t len, in nsc_alloc_buf() function 197 if ((rc = nsc_alloc_buf(fd, pos, len, flag, &h)) <= 0) { in _nsc_alloc_buf_h()
|
H A D | nsc_disk.c | 230 if ((rc = nsc_alloc_buf(fd, pos, buflen, in _nsc_rw_uio()
|
H A D | nsc_ncallio.c | 678 rc = nsc_alloc_buf(fd, pos, len, NSC_NOCACHE | ioflag, &bufp); in nsc_rncio_io()
|
/titanic_44/usr/src/uts/common/avs/ns/rdc/ |
H A D | rdc_diskq.c | 451 rc = nsc_alloc_buf(grp->diskqfd, 0, 1, flags, &head); in rdc_stamp_diskq() 1276 rc = nsc_alloc_buf(group->diskqfd, qtail, iofbas, in rdc_diskq_enqueue() 2048 rc = nsc_alloc_buf(group->diskqfd, qhead + 1, iohdr->dat.len, in rdc_diskq_unqueue() 2452 rc = nsc_alloc_buf(group->diskqfd, offset, len, in rdc_read_diskq_buf()
|
H A D | rdc_clnt.c | 447 ret = nsc_alloc_buf(krdc->remote_fd, fba_pos, fba_len, in rdc_net_read() 747 ret = nsc_alloc_buf(krdc->remote_fd, fba_pos, fba_len, in rdc_net_write() 2146 rc = nsc_alloc_buf(RDC_U_FD(krdc), aio->pos, aio->len, in _rdc_remote_flush()
|
H A D | rdc_bitmap.c | 130 rc = nsc_alloc_buf(fd, fba_pos, fba_len, flag, &tmp); in rdc_ns_io() 893 rc = nsc_alloc_buf(krdc->bitmapfd, fba_pos, fba_len, rdc_wrflag, &h); in rdc_write_bitmap_pattern()
|
H A D | rdc_svc.c | 2396 ret = nsc_alloc_buf(RDC_U_FD(krdc), pos, wsize, in rdc_writemaxfba() 2796 ret = nsc_alloc_buf(RDC_U_FD(krdc), spos, fba, in rdc_readmaxfba()
|
H A D | rdc_io.c | 2807 rc = nsc_alloc_buf(RDC_U_FD(krdc), syncinfo->offset, syncinfo->len, in _rdc_sync_wrthr() 2867 rc = nsc_alloc_buf(RDC_U_FD(krdc), syncinfo->offset, syncinfo->len, in _rdc_sync_rdthr() 3264 sts = nsc_alloc_buf(RDC_U_FD(krdc), offset, len, in _rdc_sync() 3267 sts = nsc_alloc_buf(RDC_U_FD(krdc), offset, len, in _rdc_sync()
|
H A D | rdc_dev.c | 1184 rc = nsc_alloc_buf(RDC_U_FD(krdc), pos, len, in _rdc_alloc_buf()
|
/titanic_44/usr/src/uts/common/avs/ns/sv/ |
H A D | sv.c | 1273 rc = nsc_alloc_buf(svp->sv_fd, 0, 1, NSC_READ, &tmph); in sv_lyr_open() 2213 rc = nsc_alloc_buf(svp->sv_fd, (nsc_off_t)(bp->b_lblkno + fba_off), in _sv_lyr_strategy()
|