/titanic_44/usr/src/uts/common/avs/ns/nsctl/ |
H A D | nsc_ncallio.c | 225 if (pos < h->bufh.sb_pos || in nsc_ncio_rwb() 226 (pos + len) > (h->bufh.sb_pos + h->bufh.sb_len)) { in nsc_ncio_rwb() 334 if ((h->bufh.sb_pos + h->bufh.sb_len) > in nsc_wait_ncio() 335 hp->bufh.sb_pos && in nsc_wait_ncio() 336 h->bufh.sb_pos < in nsc_wait_ncio() 337 (hp->bufh.sb_pos + hp->bufh.sb_len)) { in nsc_wait_ncio() 378 if ((h->bufh.sb_pos + h->bufh.sb_len) > in nsc_ncio_freeb() 379 hp->bufh.sb_pos && in nsc_ncio_freeb() 380 h->bufh.sb_pos < in nsc_ncio_freeb() 381 (hp->bufh.sb_pos + hp->bufh.sb_len)) { in nsc_ncio_freeb() [all …]
|
H A D | nsc_cache.c | 278 if (pos1 < h1->sb_pos || pos1 + len > h1->sb_pos + h1->sb_len || in _nsc_copy_h() 279 pos2 < h2->sb_pos || pos2 + len > h2->sb_pos + h2->sb_len) in _nsc_copy_h() 288 pos1 -= h1->sb_pos; in _nsc_copy_h() 299 pos2 -= h2->sb_pos; in _nsc_copy_h()
|
H A D | nsc_disk.h | 63 #define db_pos db_buf.sb_pos
|
/titanic_44/usr/src/uts/common/avs/ns/sdbc/ |
H A D | sd_cache.h | 165 #define bh_fba_pos bh_buf.sb_pos
|
H A D | CACHE_SPEC.txt | 53 int bh_fba_pos; /* bh_buf.sb_pos */
|
/titanic_44/usr/src/uts/common/avs/ns/rdc/ |
H A D | rdc_dev.c | 1165 h->rdc_bufh.sb_pos = pos; in _rdc_alloc_buf() 1330 h->rdc_bufh.sb_pos = 0; in _rdc_free_buf() 1847 pos, h->rdc_bufh.sb_pos, len, h->rdc_bufh.sb_len); in _rdc_read() 2024 NSC_XSZFMT ")", pos, h->sb_pos, len, h->sb_len); in _rdc_multi_write() 2239 pos, h->rdc_bufh.sb_pos, len, h->rdc_bufh.sb_len); in _rdc_write() 2627 pos, h->sb_pos, len, h->sb_len); in _rdc_bzero() 2637 pos -= h->sb_pos; in _rdc_bzero() 2738 pos, h->rdc_bufh.sb_pos, len, h->rdc_bufh.sb_len); in _rdc_zero() 2932 pos, h->rdc_bufh.sb_pos, len, h->rdc_bufh.sb_len); in _rdc_uncommit()
|
H A D | rdc_diskq.c | 1706 bufoff = buf->sb_pos; in rdc_diskq_buf2queue() 1752 bufoff, buf->sb_pos, buf->sb_len); in rdc_diskq_buf2queue() 1814 fpos = bufoff - buf->sb_pos; in rdc_diskq_buf2queue() 2082 aio->handle->sb_pos = iohdr->dat.hpos; in rdc_diskq_unqueue() 2136 aio->handle->sb_pos, aio->handle->sb_len); in rdc_diskq_unqueue() 2475 "qitems: %d WASTED: %d", buf->sb_pos, buf->sb_len, in rdc_read_diskq_buf() 2476 buf->sb_pos+buf->sb_len, buf->sb_user, tmpnq?tmpnq->blocks:-1, in rdc_read_diskq_buf()
|
H A D | rdc_io.h | 357 ((p) >= (h)->sb_pos) && \ 358 (((p) + (l)) <= ((h)->sb_pos + (h)->sb_len)))
|
H A D | rdc_svc.c | 2505 ret = nsc_write(handle, handle->sb_pos, handle->sb_len, in rdc_combywrite() 2508 multiret = _rdc_multi_write(handle, handle->sb_pos, in rdc_combywrite() 2547 ret = nsc_write(handle, handle->sb_pos, handle->sb_len, 0); in rdc_combywrite() 2887 ret = nsc_read(handle, handle->sb_pos, handle->sb_len, NSC_READ); in rdc_combyread() 2914 ret = _rdc_remote_read(ktmp, handle, handle->sb_pos, in rdc_combyread()
|
H A D | rdc_io.c | 2823 handle->sb_pos, handle->sb_len, RDC_NOSEQ, RDC_NOQUE, NULL)) > 0) { in _rdc_sync_wrthr() 2881 handle->sb_pos, handle->sb_len); in _rdc_sync_rdthr() 2888 rdc_set_bitmap_many(krdc, handle->sb_pos, handle->sb_len); in _rdc_sync_rdthr() 2890 rc = nsc_write(handle, handle->sb_pos, handle->sb_len, 0); in _rdc_sync_rdthr() 3284 handle, handle->sb_pos, handle->sb_len); in _rdc_sync() 3295 rdc_set_bitmap_many(krdc, handle->sb_pos, in _rdc_sync() 3300 sts = nsc_write(handle, handle->sb_pos, in _rdc_sync() 3319 krdc->remote_index, handle, handle->sb_pos, in _rdc_sync()
|
H A D | rdc_clnt.c | 545 fba_pos -= handle->sb_pos; in rdc_net_read() 802 fpos = fba_pos - handle->sb_pos; in rdc_net_write() 804 fpos = (qpos + 1) - handle->sb_pos; in rdc_net_write()
|
H A D | rdc_bitmap.c | 186 rc = nsc_write(tmp, tmp->sb_pos, tmp->sb_len, 0); in rdc_ns_io() 934 rc = nsc_write(h, h->sb_pos, h->sb_len, 0); in rdc_write_bitmap_pattern()
|
/titanic_44/usr/src/uts/common/avs/ns/ |
H A D | nsctl.h | 262 nsc_off_t sb_pos; /* Block offset of data */ member
|
/titanic_44/usr/src/uts/common/avs/ns/sv/ |
H A D | sv.c | 2238 uint64_t, (uint64_t)(hndl->sb_pos + hndl->sb_len - 1)); in _sv_lyr_strategy() 2240 rc = nsc_read(hndl, (hndl->sb_pos + hndl->sb_len - 1), 1, 0); in _sv_lyr_strategy() 2269 uint64_t, (uint64_t)hndl->sb_pos, in _sv_lyr_strategy() 2272 rc = nsc_write(hndl, hndl->sb_pos, hndl->sb_len, 0); in _sv_lyr_strategy()
|
/titanic_44/usr/src/uts/common/avs/ns/dsw/ |
H A D | dsw_dev.c | 5900 rc = nsc_write(tmp, tmp->sb_pos, tmp->sb_len, 0); in _ii_nsc_io() 5904 II_NSC_WRITE(ip, master, rc, tmp, tmp->sb_pos, in _ii_nsc_io() 5908 II_NSC_WRITE(ip, shadow, rc, tmp, tmp->sb_pos, in _ii_nsc_io() 5912 II_NSC_WRITE(ip, bitmap, rc, tmp, tmp->sb_pos, in _ii_nsc_io() 5916 II_NSC_WRITE(ip, overflow, rc, tmp, tmp->sb_pos, in _ii_nsc_io() 5920 rc = nsc_write(tmp, tmp->sb_pos, tmp->sb_len, 0); in _ii_nsc_io() 5924 rc = nsc_write(tmp, tmp->sb_pos, tmp->sb_len, 0); in _ii_nsc_io() 7653 if (pos1 < h1->sb_pos || pos1 + len > h1->sb_pos + h1->sb_len || in _ii_nsc_or() 7654 pos2 < h2->sb_pos || pos2 + len > h2->sb_pos + h2->sb_len) in _ii_nsc_or() 7663 pos1 -= h1->sb_pos; in _ii_nsc_or() [all …]
|
/titanic_44/usr/src/cmd/mdb/common/modules/rdc/ |
H A D | rdc.c | 473 buf->rdc_bufh.sb_pos, buf->rdc_bufh.sb_len); in rdc_buf()
|
/titanic_44/usr/src/cmd/mdb/common/modules/nsctl/ |
H A D | nsctl.c | 2042 mdb_printf("sb_pos: 0x%" STRCONV "x\n", bh->sb_pos); in nsc_buf()
|