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

/freebsd-11-stable/include/rpc/
H A Dpmap_clnt.h80 resultproc_t);
H A Dclnt.h489 * const resultproc_t eachresult; -- call with each result
513 * const resultproc_t eachresult; -- call with each result
519 typedef bool_t (*resultproc_t)(caddr_t, ...); typedef
525 const resultproc_t, const char *);
529 const resultproc_t, const int,
/freebsd-11-stable/usr.sbin/bootparamd/callbootd/
H A Dcallbootd.c125 (resultproc_t)eachres_whoami);
148 (resultproc_t)eachres_getfile);
/freebsd-11-stable/lib/libc/rpc/
H A Drpc_soc.c320 static resultproc_t clnt_broadcast_result_main;
343 resultproc_t clnt_broadcast_result;
350 clnt_broadcast_result = (resultproc_t)thr_getspecific(clnt_broadcast_key);
360 void *argsp, xdrproc_t xresults, void *resultsp, resultproc_t eachresult)
369 * resultproc_t eachresult; // call with each result obtained
381 (resultproc_t) rpc_wrap_bcast, "udp");
H A Dclnt_bcast.c246 resultproc_t eachresult, int inittime, int waittime,
671 resultproc_t eachresult, const char *nettype)
/freebsd-11-stable/sys/rpc/
H A Dclnt.h666 * const resultproc_t eachresult; -- call with each result
690 * const resultproc_t eachresult; -- call with each result
696 typedef bool_t (*resultproc_t)(caddr_t, ...); typedef
702 const resultproc_t, const char *);
706 const resultproc_t, const int,
/freebsd-11-stable/contrib/gcc/
H A Dsys-types.h222 typedef int resultproc_t; typedef
H A Dsys-protos.h165 extern enum clnt_stat clnt_broadcast(unsigned long, unsigned long, unsigned long, xdrproc_t, char *, xdrproc_t, char *, resultproc_t);
/freebsd-11-stable/usr.bin/rup/
H A Drup.c222 (resultproc_t)rstat_reply);
/freebsd-11-stable/usr.bin/rusers/
H A Drusers.c212 (resultproc_t)rusers_reply);
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/rpc/
H A Dt_rpc.c237 NULL, (resultproc_t)reply, transp);
/freebsd-11-stable/usr.sbin/ypbind/
H A Dypbind.c756 (resultproc_t)broadcast_result);
/freebsd-11-stable/usr.bin/rpcinfo/
H A Drpcinfo.c634 (char *)NULL, (resultproc_t) reply_proc, NULL);

Completed in 303 milliseconds