Home
last modified time | relevance | path

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

1234

/freebsd-head/usr.sbin/rpc.lockd/
HDtest.c18 …clnt_call(clnt, NLM_TEST, xdr_nlm_testargs, argp, xdr_nlm_testres, &res, TIMEOUT) != RPC_SUCCESS) {
34 …t = clnt_call(clnt, NLM_LOCK, xdr_nlm_lockargs, argp, xdr_nlm_res, &res, TIMEOUT) != RPC_SUCCESS) {
51 …if (clnt_call(clnt, NLM_CANCEL, xdr_nlm_cancargs, argp, xdr_nlm_res, &res, TIMEOUT) != RPC_SUCCESS
66 …clnt_call(clnt, NLM_UNLOCK, xdr_nlm_unlockargs, argp, xdr_nlm_res, &res, TIMEOUT) != RPC_SUCCESS) {
81 …(clnt_call(clnt, NLM_GRANTED, xdr_nlm_testargs, argp, xdr_nlm_res, &res, TIMEOUT) != RPC_SUCCESS) {
96 …if (clnt_call(clnt, NLM_TEST_MSG, xdr_nlm_testargs, argp, xdr_void, &res, TIMEOUT) != RPC_SUCCESS)…
111 …if (clnt_call(clnt, NLM_LOCK_MSG, xdr_nlm_lockargs, argp, xdr_void, NULL, TIMEOUT) != RPC_SUCCESS)…
127 …(clnt_call(clnt, NLM_CANCEL_MSG, xdr_nlm_cancargs, argp, xdr_void, &res, TIMEOUT) != RPC_SUCCESS) {
142 …lnt_call(clnt, NLM_UNLOCK_MSG, xdr_nlm_unlockargs, argp, xdr_void, &res, TIMEOUT) != RPC_SUCCESS) {
157 …clnt_call(clnt, NLM_GRANTED_MSG, xdr_nlm_testargs, argp, xdr_void, &res, TIMEOUT) != RPC_SUCCESS) {
[all …]
/freebsd-head/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-head/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-head/sys/rpc/rpcsec_tls/
HDrpctls_impl.c265 if (stat != RPC_SUCCESS) in rpctls_connect()
283 if (stat == RPC_SUCCESS) in rpctls_connect()
311 if (stat == RPC_SUCCESS) in rpctls_cl_handlerecord()
326 if (stat == RPC_SUCCESS) in rpctls_srv_handlerecord()
342 if (stat == RPC_SUCCESS) in rpctls_cl_disconnect()
357 if (stat == RPC_SUCCESS) in rpctls_srv_disconnect()
387 if (stat == RPC_SUCCESS) { in rpctls_server()
489 if (stat == RPC_SUCCESS) { in _svcauth_rpcsec_tls()
/freebsd-head/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-head/lib/libc/rpc/
HDclnt_generic.c106 if (rpc_stat == RPC_SUCCESS) { in clnt_create_vers_timed()
129 if (rpc_stat == RPC_SUCCESS) { in clnt_create_vers_timed()
179 enum clnt_stat save_cf_stat = RPC_SUCCESS; in clnt_create_timed()
199 rpc_createerr.cf_stat = RPC_SUCCESS; in clnt_create_timed()
202 if (rpc_createerr.cf_stat == RPC_SUCCESS) in clnt_create_timed()
242 (save_cf_stat != RPC_SUCCESS)) { in clnt_create_timed()
HDrpcb_clnt.c779 if (clnt_st != RPC_SUCCESS) { in __rpcb_findaddr_timed()
886 if (clnt_st == RPC_SUCCESS) { in __rpcb_findaddr_timed()
946 if (clnt_st == RPC_SUCCESS) { in __rpcb_findaddr_timed()
1064 if (clnt_st == RPC_SUCCESS) in rpcb_getmaps()
1081 (char *)(void *)&head, tottimeout) == RPC_SUCCESS) in rpcb_getmaps()
1140 if ((stat == RPC_SUCCESS) && (addr_ptr != NULL)) { in rpcb_rmtcall()
1200 rpc_createerr.cf_stat = RPC_SUCCESS; in rpcb_gettime()
1203 if (rpc_createerr.cf_stat == RPC_SUCCESS) in rpcb_gettime()
1233 return (st == RPC_SUCCESS? TRUE: FALSE); in rpcb_gettime()
1301 tottimeout) != RPC_SUCCESS) { in rpcb_uaddr2taddr()
HDrpc_prot.c252 error->re_status = RPC_SUCCESS; in accepted()
299 error->re_status = RPC_SUCCESS; in _seterr_reply()
331 case RPC_SUCCESS: in _seterr_reply()
HDclnt_vc.c347 ct->ct_error.re_status = RPC_SUCCESS; in clnt_vc_call()
355 if (ct->ct_error.re_status == RPC_SUCCESS) in clnt_vc_call()
366 if (ct->ct_error.re_status == RPC_SUCCESS) in clnt_vc_call()
379 return (RPC_SUCCESS); in clnt_vc_call()
404 if (ct->ct_error.re_status == RPC_SUCCESS) in clnt_vc_call()
417 if (ct->ct_error.re_status == RPC_SUCCESS) { in clnt_vc_call()
430 if (ct->ct_error.re_status == RPC_SUCCESS) in clnt_vc_call()
HDclnt_bcast.c243 enum clnt_stat stat = RPC_SUCCESS; /* Return status */ in rpc_broadcast_exp()
356 if (stat == RPC_SUCCESS) in rpc_broadcast_exp()
361 if (stat == RPC_SUCCESS) in rpc_broadcast_exp()
502 stat = RPC_SUCCESS; in rpc_broadcast_exp()
625 stat = RPC_SUCCESS; in rpc_broadcast_exp()
HDclnt_perror.c100 case RPC_SUCCESS: in clnt_sperror()
261 case RPC_SUCCESS: in clnt_spcreateerror()
/freebsd-head/usr.sbin/ypserv/common/
HDyplib_host.c160 if (r != RPC_SUCCESS) in yp_match_host()
195 if (r != RPC_SUCCESS) in yp_first_host()
236 if (r != RPC_SUCCESS) in yp_next_host()
297 if (r != RPC_SUCCESS) in yp_order_host()
323 if (r != RPC_SUCCESS) in yp_master_host()
347 if (r != RPC_SUCCESS) in yp_maplist_host()
/freebsd-head/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-head/sys/rpc/
HDclnt_rc.c153 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()
HDclnt_bck.c260 errp->re_status = stat = RPC_SUCCESS; in clnt_bck_call()
425 errp->re_status = stat = RPC_SUCCESS; in clnt_bck_call()
429 if (stat == RPC_SUCCESS) { in clnt_bck_call()
462 KASSERT(stat != RPC_SUCCESS || *resultsp, in clnt_bck_call()
476 if (auth && stat != RPC_SUCCESS) in clnt_bck_call()
HDrpc_prot.c268 return (RPC_SUCCESS); in accepted()
313 stat = RPC_SUCCESS; in _seterr_reply()
347 case RPC_SUCCESS: in _seterr_reply()
/freebsd-head/usr.sbin/yppoll/
HDyppoll.c104 if (r != RPC_SUCCESS) in get_remote_info()
111 if (r == RPC_SUCCESS) { in get_remote_info()
116 if (r != RPC_SUCCESS) in get_remote_info()
/freebsd-head/usr.bin/rpcinfo/
HDrpcinfo.c406 } else if (rpc_stat == RPC_SUCCESS) {
421 } else if (rpc_stat == RPC_SUCCESS) {
502 if (clnt_st != RPC_SUCCESS) {
625 if ((rpc_stat != RPC_SUCCESS) && (rpc_stat != RPC_TIMEDOUT))
715 if (clnt_st != RPC_SUCCESS) {
728 if (clnt_st != RPC_SUCCESS)
742 if (clnt_st != RPC_SUCCESS)
934 (char *) &head, minutetimeout) != RPC_SUCCESS) {
1017 != RPC_SUCCESS) {
1303 } else if (rpc_stat == RPC_SUCCESS) {
[all …]
/freebsd-head/usr.sbin/ypbind/
HDyp_ping.c126 tottimeout) != RPC_SUCCESS){ in __pmap_getport()
153 TIMEOUT) != RPC_SUCCESS) { in ypproc_domain_nonack_2_send()
172 TIMEOUT) != RPC_SUCCESS) { in ypproc_domain_nonack_2_recv()
/freebsd-head/sys/kgssapi/
HDgss_pname_to_uid.c66 if (stat != RPC_SUCCESS) { in gss_pname_to_uid()
107 if (stat != RPC_SUCCESS) { in gss_pname_to_unix_cred()
/freebsd-head/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-head/sys/nlm/
HDnlm_advlock.c583 if (stat == RPC_SUCCESS) { in nlm_test_rpc()
617 if (stat == RPC_SUCCESS) { in nlm_lock_rpc()
644 if (stat == RPC_SUCCESS) { in nlm_cancel_rpc()
669 if (stat == RPC_SUCCESS) { in nlm_unlock_rpc()
805 if (stat != RPC_SUCCESS) { in nlm_setlock()
881 if (stat != RPC_SUCCESS) { in nlm_setlock()
895 } while (stat != RPC_SUCCESS); in nlm_setlock()
990 if (stat != RPC_SUCCESS) { in nlm_clearlock()
1071 if (stat != RPC_SUCCESS) { in nlm_getlock()
/freebsd-head/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-head/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()
/freebsd-head/usr.bin/rusers/
HDrusers.c194 (xdrproc_t)xdr_utmpidlearr, &up, tv) != RPC_SUCCESS) in onehost()
212 if (clnt_stat != RPC_SUCCESS && clnt_stat != RPC_TIMEDOUT) in allhosts()

1234