Home
last modified time | relevance | path

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

123

/freebsd/sys/nlm/
H A Dnlm_prot_svc.c59 (xdrproc_t) xdr_void, (char *)NULL); in nlm_prog_0()
65 xdr_result = (xdrproc_t) xdr_void; in nlm_prog_0()
127 (xdrproc_t) xdr_void, (char *)NULL); in nlm_prog_1()
163 xdr_result = (xdrproc_t) xdr_void; in nlm_prog_1()
169 xdr_result = (xdrproc_t) xdr_void; in nlm_prog_1()
175 xdr_result = (xdrproc_t) xdr_void; in nlm_prog_1()
181 xdr_result = (xdrproc_t) xdr_void; in nlm_prog_1()
187 xdr_result = (xdrproc_t) xdr_void; in nlm_prog_1()
193 xdr_result = (xdrproc_t) xdr_void; in nlm_prog_1()
199 xdr_result = (xdrproc_t) xdr_void; in nlm_prog_1()
[all …]
H A Dnlm_prot_clnt.c21 (xdrproc_t) xdr_void, (caddr_t) clnt_res, in nlm_sm_notify_0()
75 (xdrproc_t) xdr_void, (caddr_t) clnt_res, in nlm_test_msg_1()
84 (xdrproc_t) xdr_void, (caddr_t) clnt_res, in nlm_lock_msg_1()
93 (xdrproc_t) xdr_void, (caddr_t) clnt_res, in nlm_cancel_msg_1()
102 (xdrproc_t) xdr_void, (caddr_t) clnt_res, in nlm_unlock_msg_1()
111 (xdrproc_t) xdr_void, (caddr_t) clnt_res, in nlm_granted_msg_1()
120 (xdrproc_t) xdr_void, (caddr_t) clnt_res, in nlm_test_res_1()
129 (xdrproc_t) xdr_void, (caddr_t) clnt_res, in nlm_lock_res_1()
138 (xdrproc_t) xdr_void, (caddr_t) clnt_res, in nlm_cancel_res_1()
147 (xdrproc_t) xdr_void, (caddr_t) clnt_res, in nlm_unlock_res_1()
[all …]
/freebsd/usr.sbin/rpc.lockd/
H A Dtest.c96 …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 …if (clnt_call(clnt, NLM_CANCEL_MSG, xdr_nlm_cancargs, argp, xdr_void, &res, TIMEOUT) != RPC_SUCCES…
142 …if (clnt_call(clnt, NLM_UNLOCK_MSG, xdr_nlm_unlockargs, argp, xdr_void, &res, TIMEOUT) != RPC_SUCC…
157 …if (clnt_call(clnt, NLM_GRANTED_MSG, xdr_nlm_testargs, argp, xdr_void, &res, TIMEOUT) != RPC_SUCCE…
172 if (clnt_call(clnt, NLM_TEST_RES, xdr_nlm_testres, argp, xdr_void, &res, TIMEOUT) != RPC_SUCCESS) {
187 if (clnt_call(clnt, NLM_LOCK_RES, xdr_nlm_res, argp, xdr_void, &res, TIMEOUT) != RPC_SUCCESS) {
202 if (clnt_call(clnt, NLM_CANCEL_RES, xdr_nlm_res, argp, xdr_void, &res, TIMEOUT) != RPC_SUCCESS) {
217 if (clnt_call(clnt, NLM_UNLOCK_RES, xdr_nlm_res, argp, xdr_void, &res, TIMEOUT) != RPC_SUCCESS) {
232 if (clnt_call(clnt, NLM_GRANTED_RES, xdr_nlm_res, argp, xdr_void, &res, TIMEOUT) != RPC_SUCCESS) {
[all …]
H A Dkern.c289 (xdrproc_t)xdr_void, &dummy, timeout); in test_request()
313 (xdrproc_t)xdr_void, &dummy, timeout); in test_request()
361 (xdrproc_t)xdr_void, &dummy, timeout); in lock_request()
386 (xdrproc_t)xdr_void, &dummy, timeout); in lock_request()
429 (xdrproc_t)xdr_void, &dummy, timeout); in unlock_request()
450 (xdrproc_t)xdr_void, &dummy, timeout); in unlock_request()
/freebsd/contrib/netbsd-tests/lib/libc/rpc/
H A Dt_rpc.c94 if (clnt_call(clnt, RPCBPROC_NULL, (xdrproc_t)xdr_void, NULL, in onehost()
95 (xdrproc_t)xdr_void, NULL, tv) in onehost()
98 if (clnt_call(clnt, RPCBPROC_NULL, xdr_void, NULL, xdr_void, NULL, tv) in onehost()
122 if (!svc_sendreply(transp, (xdrproc_t)xdr_void, NULL)) in server()
128 if (!svc_sendreply(transp, (xdrproc_t)xdr_void, NULL)) in server()
229 rv = clnt_call(clnt, DESTROY, (xdrproc_t)xdr_void, NULL, in regtest()
230 (xdrproc_t)xdr_void, NULL, tout); in regtest()
246 (xdrproc_t)xdr_void, NULL, (xdrproc_t)xdr_void, in allhosts()
/freebsd/usr.bin/rpcinfo/
H A Drpcinfo.c390 rpc_stat = CLNT_CALL(client, NULLPROC, (xdrproc_t) xdr_void,
391 (char *)NULL, (xdrproc_t) xdr_void, (char *)NULL,
414 rpc_stat = CLNT_CALL(client, NULLPROC, (xdrproc_t) xdr_void,
415 (char *)NULL, (xdrproc_t) xdr_void,
442 rpc_stat = CLNT_CALL(client, NULLPROC, (xdrproc_t) xdr_void,
443 (char *)NULL, (xdrproc_t) xdr_void,
499 clnt_st = CLNT_CALL(client, PMAPPROC_DUMP, (xdrproc_t) xdr_void,
623 (xdrproc_t) xdr_void, (char *)NULL, (xdrproc_t) xdr_void,
712 clnt_st = CLNT_CALL(client, RPCBPROC_DUMP, (xdrproc_t) xdr_void,
725 (xdrproc_t) xdr_void, NULL,
[all …]
/freebsd/usr.sbin/spray/
H A Dspray.c137 if (clnt_call(cl, SPRAYPROC_CLEAR, (xdrproc_t)xdr_void, NULL, in main()
138 (xdrproc_t)xdr_void, NULL, TIMEOUT) != RPC_SUCCESS) in main()
149 &host_array, (xdrproc_t)xdr_void, NULL, ONE_WAY); in main()
158 if (clnt_call(cl, SPRAYPROC_GET, (xdrproc_t)xdr_void, NULL, in main()
/freebsd/lib/librpcsvc/
H A Drnusers.c48 (xdrproc_t)xdr_void, (char *) NULL, in rusers()
58 (xdrproc_t)xdr_void, (char *) NULL, in rnusers()
H A Drstat.c47 (xdrproc_t)xdr_void, (char *) NULL, in rstat()
57 (xdrproc_t)xdr_void, (char *) NULL, in havedisk()
H A Drwall.c48 (xdrproc_t)xdr_void, (char *) NULL)); in rwall()
/freebsd/libexec/rpc.rusersd/
H A Drusers_proc.c265 (void)svc_sendreply(transp, (xdrproc_t)xdr_void, NULL); in rusers_service()
269 xdr_argument = (xdrproc_t)xdr_void; in rusers_service()
275 xdr_argument = (xdrproc_t)xdr_void; in rusers_service()
292 xdr_argument = (xdrproc_t)xdr_void; in rusers_service()
/freebsd/usr.sbin/rpcbind/
H A Drpcb_svc.c92 (void) svc_sendreply(transp, (xdrproc_t)xdr_void, (char *)NULL); in rpcb_service_3()
118 xdr_argument = (xdrproc_t)xdr_void; in rpcb_service_3()
132 xdr_argument = (xdrproc_t)xdr_void; in rpcb_service_3()
H A Drpcb_svc_4.c91 (void) svc_sendreply(transp, (xdrproc_t) xdr_void, in rpcb_service_4()
136 xdr_argument = (xdrproc_t)xdr_void; in rpcb_service_4()
163 xdr_argument = (xdrproc_t)xdr_void; in rpcb_service_4()
203 xdr_argument = (xdrproc_t)xdr_void; in rpcb_service_4()
/freebsd/usr.sbin/rpc.umntall/
H A Drpc.umntall.c184 (xdrproc_t)xdr_void, (caddr_t)0, in do_umntall()
185 (xdrproc_t)xdr_void, (caddr_t)0, try); in do_umntall()
212 (xdrproc_t)xdr_void, (caddr_t)0, try); in do_umount()
/freebsd/lib/libc/rpc/
H A Dclnt_generic.c104 rpc_stat = clnt_call(clnt, NULLPROC, (xdrproc_t)xdr_void, in clnt_create_vers_timed()
105 (char *)NULL, (xdrproc_t)xdr_void, (char *)NULL, to); in clnt_create_vers_timed()
126 rpc_stat = clnt_call(clnt, NULLPROC, (xdrproc_t)xdr_void, in clnt_create_vers_timed()
127 (char *)NULL, (xdrproc_t)xdr_void, in clnt_create_vers_timed()
H A Dsvc_simple.c256 if (svc_sendreply(transp, (xdrproc_t) xdr_void, NULL) == in universal()
286 pl->p_outproc != (xdrproc_t) xdr_void){ in universal()
H A Dpmap_getmaps.c84 (xdrproc_t)xdr_void, NULL, in pmap_getmaps()
/freebsd/usr.sbin/rpc.statd/
H A Dtest.c82 if (clnt_call(clnt, SM_SIMU_CRASH, (xdrproc_t)xdr_void, argp,
83 (xdrproc_t)xdr_void, &res, TIMEOUT) != RPC_SUCCESS) {
/freebsd/libexec/rpc.rwalld/
H A Drwalld.c175 (void)svc_sendreply(transp, (xdrproc_t)xdr_void, NULL); in wallprog_1()
180 xdr_result = (xdrproc_t)xdr_void; in wallprog_1()
/freebsd/usr.sbin/ypldap/
H A Dyp.c156 xdr_argument = (xdrproc_t) xdr_void; in yp_dispatch()
157 xdr_result = (xdrproc_t) xdr_void; in yp_dispatch()
161 xdr_argument = (xdrproc_t) xdr_void; in yp_dispatch()
162 xdr_result = (xdrproc_t) xdr_void; in yp_dispatch()
166 if (!svc_sendreply(trans, (xdrproc_t) xdr_void, in yp_dispatch()
/freebsd/usr.bin/rup/
H A Drup.c187 (xdrproc_t)xdr_void, NULL, in onehost()
207 (xdrproc_t)xdr_void, NULL, in allhosts()
/freebsd/usr.bin/rusers/
H A Drusers.c193 if (clnt_call(rusers_clnt, RUSERSPROC_NAMES, (xdrproc_t)xdr_void, NULL, in onehost()
209 RUSERSPROC_NAMES, (xdrproc_t)xdr_void, NULL, in allhosts()
/freebsd/usr.sbin/clear_locks/
H A Dclear_locks.c60 (xdrproc_t) xdr_void, NULL, NULL); in main()
/freebsd/libexec/rpc.rstatd/
H A Drstat_proc.c407 (void)svc_sendreply(transp, (xdrproc_t)xdr_void, NULL); in rstat_service()
411 xdr_argument = (xdrproc_t)xdr_void; in rstat_service()
431 xdr_argument = (xdrproc_t)xdr_void; in rstat_service()
/freebsd/lib/libc/xdr/
H A DSymbol.map3 xdr_void;

123