Home
last modified time | relevance | path

Searched refs:c_len (Results 1 – 23 of 23) sorted by relevance

/illumos-gate/usr/src/uts/common/rpc/
H A Dxdr_rdma.c245 alen = cle->c_len; in xdrrdma_getrdmablk()
246 cle->c_len = total_len; in xdrrdma_getrdmablk()
291 cle->c_len = alen - cle->c_len; in xdrrdma_getrdmablk()
477 alen = cle->c_len; in xdrrdma_getbytes()
550 cl.c_len = cur_offset; in xdrrdma_getbytes()
576 cle->c_len = alen - cle->c_len; in xdrrdma_getbytes()
623 cle->c_len = len; in xdrrdma_putbytes()
1159 memp += ncl->c_len; in xdr_decode_wlist_svc()
1357 cl.c_len = total_len; in xdrrdma_read_from_client()
1514 len += rclp->c_len; in xdrrdma_read_a_chunk()
[all …]
H A Drdma_subr.c214 len += cl->c_len; in clist_len()
226 cl->c_len = 0; in clist_zero_len()
249 cl->c_len = len; in clist_add()
268 if (c->c_len <= 0) in clist_register()
277 (caddr_t)(uintptr_t)c->w.c_saddr3, c->c_len, in clist_register()
284 (caddr_t)(uintptr_t)c->u.c_daddr3, c->c_len, in clist_register()
352 c->c_len, 0); in clist_syncmem()
365 c->c_len, 1); in clist_syncmem()
H A Dsvc_rdma.c717 if (wcl->c_len > count) { in svc_process_long_reply()
718 wcl->c_len = count; in svc_process_long_reply()
722 count -= wcl->c_len; in svc_process_long_reply()
724 memp += wcl->c_len; in svc_process_long_reply()
734 wcl->c_len = 0; in svc_process_long_reply()
1357 tlen += clist->c_len; in rdma_get_wchunk()
1389 if (wcl->c_len < count) { in rdma_setup_read_chunks()
1390 data_len += wcl->c_len; in rdma_setup_read_chunks()
1395 wcl->c_len = count; in rdma_setup_read_chunks()
1397 count -= wcl->c_len; in rdma_setup_read_chunks()
[all …]
H A Dclnt_rdma.c489 rndcl->c_len = calc_length(rndlen); in clnt_setup_wlist()
491 rndcl->rb_longbuf.len = rndcl->c_len; in clnt_setup_wlist()
546 (*clpp)->c_len = (*clpp)->rb_longbuf.len; in clnt_setup_long_reply()
795 cl_rpcmsg->c_len = msglen; in clnt_rdma_kcallit()
844 cl->c_len = p->cku_outsz; in clnt_rdma_kcallit()
1010 cl_recvlist->c_len, XDR_DECODE); in clnt_rdma_kcallit()
1211 int, cl_recvlist->c_len - off); in clnt_decode_long_reply()
1214 cl_recvlist->c_len - off, 0, cl, XDR_DECODE, conn); in clnt_decode_long_reply()
1227 int, cl_rdma_reply->c_len); in clnt_decode_long_reply()
1230 cl_rdma_reply->c_len, 0, NULL, XDR_DECODE, conn); in clnt_decode_long_reply()
H A Drpc_rdma.h245 uint32 c_len; /* Length */ member
H A Drpcib.c2334 sgl[nds].ds_len = clp->c_len; in rib_send_and_wait()
2335 total_msg_size += clp->c_len; in rib_send_and_wait()
2499 sgl[nds].ds_len = cl->c_len; in rib_clnt_post()
2577 sgl[nds].ds_len = cl->c_len; in rib_svc_post()
2765 if (cl->c_len > 0) { in rib_write()
2772 sgl[0].ds_len = cl->c_len; in rib_write()
2865 sgl.ds_len = cl->c_len; in rib_read()
3014 cl.c_len = rdbuf.len; in rib_srv_cm_handler()
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzio_compress.c105 size_t c_len, d_len; in zio_compress_data() local
126 c_len = ci->ci_compress(tmp, dst, s_len, d_len, ci->ci_level); in zio_compress_data()
129 if (c_len > d_len) in zio_compress_data()
132 ASSERT3U(c_len, <=, d_len); in zio_compress_data()
133 return (c_len); in zio_compress_data()
H A Dddt.c589 size_t c_len; in ddt_compress() local
593 c_len = ci->ci_compress(src, dst, s_len, d_len - 1, ci->ci_level); in ddt_compress()
595 if (c_len == s_len) { in ddt_compress()
605 return (c_len + 1); in ddt_compress()
/illumos-gate/usr/src/cmd/bhyve/
H A Dfwctl.c221 fget_buf.f_sz = cp->c_len; in fget_result()
222 memcpy(fget_buf.f_data, cp->c_data, cp->c_len); in fget_result()
225 cp->c_len; in fget_result()
227 fget_size = cp->c_len; in fget_result()
H A Dfwctl.h41 const int c_len; member
/illumos-gate/usr/src/uts/common/sys/
H A Dcore.h58 int c_len; /* Sizeof (struct core) */ member
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_idmap.c1368 uint_t c_len; in nfs_idmap_cache_s2i_insert() local
1375 if ((c_str = utf8_to_str(u8s, &c_len, NULL)) == NULL) in nfs_idmap_cache_s2i_insert()
1388 hashno = pkp_tab_hash(c_str, c_len - 1); in nfs_idmap_cache_s2i_insert()
1418 if (p->id_len == (c_len - 1)) { in nfs_idmap_cache_s2i_insert()
1419 if (bcmp(p->id_val, c_str, (c_len - 1)) == 0) { in nfs_idmap_cache_s2i_insert()
1428 kmem_free(c_str, c_len); in nfs_idmap_cache_s2i_insert()
1446 kmem_free(c_str, c_len); in nfs_idmap_cache_s2i_insert()
/illumos-gate/usr/src/uts/i86pc/sys/
H A Dsbd_ioctl.h216 int c_len; member
254 #define i_len i_cmd.cmd_cm.c_len
382 int32_t c_len; member
/illumos-gate/usr/src/uts/sun4u/sys/
H A Dsbd_ioctl.h213 int c_len; member
251 #define i_len i_cmd.cmd_cm.c_len
379 int32_t c_len; member
/illumos-gate/usr/src/cmd/sendmail/db/log/
H A Dlog_get.c122 nlsn.offset += dblp->c_len;
305 dblp->c_len = hdr.len;
H A Dlog.c234 lp->lsn.offset += dblp->c_len;
237 lp->len = dblp->c_len;
/illumos-gate/usr/src/cmd/sendmail/db/include/
H A Dlog.h84 u_int32_t c_len; /* Cursor: current record length. */ member
/illumos-gate/usr/src/uts/common/sys/rsm/
H A Drsm_in.h193 size_t c_len; /* len of mapping */ member
/illumos-gate/usr/src/uts/i86pc/io/dr/
H A Ddr.c910 scp->cmd_cm.c_len = scmd32.cmd_cm.c_len; in dr_copyin_iocmd()
932 if ((hp->h_opts.size = scp->cmd_cm.c_len) != 0) { in dr_copyin_iocmd()
933 hp->h_opts.copts = GETSTRUCT(char, scp->cmd_cm.c_len + 1); in dr_copyin_iocmd()
937 scp->cmd_cm.c_len, hp->h_mode) != 0) { in dr_copyin_iocmd()
965 scmd32.cmd_cm.c_len = scp->cmd_cm.c_len; in dr_copyout_iocmd()
/illumos-gate/usr/src/uts/sun4u/ngdr/io/
H A Ddr.c914 scp->cmd_cm.c_len = scmd32.cmd_cm.c_len; in dr_copyin_iocmd()
936 if ((hp->h_opts.size = scp->cmd_cm.c_len) != 0) { in dr_copyin_iocmd()
937 hp->h_opts.copts = GETSTRUCT(char, scp->cmd_cm.c_len + 1); in dr_copyin_iocmd()
941 scp->cmd_cm.c_len, hp->h_mode) != 0) { in dr_copyin_iocmd()
968 scmd32.cmd_cm.c_len = scp->cmd_cm.c_len; in dr_copyout_iocmd()
/illumos-gate/usr/src/cmd/ls/
H A Dls.c2436 int c_len; in csi_pprintf() local
2469 if ((c_len = mbtowc(&pcode, (char *)cp, MB_LEN_MAX)) <= 0) { in csi_pprintf()
2470 c_len = 1; in csi_pprintf()
2476 cp += c_len; in csi_pprintf()
2482 for (i = 0; i < c_len; i++) { in csi_pprintf()
/illumos-gate/usr/src/uts/sun4u/io/
H A Dsbd.c1611 cmdp->cmd_cm.c_len = scmd32.cmd_cm.c_len; in sbd_copyin_ioarg()
1618 scmd32.cmd_cm.c_opts, scmd32.cmd_cm.c_len); in sbd_copyin_ioarg()
1644 (hp->h_opts.size = cmdp->cmd_cm.c_len) > 0) { in sbd_copyin_ioarg()
1649 cmdp->cmd_cm.c_len, hp->h_mode) != 0) { in sbd_copyin_ioarg()
/illumos-gate/usr/src/uts/common/io/rsm/
H A Drsm.c4402 hdl->c_off, hdl->c_len); in rsmseg_suspend()
4653 remap_cookie, hdl->c_off, hdl->c_len, in rsmseg_resume()
4705 hdl->c_off, hdl->c_len, in rsmseg_resume()
4716 p = rsm_get_mapinfo(seg, hdl->c_off, hdl->c_len, in rsmseg_resume()
6028 hdl->c_off, hdl->c_len, in rsmseg_unload()
8226 p->c_len = len; in rsmmap_map()
8325 p->c_len = old->c_len; in rsmmap_dup()