Home | Sort by: relevance | last modified time | path |
/src/lib/libc/rpc/ | |
svc.c | 445 struct rpc_msg rply; local in function:svc_sendreply 449 rply.rm_direction = REPLY; 450 rply.rm_reply.rp_stat = MSG_ACCEPTED; 451 rply.acpted_rply.ar_verf = xprt->xp_verf; 452 rply.acpted_rply.ar_stat = SUCCESS; 453 rply.acpted_rply.ar_results.where = xdr_location; 454 rply.acpted_rply.ar_results.proc = xdr_results; 455 return (SVC_REPLY(xprt, &rply)); 464 struct rpc_msg rply; local in function:svcerr_noproc 468 rply.rm_direction = REPLY 481 struct rpc_msg rply; local in function:svcerr_decode 498 struct rpc_msg rply; local in function:svcerr_systemerr 560 struct rpc_msg rply; local in function:svcerr_auth 589 struct rpc_msg rply; local in function:svcerr_noprog 606 struct rpc_msg rply; local in function:svcerr_progvers [all...] |