Searched refs:sb_len (Results 1 - 17 of 17) sorted by relevance

/opensolaris-onvv-gate/usr/src/uts/common/avs/ns/nsctl/
H A Dnsc_disk.h64 #define db_len db_buf.sb_len
H A Dnsc_ncallio.c226 (pos + len) > (h->bufh.sb_pos + h->bufh.sb_len)) {
334 if ((h->bufh.sb_pos + h->bufh.sb_len) >
337 (hp->bufh.sb_pos + hp->bufh.sb_len)) {
378 if ((h->bufh.sb_pos + h->bufh.sb_len) >
381 (hp->bufh.sb_pos + hp->bufh.sb_len)) {
427 h->bufh.sb_len = len;
612 tocopy = FBA_SIZE(bufp->sb_len);
H A Dnsc_cache.c278 if (pos1 < h1->sb_pos || pos1 + len > h1->sb_pos + h1->sb_len ||
279 pos2 < h2->sb_pos || pos2 + len > h2->sb_pos + h2->sb_len)
/opensolaris-onvv-gate/usr/src/uts/common/avs/ns/sdbc/
H A Dsd_cache.h166 #define bh_fba_len bh_buf.sb_len
/opensolaris-onvv-gate/usr/src/lib/libsip/common/
H A Dsip_ui.c963 int sb_len = 0; local
980 sb_len += strlen(sb->sb_val);
986 sb_len += sip_sent_by_count - 1;
987 sb_str = malloc(sb_len + 1);
996 slen = sb_len + 1;
1008 sb_str[sb_len] = '\0';
/opensolaris-onvv-gate/usr/src/uts/common/avs/ns/rdc/
H A Drdc_diskq.c1707 endobuf = bufoff + buf->sb_len;
1752 bufoff, buf->sb_pos, buf->sb_len);
2136 aio->handle->sb_pos, aio->handle->sb_len);
2270 * _nsc_wait_dbuf() on the next read. sb_len MUST be
2288 if (q && (buf->sb_len >
2290 len = buf->sb_len;
2291 buf->sb_len = (q->blocks + q->nitems - q->net_qtail->orig_len);
2464 DTRACE_PROBE2(rdc_buf2q_postread, int, offset, nsc_size_t, buf->sb_len);
2475 "qitems: %d WASTED: %d", buf->sb_pos, buf->sb_len,
2476 buf->sb_pos+buf->sb_len, bu
[all...]
H A Drdc_dev.c1166 h->rdc_bufh.sb_len = len;
1331 h->rdc_bufh.sb_len = 0;
1847 pos, h->rdc_bufh.sb_pos, len, h->rdc_bufh.sb_len);
2024 NSC_XSZFMT ")", pos, h->sb_pos, len, h->sb_len);
2239 pos, h->rdc_bufh.sb_pos, len, h->rdc_bufh.sb_len);
2627 pos, h->sb_pos, len, h->sb_len);
2738 pos, h->rdc_bufh.sb_pos, len, h->rdc_bufh.sb_len);
2932 pos, h->rdc_bufh.sb_pos, len, h->rdc_bufh.sb_len);
H A Drdc_svc.c2505 ret = nsc_write(handle, handle->sb_pos, handle->sb_len,
2509 handle->sb_len, 0, ktmp);
2547 ret = nsc_write(handle, handle->sb_pos, handle->sb_len, 0);
2887 ret = nsc_read(handle, handle->sb_pos, handle->sb_len, NSC_READ);
2915 handle->sb_len, NSC_READ);
2938 FBA_SIZE(handle->sb_len);
H A Drdc_io.h358 (((p) + (l)) <= ((h)->sb_pos + (h)->sb_len)))
H A Drdc_io.c2822 handle->sb_pos, handle->sb_len, RDC_NOSEQ, RDC_NOQUE, NULL)) > 0) {
2880 handle->sb_pos, handle->sb_len);
2887 rdc_set_bitmap_many(krdc, handle->sb_pos, handle->sb_len);
2889 rc = nsc_write(handle, handle->sb_pos, handle->sb_len, 0);
3283 handle, handle->sb_pos, handle->sb_len);
3295 handle->sb_len);
3300 handle->sb_len, 0);
3319 handle->sb_len, RDC_NOSEQ, RDC_NOQUE, NULL)) > 0) {
H A Drdc_bitmap.c186 rc = nsc_write(tmp, tmp->sb_pos, tmp->sb_len, 0);
934 rc = nsc_write(h, h->sb_pos, h->sb_len, 0);
H A Drdc_clnt.c1000 aio->qhandle->sb_len = len;
/opensolaris-onvv-gate/usr/src/uts/common/avs/ns/
H A Dnsctl.h263 nsc_size_t sb_len; /* Length of data in blocks */ member in struct:nsc_buf_s
/opensolaris-onvv-gate/usr/src/uts/common/avs/ns/sv/
H A Dsv.c2234 uint64_t, (uint64_t)(hndl->sb_pos + hndl->sb_len - 1));
2236 rc = nsc_read(hndl, (hndl->sb_pos + hndl->sb_len - 1), 1, 0);
2266 uint64_t, (uint64_t)hndl->sb_len);
2268 rc = nsc_write(hndl, hndl->sb_pos, hndl->sb_len, 0);
/opensolaris-onvv-gate/usr/src/uts/common/avs/ns/dsw/
H A Ddsw_dev.c5897 rc = nsc_write(tmp, tmp->sb_pos, tmp->sb_len, 0);
5902 tmp->sb_len, 0);
5906 tmp->sb_len, 0);
5910 tmp->sb_len, 0);
5914 tmp->sb_len, 0);
5917 rc = nsc_write(tmp, tmp->sb_pos, tmp->sb_len, 0);
5921 rc = nsc_write(tmp, tmp->sb_pos, tmp->sb_len, 0);
7650 if (pos1 < h1->sb_pos || pos1 + len > h1->sb_pos + h1->sb_len ||
7651 pos2 < h2->sb_pos || pos2 + len > h2->sb_pos + h2->sb_len)
9433 h->ii_bufh.sb_len
[all...]
/opensolaris-onvv-gate/usr/src/cmd/mdb/common/modules/nsctl/
H A Dnsctl.c2043 mdb_printf("sb_len: 0x%" STRCONV "x\n", bh->sb_len);
/opensolaris-onvv-gate/usr/src/cmd/mdb/common/modules/rdc/
H A Drdc.c473 buf->rdc_bufh.sb_pos, buf->rdc_bufh.sb_len);

Completed in 277 milliseconds