Symbol: ar_results
lib/libc/rpc/clnt_raw.c
174
msg.acpted_rply.ar_results.where = resultsp;
lib/libc/rpc/clnt_raw.c
175
msg.acpted_rply.ar_results.proc = xresults;
lib/libc/rpc/clnt_tcp.c
277
reply_msg.acpted_rply.ar_results.where = NULL;
lib/libc/rpc/clnt_tcp.c
278
reply_msg.acpted_rply.ar_results.proc = xdr_void;
lib/libc/rpc/clnt_udp.c
251
reply_msg.acpted_rply.ar_results.where = resultsp;
lib/libc/rpc/clnt_udp.c
252
reply_msg.acpted_rply.ar_results.proc = xresults;
lib/libc/rpc/pmap_rmt.c
318
msg.acpted_rply.ar_results.where = (caddr_t)&r;
lib/libc/rpc/pmap_rmt.c
319
msg.acpted_rply.ar_results.proc = xdr_rmtcallres;
lib/libc/rpc/pmap_rmt.c
366
msg.acpted_rply.ar_results.proc = xdr_void;
lib/libc/rpc/rpc_prot.c
90
return ((*(ar->ar_results.proc))(xdrs, ar->ar_results.where));
lib/libc/rpc/svc.c
377
rply.acpted_rply.ar_results.where = xdr_location;
lib/libc/rpc/svc.c
378
rply.acpted_rply.ar_results.proc = xdr_results;
usr.bin/rusers/rusers.c
418
msgp->acpted_rply.ar_results.where = (caddr_t)resp;
usr.bin/rusers/rusers.c
419
msgp->acpted_rply.ar_results.proc = xdr_rmtcallres;
usr.bin/rusers/rusers.c
446
msgp->acpted_rply.ar_results.proc = xdr_void;
usr.sbin/amd/amd/misc_rpc.c
80
reply_msg.acpted_rply.ar_results.where = (caddr_t) where;
usr.sbin/amd/amd/misc_rpc.c
81
reply_msg.acpted_rply.ar_results.proc = where_xdr;
usr.sbin/ypbind/ypbind.c
840
msg.acpted_rply.ar_results.where = (caddr_t)&rmtcr;
usr.sbin/ypbind/ypbind.c
841
msg.acpted_rply.ar_results.proc = xdr_rmtcallres;
usr.sbin/ypbind/ypbind.c
870
msg.acpted_rply.ar_results.proc = xdr_void;
usr.sbin/ypbind/ypbind.c
892
msg.acpted_rply.ar_results.where = (caddr_t)&res;
usr.sbin/ypbind/ypbind.c
893
msg.acpted_rply.ar_results.proc = xdr_bool;
usr.sbin/ypbind/ypbind.c
921
msg.acpted_rply.ar_results.proc = xdr_void;