Searched refs:callrpc (Results 1 – 15 of 15) sorted by relevance
/freebsd/lib/librpcsvc/ |
H A D | rnusers.c | 47 return (callrpc(host, RUSERSPROG, RUSERSVERS_IDLE, RUSERSPROC_NAMES, in rusers() 57 if (callrpc(host, RUSERSPROG, RUSERSVERS_ORIG, RUSERSPROC_NUM, in rnusers()
|
H A D | rstat.c | 46 return (callrpc(host, RSTATPROG, RSTATVERS_TIME, RSTATPROC_STATS, in rstat() 56 if (callrpc(host, RSTATPROG, RSTATVERS_SWTCH, RSTATPROC_HAVEDISK, in havedisk()
|
H A D | rwall.c | 46 return (callrpc(host, WALLPROG, WALLVERS, WALLPROC_WALL, in rwall()
|
H A D | yp_passwd.c | 78 rval = callrpc(server, YPPASSWDPROG, YPPASSWDVERS, YPPASSWDPROC_UPDATE, in _yppasswd()
|
/freebsd/include/rpc/ |
H A D | rpc.h | 83 extern int callrpc(const char *, int, int, int, xdrproc_t, void *,
|
/freebsd/sys/rpc/ |
H A D | rpc.h | 94 extern int callrpc(const char *, int, int, int, xdrproc_t, void *,
|
/freebsd/share/examples/sunrpc/sort/ |
H A D | rsort.c | 26 if ((i = callrpc(machinename, SORTPROG, SORTVERS, SORT,
|
/freebsd/lib/libc/rpc/ |
H A D | Symbol.map | 130 callrpc;
|
H A D | Makefile.inc | 150 rpc_soc.3 callrpc.3 \
|
H A D | rpc_soc.c | 288 callrpc(const char *host, int prognum, int versnum, int procnum, in callrpc() function
|
/freebsd/usr.sbin/yp_mkdb/ |
H A D | yp_mkdb.c | 330 if ((stat = callrpc("localhost", YPPROG,YPVERS, YPPROC_CLEAR, in main()
|
/freebsd/libexec/ypxfr/ |
H A D | ypxfr_main.c | 552 if ((stat = callrpc("localhost",YPPROG,YPVERS,YPPROC_CLEAR, in main()
|
/freebsd/usr.sbin/rpc.lockd/ |
H A D | lockd.c | 879 ret = callrpc("localhost", SM_PROG, SM_VERS, SM_UNMON_ALL, in init_nsm()
|
H A D | lockd_lock.c | 2052 rpcret = callrpc("localhost", SM_PROG, SM_VERS, SM_MON, in monitor_lock_host() 2123 rpcret = callrpc("localhost", SM_PROG, SM_VERS, SM_UNMON, in unmonitor_lock_host()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/ |
H A D | libc_ubuntu1404_abilist.txt | 1418 fun:callrpc=uninstrumented
|