Home
last modified time | relevance | path

Searched refs:call_msg (Results 1 – 15 of 15) sorted by relevance

/titanic_44/usr/src/stand/lib/fs/nfs/
H A Drpc.c166 struct rpc_msg call_msg; in rpc_hdr() local
169 call_msg.rm_xid = xid; in rpc_hdr()
170 call_msg.rm_direction = CALL; in rpc_hdr()
171 call_msg.rm_call.cb_rpcvers = (rpcvers_t)RPC_MSG_VERSION; in rpc_hdr()
172 call_msg.rm_call.cb_prog = prog; in rpc_hdr()
173 call_msg.rm_call.cb_vers = vers; in rpc_hdr()
176 if (xdr_callhdr(xdrs, &call_msg) == FALSE) in rpc_hdr()
H A Dclnt_btcp.c125 struct rpc_msg call_msg; in clntbtcp_create() local
239 call_msg.rm_xid = (uint_t)prom_gettime() + 1; in clntbtcp_create()
240 call_msg.rm_direction = CALL; in clntbtcp_create()
241 call_msg.rm_call.cb_rpcvers = RPC_MSG_VERSION; in clntbtcp_create()
242 call_msg.rm_call.cb_prog = program; in clntbtcp_create()
243 call_msg.rm_call.cb_vers = version; in clntbtcp_create()
250 if (! xdr_callhdr(&(ct->ct_xdrs), &call_msg)) { in clntbtcp_create()
H A Dclnt_budp.c122 struct rpc_msg call_msg; local
159 call_msg.rm_xid = (uint_t)prom_gettime() + 1;
160 call_msg.rm_direction = CALL;
161 call_msg.rm_call.cb_rpcvers = RPC_MSG_VERSION;
162 call_msg.rm_call.cb_prog = program;
163 call_msg.rm_call.cb_vers = version;
166 if (! xdr_callhdr(&(cu->cu_outxdrs), &call_msg)) {
/titanic_44/usr/src/lib/libnsl/rpc/
H A Dclnt_raw.c81 struct rpc_msg call_msg; in clnt_raw_create() local
115 call_msg.rm_direction = CALL; in clnt_raw_create()
116 call_msg.rm_call.cb_rpcvers = RPC_MSG_VERSION; in clnt_raw_create()
117 call_msg.rm_call.cb_prog = prog; in clnt_raw_create()
118 call_msg.rm_call.cb_vers = vers; in clnt_raw_create()
120 if (!xdr_callhdr(xdrs, &call_msg)) in clnt_raw_create()
H A Dclnt_door.c84 struct rpc_msg call_msg; in clnt_door_create() local
128 call_msg.rm_xid = getpid() ^ now.tv_sec ^ now.tv_usec; in clnt_door_create()
129 call_msg.rm_call.cb_prog = program; in clnt_door_create()
130 call_msg.rm_call.cb_vers = version; in clnt_door_create()
132 if (!xdr_callhdr(&xdrs, &call_msg)) { in clnt_door_create()
H A Dclnt_dg.c142 struct rpc_msg call_msg; in clnt_dg_create() local
207 call_msg.rm_xid = getpid() ^ now.tv_sec ^ now.tv_usec; in clnt_dg_create()
208 call_msg.rm_call.cb_prog = program; in clnt_dg_create()
209 call_msg.rm_call.cb_vers = version; in clnt_dg_create()
211 if (!xdr_callhdr(&(cu->cu_outxdrs), &call_msg)) { in clnt_dg_create()
H A Dclnt_vc.c242 struct rpc_msg call_msg; in _clnt_vc_create_timed() local
321 call_msg.rm_xid = getpid() ^ now.tv_sec ^ now.tv_usec; in _clnt_vc_create_timed()
322 call_msg.rm_call.cb_prog = prog; in _clnt_vc_create_timed()
323 call_msg.rm_call.cb_vers = vers; in _clnt_vc_create_timed()
329 if (!xdr_callhdr(&(ct->ct_xdrs), &call_msg)) { in _clnt_vc_create_timed()
/titanic_44/usr/src/uts/common/fs/nfs/
H A Dnfs_dump.c227 static struct rpc_msg call_msg; in nd_send_data() local
239 call_msg.rm_direction = CALL; in nd_send_data()
240 call_msg.rm_call.cb_rpcvers = RPC_MSG_VERSION; in nd_send_data()
241 call_msg.rm_call.cb_prog = NFS_PROGRAM; in nd_send_data()
242 call_msg.rm_call.cb_vers = nfsdump_version; in nd_send_data()
259 call_msg.rm_xid = alloc_xid(); in nd_send_data()
260 *xidp = call_msg.rm_xid; in nd_send_data()
262 if (!xdr_callhdr(xdrp, &call_msg)) { in nd_send_data()
/titanic_44/usr/src/ucblib/librpcsoc/
H A Dclnt_tcp.c121 struct rpc_msg call_msg; local
184 call_msg.rm_xid = getpid() ^ now.tv_sec ^ now.tv_usec;
185 call_msg.rm_direction = CALL;
186 call_msg.rm_call.cb_rpcvers = RPC_MSG_VERSION;
187 call_msg.rm_call.cb_prog = prog;
188 call_msg.rm_call.cb_vers = vers;
195 if (! xdr_callhdr(&(ct->ct_xdrs), &call_msg)) {
H A Dclnt_udp.c126 struct rpc_msg call_msg; local
164 call_msg.rm_xid = getpid() ^ now.tv_sec ^ now.tv_usec;
165 call_msg.rm_direction = CALL;
166 call_msg.rm_call.cb_rpcvers = RPC_MSG_VERSION;
167 call_msg.rm_call.cb_prog = program;
168 call_msg.rm_call.cb_vers = version;
171 if (! xdr_callhdr(&(cu->cu_outxdrs), &call_msg)) {
/titanic_44/usr/src/uts/common/rpc/
H A Dclnt_rdma.c210 struct rpc_msg call_msg; in clnt_rdma_kcreate() local
252 call_msg.rm_xid = 0; in clnt_rdma_kcreate()
253 call_msg.rm_direction = CALL; in clnt_rdma_kcreate()
254 call_msg.rm_call.cb_rpcvers = RPC_MSG_VERSION; in clnt_rdma_kcreate()
255 call_msg.rm_call.cb_prog = pgm; in clnt_rdma_kcreate()
256 call_msg.rm_call.cb_vers = vers; in clnt_rdma_kcreate()
260 if (!xdr_callhdr(&p->cku_outxdr, &call_msg)) { in clnt_rdma_kcreate()
H A Dclnt_clts.c312 struct rpc_msg call_msg; in clnt_clts_kcreate() local
332 call_msg.rm_xid = 0; in clnt_clts_kcreate()
333 call_msg.rm_direction = CALL; in clnt_clts_kcreate()
334 call_msg.rm_call.cb_rpcvers = RPC_MSG_VERSION; in clnt_clts_kcreate()
335 call_msg.rm_call.cb_prog = pgm; in clnt_clts_kcreate()
336 call_msg.rm_call.cb_vers = vers; in clnt_clts_kcreate()
344 if (!xdr_callhdr(&p->cku_outxdr, &call_msg)) { in clnt_clts_kcreate()
H A Dclnt_cots.c561 struct rpc_msg call_msg; in clnt_cots_kcreate() local
597 call_msg.rm_xid = 0; in clnt_cots_kcreate()
598 call_msg.rm_direction = CALL; in clnt_cots_kcreate()
599 call_msg.rm_call.cb_rpcvers = RPC_MSG_VERSION; in clnt_cots_kcreate()
600 call_msg.rm_call.cb_prog = prog; in clnt_cots_kcreate()
601 call_msg.rm_call.cb_vers = vers; in clnt_cots_kcreate()
605 if (!xdr_callhdr(&p->cku_outxdr, &call_msg)) { in clnt_cots_kcreate()
/titanic_44/usr/src/cmd/rpcbind/
H A Drpcb_svc_com.c720 struct rpc_msg call_msg; in rpcbproc_callit_com() local
992 call_msg.rm_xid = fi->forward_xid; in rpcbproc_callit_com()
993 call_msg.rm_direction = CALL; in rpcbproc_callit_com()
994 call_msg.rm_call.cb_rpcvers = RPC_MSG_VERSION; in rpcbproc_callit_com()
995 call_msg.rm_call.cb_prog = arg.prog; in rpcbproc_callit_com()
996 call_msg.rm_call.cb_vers = arg.vers; in rpcbproc_callit_com()
1016 if (!xdr_callhdr(&outxdr, &call_msg)) { in rpcbproc_callit_com()
/titanic_44/usr/src/uts/common/idmap/
H A Didmap_kapi.c1410 struct rpc_msg call_msg; in kidmap_rpc_call() local
1421 call_msg.rm_call.cb_prog = IDMAP_PROG; in kidmap_rpc_call()
1422 call_msg.rm_call.cb_vers = IDMAP_V1; in kidmap_rpc_call()
1423 call_msg.rm_xid = atomic_inc_32_nv(&zs->message_id); in kidmap_rpc_call()
1425 if (!xdr_callhdr(&xdr_ctx, &call_msg)) { in kidmap_rpc_call()