Symbol: RPC_SUCCESS
lib/libc/rpc/auth_time.c
357
if (status == RPC_SUCCESS)
lib/libc/rpc/clnt_bcast.c
238
enum clnt_stat stat = RPC_SUCCESS; /* Return status */
lib/libc/rpc/clnt_bcast.c
350
if (stat == RPC_SUCCESS)
lib/libc/rpc/clnt_bcast.c
355
if (stat == RPC_SUCCESS)
lib/libc/rpc/clnt_bcast.c
496
stat = RPC_SUCCESS;
lib/libc/rpc/clnt_bcast.c
619
stat = RPC_SUCCESS;
lib/libc/rpc/clnt_dg.c
483
cu->cu_error.re_status = RPC_SUCCESS;
lib/libc/rpc/clnt_dg.c
487
if (cu->cu_error.re_status == RPC_SUCCESS) {
lib/libc/rpc/clnt_generic.c
126
if (rpc_stat == RPC_SUCCESS) {
lib/libc/rpc/clnt_generic.c
149
if (rpc_stat == RPC_SUCCESS) {
lib/libc/rpc/clnt_generic.c
199
enum clnt_stat save_cf_stat = RPC_SUCCESS;
lib/libc/rpc/clnt_generic.c
219
rpc_createerr.cf_stat = RPC_SUCCESS;
lib/libc/rpc/clnt_generic.c
222
if (rpc_createerr.cf_stat == RPC_SUCCESS)
lib/libc/rpc/clnt_generic.c
262
(save_cf_stat != RPC_SUCCESS)) {
lib/libc/rpc/clnt_perror.c
100
case RPC_SUCCESS:
lib/libc/rpc/clnt_perror.c
261
case RPC_SUCCESS:
lib/libc/rpc/clnt_raw.c
204
if (status == RPC_SUCCESS) {
lib/libc/rpc/clnt_raw.c
214
if (status == RPC_SUCCESS) {
lib/libc/rpc/clnt_simple.c
190
if (clnt_stat != RPC_SUCCESS)
lib/libc/rpc/clnt_vc.c
345
ct->ct_error.re_status = RPC_SUCCESS;
lib/libc/rpc/clnt_vc.c
352
if (ct->ct_error.re_status == RPC_SUCCESS)
lib/libc/rpc/clnt_vc.c
364
return (RPC_SUCCESS);
lib/libc/rpc/clnt_vc.c
389
if (ct->ct_error.re_status == RPC_SUCCESS)
lib/libc/rpc/clnt_vc.c
402
if (ct->ct_error.re_status == RPC_SUCCESS) {
lib/libc/rpc/clnt_vc.c
408
if (ct->ct_error.re_status == RPC_SUCCESS)
lib/libc/rpc/key_call.c
441
wait_time) == RPC_SUCCESS) {
lib/libc/rpc/pmap_getmaps.c
88
RPC_SUCCESS) {
lib/libc/rpc/pmap_getport.c
87
RPC_SUCCESS){
lib/libc/rpc/rpc_generic.c
446
(xdrproc_t) xdr_void, NULL, TIMEOUT) != RPC_SUCCESS) {
lib/libc/rpc/rpc_prot.c
253
error->re_status = RPC_SUCCESS;
lib/libc/rpc/rpc_prot.c
300
error->re_status = RPC_SUCCESS;
lib/libc/rpc/rpc_prot.c
332
case RPC_SUCCESS:
lib/libc/rpc/rpcb_clnt.c
1082
if (clnt_st == RPC_SUCCESS)
lib/libc/rpc/rpcb_clnt.c
1099
(char *)(void *)&head, tottimeout) == RPC_SUCCESS)
lib/libc/rpc/rpcb_clnt.c
1150
if ((stat == RPC_SUCCESS) && (addr_ptr != NULL)) {
lib/libc/rpc/rpcb_clnt.c
1210
rpc_createerr.cf_stat = RPC_SUCCESS;
lib/libc/rpc/rpcb_clnt.c
1213
if (rpc_createerr.cf_stat == RPC_SUCCESS)
lib/libc/rpc/rpcb_clnt.c
1243
return (st == RPC_SUCCESS);
lib/libc/rpc/rpcb_clnt.c
1311
tottimeout) != RPC_SUCCESS) {
lib/libc/rpc/rpcb_clnt.c
794
if (clnt_st != RPC_SUCCESS) {
lib/libc/rpc/rpcb_clnt.c
903
if (clnt_st == RPC_SUCCESS) {
lib/libc/rpc/rpcb_clnt.c
963
if (clnt_st == RPC_SUCCESS) {
lib/libc/yp/yplib.c
1029
if (r != RPC_SUCCESS) {
lib/libc/yp/yplib.c
1072
if (r != RPC_SUCCESS) {
lib/libc/yp/yplib.c
480
if (r != RPC_SUCCESS) {
lib/libc/yp/yplib.c
716
if (r != RPC_SUCCESS) {
lib/libc/yp/yplib.c
795
if (r != RPC_SUCCESS) {
lib/libc/yp/yplib.c
855
if (r != RPC_SUCCESS) {
lib/libc/yp/yplib.c
923
(xdrproc_t)xdr_ypresp_all_seq, &status, tv) != RPC_SUCCESS) {
lib/libc/yp/yplib.c
982
if (r != RPC_SUCCESS) {
lib/librpcsvc/yp_update.c
132
(xdrproc_t)xdr_u_int, &res, timeout)) != RPC_SUCCESS) {
lib/librpcsvc/yp_update.c
149
(xdrproc_t)xdr_u_int, &res, timeout)) != RPC_SUCCESS) {
lib/librpcsvc/yp_update.c
164
(xdrproc_t)xdr_u_int, &res, timeout)) != RPC_SUCCESS) {
lib/librpcsvc/yp_update.c
181
(xdrproc_t)xdr_u_int, &res, timeout)) != RPC_SUCCESS) {
lib/libypclnt/ypclnt_passwd.c
194
if (rpcerr.re_status != RPC_SUCCESS) {
lib/libypclnt/ypclnt_passwd.c
275
if (rpcerr.re_status != RPC_SUCCESS) {
libexec/ypxfr/ypxfr_main.c
556
(xdrproc_t)xdr_void, (void *)out)) != RPC_SUCCESS) {
libexec/ypxfr/ypxfrd_getmap.c
134
timeout) != RPC_SUCCESS) {
sbin/mount_nfs/mount_nfs.c
687
if (status != RPC_SUCCESS) {
sbin/mount_nfs/mount_nfs.c
717
if (status != RPC_SUCCESS) {
sbin/umount/umount.c
475
if (clnt_stat != RPC_SUCCESS) {
usr.bin/rpcinfo/rpcinfo.c
1017
!= RPC_SUCCESS) {
usr.bin/rpcinfo/rpcinfo.c
1302
} else if (rpc_stat == RPC_SUCCESS) {
usr.bin/rpcinfo/rpcinfo.c
1315
} else if (rpc_stat == RPC_SUCCESS) {
usr.bin/rpcinfo/rpcinfo.c
1406
} else if (rpc_stat == RPC_SUCCESS) {
usr.bin/rpcinfo/rpcinfo.c
1420
} else if (rpc_stat == RPC_SUCCESS) {
usr.bin/rpcinfo/rpcinfo.c
1517
if (rpcerr.re_status != RPC_SUCCESS) {
usr.bin/rpcinfo/rpcinfo.c
1540
rpc_createerr.cf_stat = RPC_SUCCESS;
usr.bin/rpcinfo/rpcinfo.c
1546
if (rpc_createerr.cf_stat == RPC_SUCCESS)
usr.bin/rpcinfo/rpcinfo.c
407
} else if (rpc_stat == RPC_SUCCESS) {
usr.bin/rpcinfo/rpcinfo.c
421
} else if (rpc_stat == RPC_SUCCESS) {
usr.bin/rpcinfo/rpcinfo.c
501
if (clnt_st != RPC_SUCCESS) {
usr.bin/rpcinfo/rpcinfo.c
616
if ((rpc_stat != RPC_SUCCESS) && (rpc_stat != RPC_TIMEDOUT))
usr.bin/rpcinfo/rpcinfo.c
706
if (clnt_st != RPC_SUCCESS) {
usr.bin/rpcinfo/rpcinfo.c
719
if (clnt_st != RPC_SUCCESS)
usr.bin/rpcinfo/rpcinfo.c
733
if (clnt_st != RPC_SUCCESS)
usr.bin/rpcinfo/rpcinfo.c
934
(char *) &head, minutetimeout) != RPC_SUCCESS) {
usr.bin/rup/rup.c
192
(xdrproc_t)xdr_statstime, &host_stat, tv) != RPC_SUCCESS) {
usr.bin/rup/rup.c
214
if (clnt_stat != RPC_SUCCESS && clnt_stat != RPC_TIMEDOUT)
usr.bin/rusers/rusers.c
190
(xdrproc_t)xdr_utmpidlearr, &up, tv) != RPC_SUCCESS)
usr.bin/rusers/rusers.c
208
if (clnt_stat != RPC_SUCCESS && clnt_stat != RPC_TIMEDOUT)
usr.bin/rwall/rwall.c
105
(xdrproc_t)xdr_void, &res, tv) != RPC_SUCCESS) {
usr.bin/ypwhich/ypwhich.c
112
if (r != RPC_SUCCESS) {
usr.sbin/rpc.lockd/test.c
102
if (clnt_call(clnt, NLM_LOCK_MSG, xdr_nlm_lockargs, argp, xdr_void, NULL, TIMEOUT) != RPC_SUCCESS) {
usr.sbin/rpc.lockd/test.c
116
if (clnt_call(clnt, NLM_CANCEL_MSG, xdr_nlm_cancargs, argp, xdr_void, &res, TIMEOUT) != RPC_SUCCESS) {
usr.sbin/rpc.lockd/test.c
129
if (clnt_call(clnt, NLM_UNLOCK_MSG, xdr_nlm_unlockargs, argp, xdr_void, &res, TIMEOUT) != RPC_SUCCESS) {
usr.sbin/rpc.lockd/test.c
142
if (clnt_call(clnt, NLM_GRANTED_MSG, xdr_nlm_testargs, argp, xdr_void, &res, TIMEOUT) != RPC_SUCCESS) {
usr.sbin/rpc.lockd/test.c
155
if (clnt_call(clnt, NLM_TEST_RES, xdr_nlm_testres, argp, xdr_void, &res, TIMEOUT) != RPC_SUCCESS) {
usr.sbin/rpc.lockd/test.c
168
if (clnt_call(clnt, NLM_LOCK_RES, xdr_nlm_res, argp, xdr_void, &res, TIMEOUT) != RPC_SUCCESS) {
usr.sbin/rpc.lockd/test.c
181
if (clnt_call(clnt, NLM_CANCEL_RES, xdr_nlm_res, argp, xdr_void, &res, TIMEOUT) != RPC_SUCCESS) {
usr.sbin/rpc.lockd/test.c
194
if (clnt_call(clnt, NLM_UNLOCK_RES, xdr_nlm_res, argp, xdr_void, &res, TIMEOUT) != RPC_SUCCESS) {
usr.sbin/rpc.lockd/test.c
207
if (clnt_call(clnt, NLM_GRANTED_RES, xdr_nlm_res, argp, xdr_void, &res, TIMEOUT) != RPC_SUCCESS) {
usr.sbin/rpc.lockd/test.c
21
if (clnt_call(clnt, NLM_TEST, xdr_nlm_testargs, argp, xdr_nlm_testres, &res, TIMEOUT) != RPC_SUCCESS) {
usr.sbin/rpc.lockd/test.c
220
if (clnt_call(clnt, NLM_SHARE, xdr_nlm_shareargs, argp, xdr_nlm_shareres, &res, TIMEOUT) != RPC_SUCCESS) {
usr.sbin/rpc.lockd/test.c
233
if (clnt_call(clnt, NLM_UNSHARE, xdr_nlm_shareargs, argp, xdr_nlm_shareres, &res, TIMEOUT) != RPC_SUCCESS) {
usr.sbin/rpc.lockd/test.c
246
if (clnt_call(clnt, NLM_NM_LOCK, xdr_nlm_lockargs, argp, xdr_nlm_res, &res, TIMEOUT) != RPC_SUCCESS) {
usr.sbin/rpc.lockd/test.c
259
if (clnt_call(clnt, NLM_FREE_ALL, xdr_nlm_notify, argp, xdr_void, &res, TIMEOUT) != RPC_SUCCESS) {
usr.sbin/rpc.lockd/test.c
35
if (st = clnt_call(clnt, NLM_LOCK, xdr_nlm_lockargs, argp, xdr_nlm_res, &res, TIMEOUT) != RPC_SUCCESS) {
usr.sbin/rpc.lockd/test.c
50
if (clnt_call(clnt, NLM_CANCEL, xdr_nlm_cancargs, argp, xdr_nlm_res, &res, TIMEOUT) != RPC_SUCCESS) {
usr.sbin/rpc.lockd/test.c
63
if (clnt_call(clnt, NLM_UNLOCK, xdr_nlm_unlockargs, argp, xdr_nlm_res, &res, TIMEOUT) != RPC_SUCCESS) {
usr.sbin/rpc.lockd/test.c
76
if (clnt_call(clnt, NLM_GRANTED, xdr_nlm_testargs, argp, xdr_nlm_res, &res, TIMEOUT) != RPC_SUCCESS) {
usr.sbin/rpc.lockd/test.c
89
if (clnt_call(clnt, NLM_TEST_MSG, xdr_nlm_testargs, argp, xdr_void, &res, TIMEOUT) != RPC_SUCCESS) {
usr.sbin/rpc.statd/file.c
245
!= RPC_SUCCESS)
usr.sbin/rpc.statd/procs.c
347
(xdrproc_t)xdr_void, &dummy, timeout) != RPC_SUCCESS)
usr.sbin/rpc.statd/test.c
20
if (clnt_call(clnt, SM_STAT, xdr_sm_name, argp, xdr_sm_stat_res, &res, TIMEOUT) != RPC_SUCCESS) {
usr.sbin/rpc.statd/test.c
33
if (clnt_call(clnt, SM_MON, xdr_mon, argp, xdr_sm_stat_res, &res, TIMEOUT) != RPC_SUCCESS) {
usr.sbin/rpc.statd/test.c
46
if (clnt_call(clnt, SM_UNMON, xdr_mon_id, argp, xdr_sm_stat, &res, TIMEOUT) != RPC_SUCCESS) {
usr.sbin/rpc.statd/test.c
59
if (clnt_call(clnt, SM_UNMON_ALL, xdr_my_id, argp, xdr_sm_stat, &res, TIMEOUT) != RPC_SUCCESS) {
usr.sbin/rpc.statd/test.c
72
if (clnt_call(clnt, SM_SIMU_CRASH, xdr_void, argp, xdr_void, &res, TIMEOUT) != RPC_SUCCESS) {
usr.sbin/rpc.umntall/rpc.umntall.c
189
if (clnt_stat != RPC_SUCCESS)
usr.sbin/rpc.umntall/rpc.umntall.c
193
return (clnt_stat == RPC_SUCCESS);
usr.sbin/rpc.umntall/rpc.umntall.c
216
if (clnt_stat != RPC_SUCCESS)
usr.sbin/rpc.umntall/rpc.umntall.c
220
return (clnt_stat == RPC_SUCCESS);
usr.sbin/rpcbind/rpcb_svc_com.c
1274
if (reply_error.re_status != RPC_SUCCESS) {
usr.sbin/spray/spray.c
140
(xdrproc_t)xdr_void, NULL, TIMEOUT) != RPC_SUCCESS) {
usr.sbin/spray/spray.c
162
(xdrproc_t)xdr_spraycumul, &host_stats, TIMEOUT) != RPC_SUCCESS) {
usr.sbin/yp_mkdb/yp_mkdb.c
334
(xdrproc_t)xdr_void, (void *)out)) != RPC_SUCCESS) {
usr.sbin/ypbind/yp_ping.c
130
tottimeout) != RPC_SUCCESS){
usr.sbin/ypbind/yp_ping.c
157
TIMEOUT) != RPC_SUCCESS) {
usr.sbin/ypbind/yp_ping.c
176
TIMEOUT) != RPC_SUCCESS) {
usr.sbin/ypbind/ypbind.c
735
if (stat != RPC_SUCCESS) {
usr.sbin/ypbind/ypbind.c
791
if (stat != RPC_SUCCESS || out == FALSE) {
usr.sbin/yppush/yppush_main.c
346
if (err.re_status != RPC_SUCCESS &&
usr.sbin/ypserv/yp_server.c
298
if (err.re_status != RPC_SUCCESS &&