Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/rpc/
H A Dxdr_rdma.c230 DTRACE_PROBE3(krpc__i__xdrrdma_getrdmablk, uint32_t, cle->c_len, in xdrrdma_getrdmablk()
244 if (cle->c_len > total_len) { in xdrrdma_getrdmablk()
245 alen = cle->c_len; in xdrrdma_getrdmablk()
246 cle->c_len = total_len; in xdrrdma_getrdmablk()
251 cur_offset += cle->c_len; in xdrrdma_getrdmablk()
252 total_len -= cle->c_len; in xdrrdma_getrdmablk()
290 (uint64)(uintptr_t)cle->w.c_saddr + cle->c_len; in xdrrdma_getrdmablk()
291 cle->c_len = alen - cle->c_len; in xdrrdma_getrdmablk()
476 if (cle->c_len > total_len) { in xdrrdma_getbytes()
477 alen = cle->c_len; in xdrrdma_getbytes()
[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.c517 cllong->rb_longbuf.len = cllong->c_len > LONG_REPLY_LEN ? in svc_rdma_krecv()
518 cllong->c_len : LONG_REPLY_LEN; in svc_rdma_krecv()
558 cllong->c_len, 0, cl, XDR_DECODE, conn); in svc_rdma_krecv()
561 crdp->rpcbuf.len = cllong->c_len; in svc_rdma_krecv()
710 uint32_t, wcl->c_len); in svc_process_long_reply()
712 if (wcl->c_len > count) { in svc_process_long_reply()
713 wcl->c_len = count; in svc_process_long_reply()
717 count -= wcl->c_len; in svc_process_long_reply()
719 memp += wcl->c_len; in svc_process_long_reply()
729 wcl->c_len = 0; in svc_process_long_reply()
[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()
/titanic_44/usr/src/uts/common/fs/zfs/
H A Dzio_compress.c92 size_t c_len, d_len; in zio_compress_data() local
115 c_len = ci->ci_compress(src, dst, s_len, d_len, ci->ci_level); in zio_compress_data()
117 if (c_len > d_len) in zio_compress_data()
120 ASSERT3U(c_len, <=, d_len); in zio_compress_data()
121 return (c_len); in zio_compress_data()
H A Dddt.c572 size_t c_len; in ddt_compress() local
576 c_len = ci->ci_compress(src, dst, s_len, d_len - 1, ci->ci_level); in ddt_compress()
578 if (c_len == s_len) { in ddt_compress()
588 return (c_len + 1); in ddt_compress()
/titanic_44/usr/src/cmd/ssh/ssh-keyscan/
H A Dssh-keyscan.c85 int c_len; /* Total bytes which must be read. */ member
455 fdcon[s].c_len = 4; in conalloc()
580 n = read(s, c->c_data + c->c_off, c->c_len - c->c_off); in conread()
588 if (c->c_off == c->c_len) in conread()
592 c->c_len = c->c_plen + 8 - (c->c_plen & 7); in conread()
594 c->c_data = xmalloc(c->c_len); in conread()
/titanic_44/usr/src/uts/common/sys/
H A Dcore.h58 int c_len; /* Sizeof (struct core) */ member
/titanic_44/usr/src/cmd/fm/modules/SUNW,SPARC-Enterprise/event-transport/
H A Dex_dscp.h61 int c_len; /* Length of saddr */ member
H A Dex_dscp.c189 &hp->h_client.c_len)) != DSCP_OK) { in exs_prep_client()
423 (struct sockaddr *)&Acc.c_saddr, &Acc.c_len)) != DSCP_OK) { in exs_prep_accept()
625 hp->h_client.c_len)) == -1) { in etm_xport_open()
/titanic_44/usr/src/uts/common/fs/nfs/
H A Dnfs4_idmap.c1362 uint_t c_len; in nfs_idmap_cache_s2i_insert() local
1369 if ((c_str = utf8_to_str(u8s, &c_len, NULL)) == NULL) in nfs_idmap_cache_s2i_insert()
1382 hashno = pkp_tab_hash(c_str, c_len - 1); in nfs_idmap_cache_s2i_insert()
1412 if (p->id_len == (c_len - 1)) { in nfs_idmap_cache_s2i_insert()
1413 if (bcmp(p->id_val, c_str, (c_len - 1)) == 0) { in nfs_idmap_cache_s2i_insert()
1422 kmem_free(c_str, c_len); in nfs_idmap_cache_s2i_insert()
1440 kmem_free(c_str, c_len); in nfs_idmap_cache_s2i_insert()
/titanic_44/usr/src/uts/sun4u/sys/
H A Dsbd_ioctl.h210 int c_len; member
248 #define i_len i_cmd.cmd_cm.c_len
376 int32_t c_len; member
/titanic_44/usr/src/uts/i86pc/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
/titanic_44/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;
/titanic_44/usr/src/cmd/sendmail/db/include/
H A Dlog.h84 u_int32_t c_len; /* Cursor: current record length. */ member
/titanic_44/usr/src/uts/common/sys/rsm/
H A Drsm_in.h195 size_t c_len; /* len of mapping */ member
/titanic_44/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()
/titanic_44/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()
/titanic_44/usr/src/cmd/ls/
H A Dls.c2345 int c_len; in csi_pprintf() local
2378 if ((c_len = mbtowc(&pcode, (char *)cp, MB_LEN_MAX)) <= 0) { in csi_pprintf()
2379 c_len = 1; in csi_pprintf()
2385 cp += c_len; in csi_pprintf()
2391 for (i = 0; i < c_len; i++) { in csi_pprintf()
/titanic_44/usr/src/uts/sun4u/io/
H A Dsbd.c1618 cmdp->cmd_cm.c_len = scmd32.cmd_cm.c_len; in sbd_copyin_ioarg()
1626 scmd32.cmd_cm.c_len); in sbd_copyin_ioarg()
1651 if ((cmd != SBD_CMD_STATUS) && ((hp->h_opts.size = cmdp->cmd_cm.c_len) in sbd_copyin_ioarg()
1657 cmdp->cmd_cm.c_len, hp->h_mode) != 0) { in sbd_copyin_ioarg()
/titanic_44/usr/src/uts/common/io/rsm/
H A Drsm.c4404 hdl->c_off, hdl->c_len); in rsmseg_suspend()
4655 remap_cookie, hdl->c_off, hdl->c_len, in rsmseg_resume()
4707 hdl->c_off, hdl->c_len, in rsmseg_resume()
4718 p = rsm_get_mapinfo(seg, hdl->c_off, hdl->c_len, in rsmseg_resume()
6030 hdl->c_off, hdl->c_len, in rsmseg_unload()
8227 p->c_len = len; in rsmmap_map()
8326 p->c_len = old->c_len; in rsmmap_dup()