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

/freebsd-10-stable/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-stable/share/examples/sunrpc/sort/
H A Drsort.c27 if ((i = callrpc(machinename, SORTPROG, SORTVERS, SORT,
/freebsd-10-stable/include/rpc/
H A Drpc.h85 extern int callrpc(const char *, int, int, int, xdrproc_t, void *,
/freebsd-10-stable/sys/rpc/
H A Drpc.h96 extern int callrpc(const char *, int, int, int, xdrproc_t, void *,
/freebsd-10-stable/lib/libc/rpc/
H A DSymbol.map165 callrpc;
H A DMakefile.inc152 rpc_soc.3 callrpc.3 \
H A Drpc_soc.c294 callrpc(const char *host, int prognum, int versnum, int procnum, function
/freebsd-10-stable/usr.sbin/yp_mkdb/
H A Dyp_mkdb.c335 if ((stat = callrpc("localhost", YPPROG,YPVERS, YPPROC_CLEAR,
/freebsd-10-stable/libexec/ypxfr/
H A Dypxfr_main.c552 if ((stat = callrpc("localhost",YPPROG,YPVERS,YPPROC_CLEAR,
/freebsd-10-stable/usr.sbin/rpc.lockd/
H A Dlockd.c877 ret = callrpc("localhost", SM_PROG, SM_VERS, SM_UNMON_ALL,
H A Dlockd_lock.c2076 rpcret = callrpc("localhost", SM_PROG, SM_VERS, SM_MON,
2147 rpcret = callrpc("localhost", SM_PROG, SM_VERS, SM_UNMON,
/freebsd-10-stable/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 80 milliseconds