Home
last modified time | relevance | path

Searched refs:RPC_SUCCESS (Results 1 – 25 of 75) sorted by relevance

123

/freebsd-14-stable/usr.sbin/rpc.lockd/
HDtest.c26 …clnt_call(clnt, NLM_TEST, xdr_nlm_testargs, argp, xdr_nlm_testres, &res, TIMEOUT) != RPC_SUCCESS) {
42 …t = clnt_call(clnt, NLM_LOCK, xdr_nlm_lockargs, argp, xdr_nlm_res, &res, TIMEOUT) != RPC_SUCCESS) {
59 …if (clnt_call(clnt, NLM_CANCEL, xdr_nlm_cancargs, argp, xdr_nlm_res, &res, TIMEOUT) != RPC_SUCCESS
74 …clnt_call(clnt, NLM_UNLOCK, xdr_nlm_unlockargs, argp, xdr_nlm_res, &res, TIMEOUT) != RPC_SUCCESS) {
89 …(clnt_call(clnt, NLM_GRANTED, xdr_nlm_testargs, argp, xdr_nlm_res, &res, TIMEOUT) != RPC_SUCCESS) {
104 …if (clnt_call(clnt, NLM_TEST_MSG, xdr_nlm_testargs, argp, xdr_void, &res, TIMEOUT) != RPC_SUCCESS)…
119 …if (clnt_call(clnt, NLM_LOCK_MSG, xdr_nlm_lockargs, argp, xdr_void, NULL, TIMEOUT) != RPC_SUCCESS)…
135 …(clnt_call(clnt, NLM_CANCEL_MSG, xdr_nlm_cancargs, argp, xdr_void, &res, TIMEOUT) != RPC_SUCCESS) {
150 …lnt_call(clnt, NLM_UNLOCK_MSG, xdr_nlm_unlockargs, argp, xdr_void, &res, TIMEOUT) != RPC_SUCCESS) {
165 …clnt_call(clnt, NLM_GRANTED_MSG, xdr_nlm_testargs, argp, xdr_void, &res, TIMEOUT) != RPC_SUCCESS) {
[all …]
/freebsd-14-stable/usr.sbin/rpc.statd/
HDtest.c19 (xdrproc_t)xdr_sm_stat_res, &res, TIMEOUT) != RPC_SUCCESS) {
35 (xdrproc_t)xdr_sm_stat_res, &res, TIMEOUT) != RPC_SUCCESS) {
51 (xdrproc_t)xdr_sm_stat, &res, TIMEOUT) != RPC_SUCCESS) {
67 (xdrproc_t)xdr_sm_stat, &res, TIMEOUT) != RPC_SUCCESS) {
83 (xdrproc_t)xdr_void, &res, TIMEOUT) != RPC_SUCCESS) {
/freebsd-14-stable/lib/librpcsvc/
HDyp_update.c131 (xdrproc_t)xdr_u_int, &res, timeout)) != RPC_SUCCESS) { in yp_update()
148 (xdrproc_t)xdr_u_int, &res, timeout)) != RPC_SUCCESS) { in yp_update()
163 (xdrproc_t)xdr_u_int, &res, timeout)) != RPC_SUCCESS) { in yp_update()
180 (xdrproc_t)xdr_u_int, &res, timeout)) != RPC_SUCCESS) { in yp_update()
/freebsd-14-stable/sys/rpc/rpcsec_tls/
HDrpctls_impl.c483 if (stat != RPC_SUCCESS) in rpctls_connect()
507 if (stat == RPC_SUCCESS) { in rpctls_connect()
553 return (RPC_SUCCESS); in rpctls_cl_handlerecord()
562 if (stat == RPC_SUCCESS) in rpctls_cl_handlerecord()
579 return (RPC_SUCCESS); in rpctls_srv_handlerecord()
588 if (stat == RPC_SUCCESS) in rpctls_srv_handlerecord()
606 return (RPC_SUCCESS); in rpctls_cl_disconnect()
615 if (stat == RPC_SUCCESS) in rpctls_cl_disconnect()
632 return (RPC_SUCCESS); in rpctls_srv_disconnect()
641 if (stat == RPC_SUCCESS) in rpctls_srv_disconnect()
[all …]
/freebsd-14-stable/contrib/netbsd-tests/lib/libc/rpc/
HDt_rpc.c96 != RPC_SUCCESS) in onehost()
99 != RPC_SUCCESS) in onehost()
173 if (rv != RPC_SUCCESS) in rawtest()
224 if (rv != RPC_SUCCESS) in regtest()
231 if (rv != RPC_SUCCESS) in regtest()
248 if (clnt_stat != RPC_SUCCESS && clnt_stat != RPC_TIMEDOUT) in allhosts()
/freebsd-14-stable/lib/libc/rpc/
HDclnt_generic.c112 if (rpc_stat == RPC_SUCCESS) { in clnt_create_vers_timed()
135 if (rpc_stat == RPC_SUCCESS) { in clnt_create_vers_timed()
185 enum clnt_stat save_cf_stat = RPC_SUCCESS; in clnt_create_timed()
205 rpc_createerr.cf_stat = RPC_SUCCESS; in clnt_create_timed()
208 if (rpc_createerr.cf_stat == RPC_SUCCESS) in clnt_create_timed()
248 (save_cf_stat != RPC_SUCCESS)) { in clnt_create_timed()
HDrpcb_clnt.c785 if (clnt_st != RPC_SUCCESS) { in __rpcb_findaddr_timed()
892 if (clnt_st == RPC_SUCCESS) { in __rpcb_findaddr_timed()
952 if (clnt_st == RPC_SUCCESS) { in __rpcb_findaddr_timed()
1070 if (clnt_st == RPC_SUCCESS) in rpcb_getmaps()
1087 (char *)(void *)&head, tottimeout) == RPC_SUCCESS) in rpcb_getmaps()
1146 if ((stat == RPC_SUCCESS) && (addr_ptr != NULL)) { in rpcb_rmtcall()
1206 rpc_createerr.cf_stat = RPC_SUCCESS; in rpcb_gettime()
1209 if (rpc_createerr.cf_stat == RPC_SUCCESS) in rpcb_gettime()
1239 return (st == RPC_SUCCESS? TRUE: FALSE); in rpcb_gettime()
1307 tottimeout) != RPC_SUCCESS) { in rpcb_uaddr2taddr()
HDrpc_prot.c256 error->re_status = RPC_SUCCESS; in accepted()
303 error->re_status = RPC_SUCCESS; in _seterr_reply()
335 case RPC_SUCCESS: in _seterr_reply()
HDclnt_vc.c352 ct->ct_error.re_status = RPC_SUCCESS; in clnt_vc_call()
360 if (ct->ct_error.re_status == RPC_SUCCESS) in clnt_vc_call()
371 if (ct->ct_error.re_status == RPC_SUCCESS) in clnt_vc_call()
384 return (RPC_SUCCESS); in clnt_vc_call()
409 if (ct->ct_error.re_status == RPC_SUCCESS) in clnt_vc_call()
422 if (ct->ct_error.re_status == RPC_SUCCESS) { in clnt_vc_call()
435 if (ct->ct_error.re_status == RPC_SUCCESS) in clnt_vc_call()
HDclnt_bcast.c247 enum clnt_stat stat = RPC_SUCCESS; /* Return status */ in rpc_broadcast_exp()
360 if (stat == RPC_SUCCESS) in rpc_broadcast_exp()
365 if (stat == RPC_SUCCESS) in rpc_broadcast_exp()
506 stat = RPC_SUCCESS; in rpc_broadcast_exp()
629 stat = RPC_SUCCESS; in rpc_broadcast_exp()
HDclnt_perror.c104 case RPC_SUCCESS: in clnt_sperror()
265 case RPC_SUCCESS: in clnt_spcreateerror()
/freebsd-14-stable/usr.sbin/ypserv/common/
HDyplib_host.c161 if (r != RPC_SUCCESS) in yp_match_host()
196 if (r != RPC_SUCCESS) in yp_first_host()
237 if (r != RPC_SUCCESS) in yp_next_host()
298 if (r != RPC_SUCCESS) in yp_order_host()
324 if (r != RPC_SUCCESS) in yp_master_host()
348 if (r != RPC_SUCCESS) in yp_maplist_host()
/freebsd-14-stable/usr.sbin/rpc.umntall/
HDrpc.umntall.c186 if (clnt_stat != RPC_SUCCESS) in do_umntall()
190 return (clnt_stat == RPC_SUCCESS); in do_umntall()
213 if (clnt_stat != RPC_SUCCESS) in do_umount()
217 return (clnt_stat == RPC_SUCCESS); in do_umount()
/freebsd-14-stable/sys/rpc/
HDclnt_rc.c155 return (RPC_SUCCESS); in clnt_reconnect_connect()
206 if (stat != RPC_SUCCESS || reterr != RPCTLSERR_OK) { in clnt_reconnect_connect()
207 if (stat == RPC_SUCCESS) in clnt_reconnect_connect()
247 stat = RPC_SUCCESS; in clnt_reconnect_connect()
309 if (stat != RPC_SUCCESS) in clnt_reconnect_call()
325 if (stat != RPC_SUCCESS) { in clnt_reconnect_call()
378 } while (stat != RPC_SUCCESS); in clnt_reconnect_call()
380 KASSERT(stat != RPC_SUCCESS || *resultsp, in clnt_reconnect_call()
HDrpcb_clnt.c814 if (clnt_st != RPC_SUCCESS) {
923 if (clnt_st == RPC_SUCCESS) {
983 if (clnt_st == RPC_SUCCESS) {
1107 if (clnt_st == RPC_SUCCESS)
1124 (char *)(void *)&head, tottimeout) == RPC_SUCCESS)
1182 if ((stat == RPC_SUCCESS) && (addr_ptr != NULL)) {
1244 rpc_createerr.cf_stat = RPC_SUCCESS;
1247 if (rpc_createerr.cf_stat == RPC_SUCCESS)
1277 return (st == RPC_SUCCESS? TRUE: FALSE);
1361 tottimeout) != RPC_SUCCESS) {
HDclnt_bck.c265 errp->re_status = stat = RPC_SUCCESS; in clnt_bck_call()
430 errp->re_status = stat = RPC_SUCCESS; in clnt_bck_call()
434 if (stat == RPC_SUCCESS) { in clnt_bck_call()
467 KASSERT(stat != RPC_SUCCESS || *resultsp, in clnt_bck_call()
481 if (auth && stat != RPC_SUCCESS) in clnt_bck_call()
HDrpc_prot.c272 return (RPC_SUCCESS); in accepted()
317 stat = RPC_SUCCESS; in _seterr_reply()
351 case RPC_SUCCESS: in _seterr_reply()
/freebsd-14-stable/usr.sbin/yppoll/
HDyppoll.c105 if (r != RPC_SUCCESS) in get_remote_info()
112 if (r == RPC_SUCCESS) { in get_remote_info()
117 if (r != RPC_SUCCESS) in get_remote_info()
/freebsd-14-stable/usr.bin/rpcinfo/
HDrpcinfo.c414 } else if (rpc_stat == RPC_SUCCESS) {
429 } else if (rpc_stat == RPC_SUCCESS) {
510 if (clnt_st != RPC_SUCCESS) {
633 if ((rpc_stat != RPC_SUCCESS) && (rpc_stat != RPC_TIMEDOUT))
723 if (clnt_st != RPC_SUCCESS) {
736 if (clnt_st != RPC_SUCCESS)
750 if (clnt_st != RPC_SUCCESS)
942 (char *) &head, minutetimeout) != RPC_SUCCESS) {
1025 != RPC_SUCCESS) {
1311 } else if (rpc_stat == RPC_SUCCESS) {
[all …]
/freebsd-14-stable/usr.sbin/ypbind/
HDyp_ping.c133 tottimeout) != RPC_SUCCESS){ in __pmap_getport()
160 TIMEOUT) != RPC_SUCCESS) { in ypproc_domain_nonack_2_send()
179 TIMEOUT) != RPC_SUCCESS) { in ypproc_domain_nonack_2_recv()
/freebsd-14-stable/sys/kgssapi/
HDgss_pname_to_uid.c67 if (stat != RPC_SUCCESS) { in gss_pname_to_uid()
108 if (stat != RPC_SUCCESS) { in gss_pname_to_unix_cred()
/freebsd-14-stable/usr.sbin/spray/
HDspray.c138 (xdrproc_t)xdr_void, NULL, TIMEOUT) != RPC_SUCCESS) in main()
159 (xdrproc_t)xdr_spraycumul, &host_stats, TIMEOUT) != RPC_SUCCESS) in main()
/freebsd-14-stable/sys/nlm/
HDnlm_advlock.c584 if (stat == RPC_SUCCESS) { in nlm_test_rpc()
618 if (stat == RPC_SUCCESS) { in nlm_lock_rpc()
645 if (stat == RPC_SUCCESS) { in nlm_cancel_rpc()
670 if (stat == RPC_SUCCESS) { in nlm_unlock_rpc()
806 if (stat != RPC_SUCCESS) { in nlm_setlock()
882 if (stat != RPC_SUCCESS) { in nlm_setlock()
896 } while (stat != RPC_SUCCESS); in nlm_setlock()
991 if (stat != RPC_SUCCESS) { in nlm_clearlock()
1072 if (stat != RPC_SUCCESS) { in nlm_getlock()
/freebsd-14-stable/lib/libc/yp/
HDyplib.c467 if (r != RPC_SUCCESS) { in _yp_dobind()
715 if (r != RPC_SUCCESS) { in yp_match()
807 if (r != RPC_SUCCESS) { in yp_first()
888 if (r != RPC_SUCCESS) { in yp_next()
976 (xdrproc_t)xdr_ypresp_all_seq, &status, tv) != RPC_SUCCESS) { in yp_all()
1036 if (r != RPC_SUCCESS) { in yp_order()
1083 if (r != RPC_SUCCESS) { in yp_master()
1126 if (r != RPC_SUCCESS) { in yp_maplist()
/freebsd-14-stable/usr.bin/rup/
HDrup.c188 (xdrproc_t)xdr_statstime, &host_stat, tv) != RPC_SUCCESS) { in onehost()
210 if (clnt_stat != RPC_SUCCESS && clnt_stat != RPC_TIMEDOUT) in allhosts()

123