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

/barrelfish-master/lib/libc/rpc/
H A Dsvc.c361 struct rpc_msg rply; local
365 rply.rm_direction = REPLY;
366 rply.rm_reply.rp_stat = MSG_ACCEPTED;
367 rply.acpted_rply.ar_verf = xprt->xp_verf;
368 rply.acpted_rply.ar_stat = SUCCESS;
369 rply.acpted_rply.ar_results.where = xdr_location;
370 rply.acpted_rply.ar_results.proc = xdr_results;
371 return (SVC_REPLY(xprt, &rply));
380 struct rpc_msg rply; local
384 rply
397 struct rpc_msg rply; local
414 struct rpc_msg rply; local
466 struct rpc_msg rply; local
495 struct rpc_msg rply; local
512 struct rpc_msg rply; local
[all...]

Completed in 75 milliseconds