Home
last modified time | relevance | path

Searched refs:cl_send (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/uts/common/rpc/
H A Dclnt.h159 enum clnt_stat (*cl_send)(struct __client *, rpcproc_t, member
171 enum clnt_stat (*cl_send)(); /* send one-way request */
550 ((*(rh)->cl_ops->cl_send)(rh, proc, xargs, argsp))
552 ((*(rh)->cl_ops->cl_send)(rh, proc, xargs, argsp))
H A Dsvc_rdma.c834 struct clist *cl_send = NULL; in svc_rdma_ksend() local
1019 clist_add(&cl_send, 0, XDR_GETPOS(&xdrs_rhdr), &rbuf_resp.handle, in svc_rdma_ksend()
1023 clist_add(&cl_send, 0, final_resp_len, &rbuf_rpc_resp.handle, in svc_rdma_ksend()
1027 status = RDMA_SEND(conn, cl_send, msg->rm_xid); in svc_rdma_ksend()
1037 if (cl_send != NULL) in svc_rdma_ksend()
1038 clist_free(cl_send); in svc_rdma_ksend()
/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dsvid_funcs.c77 return ((*(cl)->cl_ops->cl_send)(cl, proc, xargs, argsp)); in clnt_send()
H A Dclnt_raw.c323 ops.cl_send = clnt_raw_send; in clnt_raw_ops()
H A Dclnt_door.c447 ops.cl_send = clnt_door_send; in clnt_door_ops()
H A Dclnt_dg.c891 ops.cl_send = clnt_dg_send; in clnt_dg_ops()
H A Dclnt_vc.c1400 ops.cl_send = clnt_vc_send; in clnt_vc_ops()