Searched refs:RPC_SUCCESS (Results 26 - 50 of 76) sorted by relevance

1234

/freebsd-13-stable/sys/rpc/
H A Dclnt_rc.c155 return (RPC_SUCCESS);
206 if (stat != RPC_SUCCESS || reterr != RPCTLSERR_OK) {
207 if (stat == RPC_SUCCESS)
241 stat = RPC_SUCCESS;
303 if (stat != RPC_SUCCESS)
319 if (stat != RPC_SUCCESS) {
372 } while (stat != RPC_SUCCESS);
374 KASSERT(stat != RPC_SUCCESS || *resultsp,
375 ("RPC_SUCCESS without reply"));
H A Drpc_prot.c274 return (RPC_SUCCESS);
319 stat = RPC_SUCCESS;
353 case RPC_SUCCESS:
H A Dclnt_bck.c267 errp->re_status = stat = RPC_SUCCESS;
432 errp->re_status = stat = RPC_SUCCESS;
436 if (stat == RPC_SUCCESS) {
469 KASSERT(stat != RPC_SUCCESS || *resultsp,
470 ("RPC_SUCCESS without reply"));
483 if (auth && stat != RPC_SUCCESS)
H A Drpcb_clnt.c816 if (clnt_st != RPC_SUCCESS) {
925 if (clnt_st == RPC_SUCCESS) {
985 if (clnt_st == RPC_SUCCESS) {
1109 if (clnt_st == RPC_SUCCESS)
1126 (char *)(void *)&head, tottimeout) == RPC_SUCCESS)
1184 if ((stat == RPC_SUCCESS) && (addr_ptr != NULL)) {
1246 rpc_createerr.cf_stat = RPC_SUCCESS;
1249 if (rpc_createerr.cf_stat == RPC_SUCCESS)
1279 return (st == RPC_SUCCESS? TRUE: FALSE);
1363 tottimeout) != RPC_SUCCESS) {
[all...]
/freebsd-13-stable/usr.bin/rup/
H A Drup.c191 (xdrproc_t)xdr_statstime, &host_stat, tv) != RPC_SUCCESS) {
213 if (clnt_stat != RPC_SUCCESS && clnt_stat != RPC_TIMEDOUT)
/freebsd-13-stable/libexec/ypxfr/
H A Dypxfrd_getmap.c137 timeout) != RPC_SUCCESS) {
/freebsd-13-stable/sys/kgssapi/
H A Dgss_acquire_cred.c81 if (stat != RPC_SUCCESS) {
H A Dgss_accept_sec_context.c87 if (stat != RPC_SUCCESS) {
H A Dgss_init_sec_context.c99 if (stat != RPC_SUCCESS) {
H A Dgsstest.c597 enum clnt_stat stat = RPC_SUCCESS;
668 } else if (stat == RPC_SUCCESS) {
701 if (stat == RPC_SUCCESS) {
735 if (stat != RPC_SUCCESS || !port) {
744 if (stat == RPC_SUCCESS && !do_tcp) {
855 if (stat == RPC_SUCCESS) {
/freebsd-13-stable/lib/libc/rpc/
H A Drpc_prot.c259 error->re_status = RPC_SUCCESS;
306 error->re_status = RPC_SUCCESS;
338 case RPC_SUCCESS:
H A Drpcb_clnt.c778 if (clnt_st != RPC_SUCCESS) {
885 if (clnt_st == RPC_SUCCESS) {
945 if (clnt_st == RPC_SUCCESS) {
1063 if (clnt_st == RPC_SUCCESS)
1080 (char *)(void *)&head, tottimeout) == RPC_SUCCESS)
1139 if ((stat == RPC_SUCCESS) && (addr_ptr != NULL)) {
1199 rpc_createerr.cf_stat = RPC_SUCCESS;
1202 if (rpc_createerr.cf_stat == RPC_SUCCESS)
1232 return (st == RPC_SUCCESS? TRUE: FALSE);
1300 tottimeout) != RPC_SUCCESS) {
[all...]
H A Dclnt_perror.c107 case RPC_SUCCESS:
193 "RPC: Success", /* 0 - RPC_SUCCESS */
268 case RPC_SUCCESS:
H A Dclnt_raw.c212 if (status == RPC_SUCCESS) {
222 if (status == RPC_SUCCESS) {
H A Dclnt_bcast.c251 enum clnt_stat stat = RPC_SUCCESS; /* Return status */
364 if (stat == RPC_SUCCESS)
369 if (stat == RPC_SUCCESS)
510 stat = RPC_SUCCESS;
633 stat = RPC_SUCCESS;
H A Dclnt_vc.c357 ct->ct_error.re_status = RPC_SUCCESS;
365 if (ct->ct_error.re_status == RPC_SUCCESS)
376 if (ct->ct_error.re_status == RPC_SUCCESS)
389 return (RPC_SUCCESS);
414 if (ct->ct_error.re_status == RPC_SUCCESS)
427 if (ct->ct_error.re_status == RPC_SUCCESS) {
440 if (ct->ct_error.re_status == RPC_SUCCESS)
H A Dclnt_simple.c206 if (clnt_stat != RPC_SUCCESS)
/freebsd-13-stable/usr.sbin/ypbind/
H A Dyp_ping.c135 tottimeout) != RPC_SUCCESS){
162 TIMEOUT) != RPC_SUCCESS) {
181 TIMEOUT) != RPC_SUCCESS) {
/freebsd-13-stable/usr.bin/rpcinfo/
H A Drpcinfo.c416 } else if (rpc_stat == RPC_SUCCESS) {
431 } else if (rpc_stat == RPC_SUCCESS) {
512 if (clnt_st != RPC_SUCCESS) {
635 if ((rpc_stat != RPC_SUCCESS) && (rpc_stat != RPC_TIMEDOUT))
725 if (clnt_st != RPC_SUCCESS) {
738 if (clnt_st != RPC_SUCCESS)
752 if (clnt_st != RPC_SUCCESS)
944 (char *) &head, minutetimeout) != RPC_SUCCESS) {
1027 != RPC_SUCCESS) {
1313 } else if (rpc_stat == RPC_SUCCESS) {
[all...]
/freebsd-13-stable/usr.bin/rwall/
H A Drwall.c108 (xdrproc_t)xdr_void, &res, tv) != RPC_SUCCESS) {
/freebsd-13-stable/lib/libc/yp/
H A Dyplib.c474 if (r != RPC_SUCCESS) {
722 if (r != RPC_SUCCESS) {
814 if (r != RPC_SUCCESS) {
895 if (r != RPC_SUCCESS) {
983 (xdrproc_t)xdr_ypresp_all_seq, &status, tv) != RPC_SUCCESS) {
1043 if (r != RPC_SUCCESS) {
1090 if (r != RPC_SUCCESS) {
1133 if (r != RPC_SUCCESS) {
/freebsd-13-stable/usr.bin/rusers/
H A Drusers.c197 (xdrproc_t)xdr_utmpidlearr, &up, tv) != RPC_SUCCESS)
215 if (clnt_stat != RPC_SUCCESS && clnt_stat != RPC_TIMEDOUT)
/freebsd-13-stable/sys/nlm/
H A Dnlm_advlock.c586 if (stat == RPC_SUCCESS) {
620 if (stat == RPC_SUCCESS) {
647 if (stat == RPC_SUCCESS) {
672 if (stat == RPC_SUCCESS) {
808 if (stat != RPC_SUCCESS) {
884 if (stat != RPC_SUCCESS) {
898 } while (stat != RPC_SUCCESS);
993 if (stat != RPC_SUCCESS) {
1074 if (stat != RPC_SUCCESS) {
/freebsd-13-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/nfs/
H A Dtst.call3.c378 if (status != RPC_SUCCESS) {
409 if (status != RPC_SUCCESS)
417 if (status != RPC_SUCCESS)
/freebsd-13-stable/lib/libypclnt/
H A Dypclnt_passwd.c196 if (rpcerr.re_status != RPC_SUCCESS) {
277 if (rpcerr.re_status != RPC_SUCCESS) {

Completed in 114 milliseconds

1234