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

/freebsd-10.1-release/lib/librpcsvc/
H A Drnusers.c52 return (callrpc(host, RUSERSPROG, RUSERSVERS_IDLE, RUSERSPROC_NAMES,
62 if (callrpc(host, RUSERSPROG, RUSERSVERS_ORIG, RUSERSPROC_NUM,
H A Drstat.c51 return (callrpc(host, RSTATPROG, RSTATVERS_TIME, RSTATPROC_STATS,
61 if (callrpc(host, RSTATPROG, RSTATVERS_SWTCH, RSTATPROC_HAVEDISK,
H A Drwall.c51 return (callrpc(host, WALLPROG, WALLVERS, WALLPROC_WALL,
H A Dyp_passwd.c78 rval = callrpc(server, YPPASSWDPROG, YPPASSWDVERS, YPPASSWDPROC_UPDATE,
/freebsd-10.1-release/share/examples/sunrpc/sort/
H A Drsort.c27 if ((i = callrpc(machinename, SORTPROG, SORTVERS, SORT,
/freebsd-10.1-release/include/rpc/
H A Drpc.h85 extern int callrpc(const char *, int, int, int, xdrproc_t, void *,
/freebsd-10.1-release/sys/rpc/
H A Drpc.h96 extern int callrpc(const char *, int, int, int, xdrproc_t, void *,
/freebsd-10.1-release/lib/libc/rpc/
H A DSymbol.map165 callrpc;
H A DMakefile.inc152 rpc_soc.3 callrpc.3 \
H A Drpc_soc.c331 callrpc(host, prognum, versnum, procnum, inproc, in, outproc, out) function
/freebsd-10.1-release/usr.sbin/yp_mkdb/
H A Dyp_mkdb.c335 if ((stat = callrpc("localhost", YPPROG,YPVERS, YPPROC_CLEAR,
/freebsd-10.1-release/libexec/ypxfr/
H A Dypxfr_main.c552 if ((stat = callrpc("localhost",YPPROG,YPVERS,YPPROC_CLEAR,
/freebsd-10.1-release/usr.sbin/rpc.lockd/
H A Dlockd.c997 ret = callrpc("localhost", SM_PROG, SM_VERS, SM_UNMON_ALL,
H A Dlockd_lock.c2074 rpcret = callrpc("localhost", SM_PROG, SM_VERS, SM_MON,
2145 rpcret = callrpc("localhost", SM_PROG, SM_VERS, SM_UNMON,
/freebsd-10.1-release/contrib/gcc/
H A Dsys-protos.h142 extern void callrpc(char *, unsigned long, unsigned long, unsigned long, xdrproc_t, char *, xdrproc_t, char *);

Completed in 92 milliseconds