HomeSort by: relevance | last modified time | path
    Searched refs:ar_results (Results 1 - 9 of 9) sorted by relevancy

  /src/include/rpc/
rpc_msg.h 98 } AR_results;
101 #define ar_results ru.AR_results macro
  /src/lib/libc/rpc/
rpc_prot.c 130 return ((*(ar->ar_results.proc))(xdrs, ar->ar_results.where));
clnt_raw.c 206 msg.acpted_rply.ar_results.where = resultsp;
207 msg.acpted_rply.ar_results.proc = xresults;
clnt_bcast.c 583 msg.acpted_rply.ar_results.where =
585 msg.acpted_rply.ar_results.proc =
593 msg.acpted_rply.ar_results.where =
595 msg.acpted_rply.ar_results.proc =
638 msg.acpted_rply.ar_results.proc = (xdrproc_t) xdr_void;
clnt_dg.c 398 reply_msg.acpted_rply.ar_results.where = resultsp;
399 reply_msg.acpted_rply.ar_results.proc = xresults;
clnt_vc.c 426 reply_msg.acpted_rply.ar_results.where = NULL;
427 reply_msg.acpted_rply.ar_results.proc = (xdrproc_t)xdr_void;
svc.c 453 rply.acpted_rply.ar_results.where = xdr_location;
454 rply.acpted_rply.ar_results.proc = xdr_results;
  /src/usr.sbin/ypbind/
ypbind.c 1235 msg.acpted_rply.ar_results.where = (caddr_t)(void *)&rmtcr;
1236 msg.acpted_rply.ar_results.proc = (xdrproc_t)xdr_rmtcallres;
1267 msg.acpted_rply.ar_results.proc = (xdrproc_t)xdr_void;
1293 msg.acpted_rply.ar_results.where = (caddr_t)(void *)&res;
1294 msg.acpted_rply.ar_results.proc = (xdrproc_t)xdr_bool;
1324 msg.acpted_rply.ar_results.proc = (xdrproc_t)xdr_void;
  /src/usr.sbin/rpcbind/
rpcb_svc_com.c 1298 reply_msg.acpted_rply.ar_results.where = 0;
1299 reply_msg.acpted_rply.ar_results.proc = (xdrproc_t) xdr_void;

Completed in 16 milliseconds