include/rpc/clnt.h
116
enum clnt_stat re_status;
include/rpc/clnt.h
145
enum clnt_stat (*cl_call)(struct __rpc_client *,
include/rpc/clnt.h
434
extern void clnt_perrno (enum clnt_stat); /* stderr */
include/rpc/clnt.h
435
extern char *clnt_sperrno (enum clnt_stat); /* string */
include/rpc/clnt.h
451
enum clnt_stat cf_stat;
include/rpc/clnt.h
474
extern enum clnt_stat rpc_call(const char *, const rpcprog_t,
include/rpc/clnt.h
527
extern enum clnt_stat rpc_broadcast(const rpcprog_t, const rpcvers_t,
include/rpc/clnt.h
530
extern enum clnt_stat rpc_broadcast_exp(const rpcprog_t, const rpcvers_t,
include/rpc/pmap_clnt.h
73
extern enum clnt_stat pmap_rmtcall(struct sockaddr_in *,
include/rpc/pmap_clnt.h
81
extern enum clnt_stat clnt_broadcast(unsigned long, unsigned long,
include/rpc/rpcb_clnt.h
70
extern enum clnt_stat rpcb_rmtcall(const struct netconfig *,
lib/libc/compat/include/rpc/pmap_clnt.h
44
extern enum clnt_stat pmap_rmtcall(struct sockaddr_in *,
lib/libc/compat/include/rpc/pmap_clnt.h
47
extern enum clnt_stat __pmap_rmtcall50(struct sockaddr_in *,
lib/libc/compat/include/rpc/rpcb_clnt.h
44
extern enum clnt_stat rpcb_rmtcall(const struct netconfig *,
lib/libc/compat/include/rpc/rpcb_clnt.h
49
extern enum clnt_stat __rpcb_rmtcall50(const struct netconfig *,
lib/libc/compat/rpc/compat_pmap_rmtcall.c
60
enum clnt_stat
lib/libc/compat/rpc/compat_rpcb.c
63
enum clnt_stat
lib/libc/rpc/clnt_bcast.c
249
enum clnt_stat
lib/libc/rpc/clnt_bcast.c
263
enum clnt_stat stat = RPC_SUCCESS; /* Return status */
lib/libc/rpc/clnt_bcast.c
671
enum clnt_stat
lib/libc/rpc/clnt_bcast.c
683
enum clnt_stat dummy;
lib/libc/rpc/clnt_dg.c
308
static enum clnt_stat
lib/libc/rpc/clnt_dg.c
80
static enum clnt_stat clnt_dg_call(CLIENT *, rpcproc_t, xdrproc_t,
lib/libc/rpc/clnt_generic.c
161
enum clnt_stat save_cf_stat = RPC_SUCCESS;
lib/libc/rpc/clnt_generic.c
89
enum clnt_stat rpc_stat;
lib/libc/rpc/clnt_perror.c
223
clnt_sperrno(enum clnt_stat stat)
lib/libc/rpc/clnt_perror.c
239
clnt_perrno(enum clnt_stat num)
lib/libc/rpc/clnt_raw.c
160
static enum clnt_stat
lib/libc/rpc/clnt_raw.c
167
enum clnt_stat status;
lib/libc/rpc/clnt_raw.c
88
static enum clnt_stat clnt_raw_call(CLIENT *, rpcproc_t, xdrproc_t,
lib/libc/rpc/clnt_simple.c
122
enum clnt_stat
lib/libc/rpc/clnt_simple.c
135
enum clnt_stat clnt_stat;
lib/libc/rpc/clnt_simple.c
210
clnt_stat = CLNT_CALL(rcp->client, procnum, inproc, in,
lib/libc/rpc/clnt_simple.c
215
if (clnt_stat != RPC_SUCCESS)
lib/libc/rpc/clnt_simple.c
217
return (clnt_stat);
lib/libc/rpc/clnt_vc.c
341
static enum clnt_stat
lib/libc/rpc/clnt_vc.c
91
static enum clnt_stat clnt_vc_call(CLIENT *, rpcproc_t, xdrproc_t,
lib/libc/rpc/pmap_rmt.c
89
enum clnt_stat
lib/libc/rpc/pmap_rmt.c
98
enum clnt_stat stat;
lib/libc/rpc/rpc_soc.c
404
enum clnt_stat
lib/libc/rpc/rpcb_clnt.c
1017
enum clnt_stat clnt_st;
lib/libc/rpc/rpcb_clnt.c
1062
enum clnt_stat
lib/libc/rpc/rpcb_clnt.c
1077
enum clnt_stat stat;
lib/libc/rpc/rpcb_clnt.c
1147
enum clnt_stat st;
lib/libc/rpc/rpcb_clnt.c
682
enum clnt_stat clnt_st;
lib/libc/yp/yp_all.c
53
enum clnt_stat status;
lib/libpam/modules/pam_unix/pam_unix.c
251
enum clnt_stat r2;
lib/libquota/quota_nfs.c
100
enum clnt_stat clnt_stat;
lib/libquota/quota_nfs.c
122
clnt_stat = clnt_call(client, procnum, inproc, in,
lib/libquota/quota_nfs.c
125
return (int) clnt_stat;
sbin/mount_nfs/getnfsargs.c
112
enum clnt_stat clnt_stat;
sbin/mount_nfs/getnfsargs.c
219
clnt_stat = clnt_call(clp, RPCMNT_MOUNT,
sbin/mount_nfs/getnfsargs.c
221
switch (clnt_stat) {
sbin/umount/umount.c
195
enum clnt_stat clnt_stat;
sbin/umount/umount.c
351
clnt_stat = clnt_call(clp, RPCMNT_UMOUNT, xdr_dir,
sbin/umount/umount.c
353
if (clnt_stat != RPC_SUCCESS) {
sys/fs/nfs/common/nfs_commonkrpc.c
496
enum clnt_stat stat;
sys/fs/nfs/nlm/nlm_advlock.c
1044
enum clnt_stat stat;
sys/fs/nfs/nlm/nlm_advlock.c
567
static enum clnt_stat
sys/fs/nfs/nlm/nlm_advlock.c
576
enum clnt_stat stat;
sys/fs/nfs/nlm/nlm_advlock.c
598
static enum clnt_stat
sys/fs/nfs/nlm/nlm_advlock.c
607
enum clnt_stat stat;
sys/fs/nfs/nlm/nlm_advlock.c
627
static enum clnt_stat
sys/fs/nfs/nlm/nlm_advlock.c
636
enum clnt_stat stat;
sys/fs/nfs/nlm/nlm_advlock.c
654
static enum clnt_stat
sys/fs/nfs/nlm/nlm_advlock.c
663
enum clnt_stat stat;
sys/fs/nfs/nlm/nlm_advlock.c
770
enum clnt_stat stat;
sys/fs/nfs/nlm/nlm_advlock.c
969
enum clnt_stat stat;
sys/fs/nfs/nlm/nlm_prot.h
285
extern enum clnt_stat nlm_sm_notify_0(struct nlm_sm_status *, void *, CLIENT *, struct rpc_callextra *, struct timeval);
sys/fs/nfs/nlm/nlm_prot.h
290
extern enum clnt_stat nlm_test_1(struct nlm_testargs *, nlm_testres *, CLIENT *, struct rpc_callextra *, struct timeval);
sys/fs/nfs/nlm/nlm_prot.h
293
extern enum clnt_stat nlm_lock_1(struct nlm_lockargs *, nlm_res *, CLIENT *, struct rpc_callextra *, struct timeval);
sys/fs/nfs/nlm/nlm_prot.h
296
extern enum clnt_stat nlm_cancel_1(struct nlm_cancargs *, nlm_res *, CLIENT *, struct rpc_callextra *, struct timeval);
sys/fs/nfs/nlm/nlm_prot.h
299
extern enum clnt_stat nlm_unlock_1(struct nlm_unlockargs *, nlm_res *, CLIENT *, struct rpc_callextra *, struct timeval);
sys/fs/nfs/nlm/nlm_prot.h
302
extern enum clnt_stat nlm_granted_1(struct nlm_testargs *, nlm_res *, CLIENT *, struct rpc_callextra *, struct timeval);
sys/fs/nfs/nlm/nlm_prot.h
305
extern enum clnt_stat nlm_test_msg_1(struct nlm_testargs *, void *, CLIENT *, struct rpc_callextra *, struct timeval);
sys/fs/nfs/nlm/nlm_prot.h
308
extern enum clnt_stat nlm_lock_msg_1(struct nlm_lockargs *, void *, CLIENT *, struct rpc_callextra *, struct timeval);
sys/fs/nfs/nlm/nlm_prot.h
311
extern enum clnt_stat nlm_cancel_msg_1(struct nlm_cancargs *, void *, CLIENT *, struct rpc_callextra *, struct timeval);
sys/fs/nfs/nlm/nlm_prot.h
314
extern enum clnt_stat nlm_unlock_msg_1(struct nlm_unlockargs *, void *, CLIENT *, struct rpc_callextra *, struct timeval);
sys/fs/nfs/nlm/nlm_prot.h
317
extern enum clnt_stat nlm_granted_msg_1(struct nlm_testargs *, void *, CLIENT *, struct rpc_callextra *, struct timeval);
sys/fs/nfs/nlm/nlm_prot.h
320
extern enum clnt_stat nlm_test_res_1(nlm_testres *, void *, CLIENT *, struct rpc_callextra *, struct timeval);
sys/fs/nfs/nlm/nlm_prot.h
323
extern enum clnt_stat nlm_lock_res_1(nlm_res *, void *, CLIENT *, struct rpc_callextra *, struct timeval);
sys/fs/nfs/nlm/nlm_prot.h
326
extern enum clnt_stat nlm_cancel_res_1(nlm_res *, void *, CLIENT *, struct rpc_callextra *, struct timeval);
sys/fs/nfs/nlm/nlm_prot.h
329
extern enum clnt_stat nlm_unlock_res_1(nlm_res *, void *, CLIENT *, struct rpc_callextra *, struct timeval);
sys/fs/nfs/nlm/nlm_prot.h
332
extern enum clnt_stat nlm_granted_res_1(nlm_res *, void *, CLIENT *, struct rpc_callextra *, struct timeval);
sys/fs/nfs/nlm/nlm_prot.h
338
extern enum clnt_stat nlm_share_3(nlm_shareargs *, nlm_shareres *, CLIENT *, struct rpc_callextra *, struct timeval);
sys/fs/nfs/nlm/nlm_prot.h
341
extern enum clnt_stat nlm_unshare_3(nlm_shareargs *, nlm_shareres *, CLIENT *, struct rpc_callextra *, struct timeval);
sys/fs/nfs/nlm/nlm_prot.h
344
extern enum clnt_stat nlm_nm_lock_3(nlm_lockargs *, nlm_res *, CLIENT *, struct rpc_callextra *, struct timeval);
sys/fs/nfs/nlm/nlm_prot.h
347
extern enum clnt_stat nlm_free_all_3(nlm_notify *, void *, CLIENT *, struct rpc_callextra *, struct timeval);
sys/fs/nfs/nlm/nlm_prot.h
353
extern enum clnt_stat nlm4_test_4(nlm4_testargs *, nlm4_testres *, CLIENT *, struct rpc_callextra *, struct timeval);
sys/fs/nfs/nlm/nlm_prot.h
356
extern enum clnt_stat nlm4_lock_4(nlm4_lockargs *, nlm4_res *, CLIENT *, struct rpc_callextra *, struct timeval);
sys/fs/nfs/nlm/nlm_prot.h
359
extern enum clnt_stat nlm4_cancel_4(nlm4_cancargs *, nlm4_res *, CLIENT *, struct rpc_callextra *, struct timeval);
sys/fs/nfs/nlm/nlm_prot.h
362
extern enum clnt_stat nlm4_unlock_4(nlm4_unlockargs *, nlm4_res *, CLIENT *, struct rpc_callextra *, struct timeval);
sys/fs/nfs/nlm/nlm_prot.h
365
extern enum clnt_stat nlm4_granted_4(nlm4_testargs *, nlm4_res *, CLIENT *, struct rpc_callextra *, struct timeval);
sys/fs/nfs/nlm/nlm_prot.h
368
extern enum clnt_stat nlm4_test_msg_4(nlm4_testargs *, void *, CLIENT *, struct rpc_callextra *, struct timeval);
sys/fs/nfs/nlm/nlm_prot.h
371
extern enum clnt_stat nlm4_lock_msg_4(nlm4_lockargs *, void *, CLIENT *, struct rpc_callextra *, struct timeval);
sys/fs/nfs/nlm/nlm_prot.h
374
extern enum clnt_stat nlm4_cancel_msg_4(nlm4_cancargs *, void *, CLIENT *, struct rpc_callextra *, struct timeval);
sys/fs/nfs/nlm/nlm_prot.h
377
extern enum clnt_stat nlm4_unlock_msg_4(nlm4_unlockargs *, void *, CLIENT *, struct rpc_callextra *, struct timeval);
sys/fs/nfs/nlm/nlm_prot.h
380
extern enum clnt_stat nlm4_granted_msg_4(nlm4_testargs *, void *, CLIENT *, struct rpc_callextra *, struct timeval);
sys/fs/nfs/nlm/nlm_prot.h
383
extern enum clnt_stat nlm4_test_res_4(nlm4_testres *, void *, CLIENT *, struct rpc_callextra *, struct timeval);
sys/fs/nfs/nlm/nlm_prot.h
386
extern enum clnt_stat nlm4_lock_res_4(nlm4_res *, void *, CLIENT *, struct rpc_callextra *, struct timeval);
sys/fs/nfs/nlm/nlm_prot.h
389
extern enum clnt_stat nlm4_cancel_res_4(nlm4_res *, void *, CLIENT *, struct rpc_callextra *, struct timeval);
sys/fs/nfs/nlm/nlm_prot.h
392
extern enum clnt_stat nlm4_unlock_res_4(nlm4_res *, void *, CLIENT *, struct rpc_callextra *, struct timeval);
sys/fs/nfs/nlm/nlm_prot.h
395
extern enum clnt_stat nlm4_granted_res_4(nlm4_res *, void *, CLIENT *, struct rpc_callextra *, struct timeval);
sys/fs/nfs/nlm/nlm_prot.h
398
extern enum clnt_stat nlm4_share_4(nlm4_shareargs *, nlm4_shareres *, CLIENT *, struct rpc_callextra *, struct timeval);
sys/fs/nfs/nlm/nlm_prot.h
401
extern enum clnt_stat nlm4_unshare_4(nlm4_shareargs *, nlm4_shareres *, CLIENT *, struct rpc_callextra *, struct timeval);
sys/fs/nfs/nlm/nlm_prot.h
404
extern enum clnt_stat nlm4_nm_lock_4(nlm4_lockargs *, nlm4_res *, CLIENT *, struct rpc_callextra *, struct timeval);
sys/fs/nfs/nlm/nlm_prot.h
407
extern enum clnt_stat nlm4_free_all_4(nlm4_notify *, void *, CLIENT *, struct rpc_callextra *, struct timeval);
sys/fs/nfs/nlm/nlm_prot_clnt.c
103
enum clnt_stat
sys/fs/nfs/nlm/nlm_prot_clnt.c
112
enum clnt_stat
sys/fs/nfs/nlm/nlm_prot_clnt.c
121
enum clnt_stat
sys/fs/nfs/nlm/nlm_prot_clnt.c
130
enum clnt_stat
sys/fs/nfs/nlm/nlm_prot_clnt.c
139
enum clnt_stat
sys/fs/nfs/nlm/nlm_prot_clnt.c
148
enum clnt_stat
sys/fs/nfs/nlm/nlm_prot_clnt.c
157
enum clnt_stat
sys/fs/nfs/nlm/nlm_prot_clnt.c
166
enum clnt_stat
sys/fs/nfs/nlm/nlm_prot_clnt.c
175
enum clnt_stat
sys/fs/nfs/nlm/nlm_prot_clnt.c
184
enum clnt_stat
sys/fs/nfs/nlm/nlm_prot_clnt.c
193
enum clnt_stat
sys/fs/nfs/nlm/nlm_prot_clnt.c
202
enum clnt_stat
sys/fs/nfs/nlm/nlm_prot_clnt.c
211
enum clnt_stat
sys/fs/nfs/nlm/nlm_prot_clnt.c
22
enum clnt_stat
sys/fs/nfs/nlm/nlm_prot_clnt.c
220
enum clnt_stat
sys/fs/nfs/nlm/nlm_prot_clnt.c
229
enum clnt_stat
sys/fs/nfs/nlm/nlm_prot_clnt.c
238
enum clnt_stat
sys/fs/nfs/nlm/nlm_prot_clnt.c
247
enum clnt_stat
sys/fs/nfs/nlm/nlm_prot_clnt.c
256
enum clnt_stat
sys/fs/nfs/nlm/nlm_prot_clnt.c
265
enum clnt_stat
sys/fs/nfs/nlm/nlm_prot_clnt.c
274
enum clnt_stat
sys/fs/nfs/nlm/nlm_prot_clnt.c
283
enum clnt_stat
sys/fs/nfs/nlm/nlm_prot_clnt.c
292
enum clnt_stat
sys/fs/nfs/nlm/nlm_prot_clnt.c
301
enum clnt_stat
sys/fs/nfs/nlm/nlm_prot_clnt.c
31
enum clnt_stat
sys/fs/nfs/nlm/nlm_prot_clnt.c
310
enum clnt_stat
sys/fs/nfs/nlm/nlm_prot_clnt.c
319
enum clnt_stat
sys/fs/nfs/nlm/nlm_prot_clnt.c
328
enum clnt_stat
sys/fs/nfs/nlm/nlm_prot_clnt.c
337
enum clnt_stat
sys/fs/nfs/nlm/nlm_prot_clnt.c
346
enum clnt_stat
sys/fs/nfs/nlm/nlm_prot_clnt.c
355
enum clnt_stat
sys/fs/nfs/nlm/nlm_prot_clnt.c
364
enum clnt_stat
sys/fs/nfs/nlm/nlm_prot_clnt.c
40
enum clnt_stat
sys/fs/nfs/nlm/nlm_prot_clnt.c
49
enum clnt_stat
sys/fs/nfs/nlm/nlm_prot_clnt.c
58
enum clnt_stat
sys/fs/nfs/nlm/nlm_prot_clnt.c
67
enum clnt_stat
sys/fs/nfs/nlm/nlm_prot_clnt.c
76
enum clnt_stat
sys/fs/nfs/nlm/nlm_prot_clnt.c
85
enum clnt_stat
sys/fs/nfs/nlm/nlm_prot_clnt.c
94
enum clnt_stat
sys/fs/nfs/nlm/nlm_prot_impl.c
1156
enum clnt_stat stat;
sys/fs/nfs/nlm/nlm_prot_impl.c
1201
enum clnt_stat stat;
sys/fs/nfs/nlm/nlm_prot_impl.c
1545
enum clnt_stat stat;
sys/fs/nfs/nlm/nlm_prot_impl.c
364
enum clnt_stat stat = RPC_SUCCESS;
tests/lib/libc/rpc/t_rpc.c
137
enum clnt_stat rv;
tests/lib/libc/rpc/t_rpc.c
172
enum clnt_stat rv;
tests/lib/libc/rpc/t_rpc.c
222
enum clnt_stat clnt_stat;
tests/lib/libc/rpc/t_rpc.c
224
clnt_stat = rpc_broadcast(RPCBPROG, RPCBVERS, RPCBPROC_NULL,
tests/lib/libc/rpc/t_rpc.c
227
if (clnt_stat != RPC_SUCCESS && clnt_stat != RPC_TIMEDOUT)
tests/lib/libc/rpc/t_rpc.c
228
ERRX(EXIT_FAILURE, "%s", clnt_sperrno(clnt_stat));
usr.bin/passwd/yp_passwd.c
221
enum clnt_stat yr;
usr.bin/passwd/yp_passwd.c
382
enum clnt_stat yr;
usr.bin/rpcinfo/rpcinfo.c
1290
enum clnt_stat rpc_stat;
usr.bin/rpcinfo/rpcinfo.c
1389
enum clnt_stat rpc_stat;
usr.bin/rpcinfo/rpcinfo.c
378
enum clnt_stat rpc_stat;
usr.bin/rpcinfo/rpcinfo.c
475
enum clnt_stat clnt_st;
usr.bin/rpcinfo/rpcinfo.c
626
enum clnt_stat rpc_stat;
usr.bin/rpcinfo/rpcinfo.c
692
enum clnt_stat clnt_st;
usr.bin/rup/rup.c
316
enum clnt_stat clnt_stat;
usr.bin/rup/rup.c
324
clnt_stat = rpc_broadcast(RSTATPROG, RSTATVERS_TIME, RSTATPROC_STATS,
usr.bin/rup/rup.c
327
if (clnt_stat != RPC_SUCCESS && clnt_stat != RPC_TIMEDOUT)
usr.bin/rup/rup.c
328
errx(1, "%s", clnt_sperrno(clnt_stat));
usr.bin/rusers/rusers.c
230
enum clnt_stat clnt_stat;
usr.bin/rusers/rusers.c
246
clnt_stat = clnt_call(rusers_clnt, RUSERSPROC_NAMES, xdr_void, NULL,
usr.bin/rusers/rusers.c
248
if (clnt_stat != RPC_SUCCESS)
usr.bin/rusers/rusers.c
249
errx(1, "%s", clnt_sperrno(clnt_stat));
usr.bin/rusers/rusers.c
260
enum clnt_stat clnt_stat;
usr.bin/rusers/rusers.c
263
clnt_stat = rpc_broadcast(RUSERSPROG, RUSERSVERS_IDLE,
usr.bin/rusers/rusers.c
267
if (clnt_stat != RPC_SUCCESS && clnt_stat != RPC_TIMEDOUT)
usr.bin/rusers/rusers.c
268
errx(1, "%s", clnt_sperrno(clnt_stat));
usr.bin/ypwhich/ypwhich.c
220
enum clnt_stat retval;
usr.bin/ypwhich/ypwhich.c
280
enum clnt_stat retval;
usr.sbin/rpc.bootparamd/test.c
52
enum clnt_stat st;
usr.sbin/rpc.lockd/lockd_lock.c
799
clnt_sperrno((enum clnt_stat)retval));
usr.sbin/rpc.lockd/test.c
106
enum clnt_stat st;
usr.sbin/rpc.lockd/test.c
122
enum clnt_stat st;
usr.sbin/rpc.lockd/test.c
139
enum clnt_stat st;
usr.sbin/rpc.lockd/test.c
155
enum clnt_stat st;
usr.sbin/rpc.lockd/test.c
171
enum clnt_stat st;
usr.sbin/rpc.lockd/test.c
187
enum clnt_stat st;
usr.sbin/rpc.lockd/test.c
203
enum clnt_stat st;
usr.sbin/rpc.lockd/test.c
219
enum clnt_stat st;
usr.sbin/rpc.lockd/test.c
235
enum clnt_stat st;
usr.sbin/rpc.lockd/test.c
25
enum clnt_stat st;
usr.sbin/rpc.lockd/test.c
251
enum clnt_stat st;
usr.sbin/rpc.lockd/test.c
267
enum clnt_stat st;
usr.sbin/rpc.lockd/test.c
283
enum clnt_stat st;
usr.sbin/rpc.lockd/test.c
299
enum clnt_stat st;
usr.sbin/rpc.lockd/test.c
315
enum clnt_stat st;
usr.sbin/rpc.lockd/test.c
40
enum clnt_stat st;
usr.sbin/rpc.lockd/test.c
58
enum clnt_stat st;
usr.sbin/rpc.lockd/test.c
74
enum clnt_stat st;
usr.sbin/rpc.lockd/test.c
90
enum clnt_stat st;
usr.sbin/ypbind/ypbind.c
1219
static enum clnt_stat
usr.sbin/ypbind/ypbind.c
1276
static enum clnt_stat
usr.sbin/ypbind/ypbind.c
1344
enum clnt_stat st;
usr.sbin/ypbind/ypbind.c
1440
enum clnt_stat st;
usr.sbin/ypserv/yppush/yppush.c
115
enum clnt_stat retval;