Home
last modified time | relevance | path

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

12

/dragonfly/usr.sbin/rpc.lockd/
H A Dtest.c89 …if (clnt_call(clnt, NLM_TEST_MSG, xdr_nlm_testargs, argp, xdr_void, &res, TIMEOUT) != RPC_SUCCESS)… in nlm_test_msg_1()
102 …if (clnt_call(clnt, NLM_LOCK_MSG, xdr_nlm_lockargs, argp, xdr_void, NULL, TIMEOUT) != RPC_SUCCESS)… in nlm_lock_msg_1()
116 …if (clnt_call(clnt, NLM_CANCEL_MSG, xdr_nlm_cancargs, argp, xdr_void, &res, TIMEOUT) != RPC_SUCCES… in nlm_cancel_msg_1()
129 …if (clnt_call(clnt, NLM_UNLOCK_MSG, xdr_nlm_unlockargs, argp, xdr_void, &res, TIMEOUT) != RPC_SUCC… in nlm_unlock_msg_1()
142 …if (clnt_call(clnt, NLM_GRANTED_MSG, xdr_nlm_testargs, argp, xdr_void, &res, TIMEOUT) != RPC_SUCCE… in nlm_granted_msg_1()
155 if (clnt_call(clnt, NLM_TEST_RES, xdr_nlm_testres, argp, xdr_void, &res, TIMEOUT) != RPC_SUCCESS) { in nlm_test_res_1()
168 if (clnt_call(clnt, NLM_LOCK_RES, xdr_nlm_res, argp, xdr_void, &res, TIMEOUT) != RPC_SUCCESS) { in nlm_lock_res_1()
181 if (clnt_call(clnt, NLM_CANCEL_RES, xdr_nlm_res, argp, xdr_void, &res, TIMEOUT) != RPC_SUCCESS) { in nlm_cancel_res_1()
194 if (clnt_call(clnt, NLM_UNLOCK_RES, xdr_nlm_res, argp, xdr_void, &res, TIMEOUT) != RPC_SUCCESS) { in nlm_unlock_res_1()
207 if (clnt_call(clnt, NLM_GRANTED_RES, xdr_nlm_res, argp, xdr_void, &res, TIMEOUT) != RPC_SUCCESS) { in nlm_granted_res_1()
[all …]
H A Dlock_proc.c296 (xdrproc_t)xdr_void, &dummy, timeo); in transmit_result()
325 (xdrproc_t)xdr_void, &dummy, timeo); in transmit4_result()
453 (xdrproc_t)xdr_void, &dummy, timeo); in nlm_test_msg_1_svc()
883 (xdrproc_t)xdr_void, &dummy, timeo); in nlm4_test_msg_4_svc()
/dragonfly/usr.bin/rpcinfo/
H A Drpcinfo.c393 NULL, (xdrproc_t) xdr_void, NULL, to);
416 NULL, (xdrproc_t) xdr_void, NULL, to);
443 NULL, (xdrproc_t) xdr_void, NULL, to);
614 (xdrproc_t) xdr_void, NULL, (xdrproc_t) xdr_void,
716 (xdrproc_t) xdr_void, NULL,
730 (xdrproc_t) xdr_void, NULL,
1276 NULL, (xdrproc_t) xdr_void, NULL, to);
1301 NULL, (xdrproc_t) xdr_void, NULL, to);
1382 NULL, (xdrproc_t) xdr_void, NULL, to);
1405 (xdrproc_t) xdr_void, NULL,
[all …]
/dragonfly/usr.sbin/spray/
H A Dspray.c139 if (clnt_call(cl, SPRAYPROC_CLEAR, (xdrproc_t)xdr_void, NULL, in main()
140 (xdrproc_t)xdr_void, NULL, TIMEOUT) != RPC_SUCCESS) { in main()
152 &host_array, (xdrproc_t)xdr_void, NULL, ONE_WAY); in main()
161 if (clnt_call(cl, SPRAYPROC_GET, (xdrproc_t)xdr_void, NULL, in main()
/dragonfly/lib/librpcsvc/
H A Drnusers.c49 (xdrproc_t)xdr_void, NULL, in rusers()
59 (xdrproc_t)xdr_void, NULL, in rnusers()
H A Drstat.c48 (xdrproc_t)xdr_void, NULL, in rstat()
58 (xdrproc_t)xdr_void, NULL, in havedisk()
H A Drwall.c49 (xdrproc_t)xdr_void, NULL)); in rwall()
/dragonfly/libexec/rpc.rusersd/
H A Drusers_proc.c263 (void)svc_sendreply(transp, (xdrproc_t)xdr_void, NULL); in rusers_service()
267 xdr_argument = (xdrproc_t)xdr_void; in rusers_service()
273 xdr_argument = (xdrproc_t)xdr_void; in rusers_service()
290 xdr_argument = (xdrproc_t)xdr_void; in rusers_service()
/dragonfly/usr.sbin/rpcbind/
H A Drpcb_svc.c91 svc_sendreply(transp, (xdrproc_t)xdr_void, NULL); in rpcb_service_3()
117 xdr_argument = (xdrproc_t)xdr_void; in rpcb_service_3()
131 xdr_argument = (xdrproc_t)xdr_void; in rpcb_service_3()
H A Drpcb_svc_4.c93 svc_sendreply(transp, (xdrproc_t) xdr_void, NULL); in rpcb_service_4()
137 xdr_argument = (xdrproc_t)xdr_void; in rpcb_service_4()
164 xdr_argument = (xdrproc_t)xdr_void; in rpcb_service_4()
204 xdr_argument = (xdrproc_t)xdr_void; in rpcb_service_4()
H A Dpmap_svc.c76 if ((!svc_sendreply(xprt, (xdrproc_t) xdr_void, NULL)) && in pmap_service()
338 if (!svc_getargs(xprt, (xdrproc_t)xdr_void, NULL)) { in pmapproc_dump()
/dragonfly/usr.sbin/rpc.umntall/
H A Drpc.umntall.c187 (xdrproc_t)xdr_void, (caddr_t)0, in do_umntall()
188 (xdrproc_t)xdr_void, (caddr_t)0, try); in do_umntall()
215 (xdrproc_t)xdr_void, (caddr_t)0, try); in do_umount()
/dragonfly/lib/libc/rpc/
H A Dclnt_generic.c124 rpc_stat = clnt_call(clnt, NULLPROC, (xdrproc_t)xdr_void, in clnt_create_vers_timed()
125 NULL, (xdrproc_t)xdr_void, NULL, to); in clnt_create_vers_timed()
146 rpc_stat = clnt_call(clnt, NULLPROC, (xdrproc_t)xdr_void, in clnt_create_vers_timed()
147 NULL, (xdrproc_t)xdr_void, in clnt_create_vers_timed()
H A Dsvc_simple.c257 if (svc_sendreply(transp, (xdrproc_t) xdr_void, NULL) == in universal()
287 pl->p_outproc != (xdrproc_t) xdr_void){ in universal()
H A Dpmap_getmaps.c86 (xdrproc_t)xdr_void, NULL, in pmap_getmaps()
H A Dkey_call.c124 if (key_call((u_long) KEY_NET_GET, (xdrproc_t)xdr_void, NULL, in key_secretkey_is_set()
220 if (!key_call((u_long)KEY_GEN, (xdrproc_t)xdr_void, NULL, in key_gendes()
/dragonfly/usr.sbin/rpc.statd/
H A Dtest.c72 if (clnt_call(clnt, SM_SIMU_CRASH, xdr_void, argp, xdr_void, &res, TIMEOUT) != RPC_SUCCESS) { in sm_simu_crash_1()
/dragonfly/libexec/rpc.rwalld/
H A Drwalld.c171 (void)svc_sendreply(transp, (xdrproc_t)xdr_void, NULL); in wallprog_1()
176 xdr_result = xdr_void; in wallprog_1()
/dragonfly/libexec/rpc.rstatd/
H A Drstat_proc.c397 (void)svc_sendreply(transp, (xdrproc_t)xdr_void, NULL); in rstat_service()
401 xdr_argument = xdr_void; in rstat_service()
421 xdr_argument = xdr_void; in rstat_service()
/dragonfly/usr.bin/rup/
H A Drup.c191 if (clnt_call(rstat_clnt, RSTATPROC_STATS, (xdrproc_t)xdr_void, NULL, in onehost()
211 (xdrproc_t)xdr_void, NULL, in allhosts()
/dragonfly/usr.bin/rusers/
H A Drusers.c189 if (clnt_call(rusers_clnt, RUSERSPROC_NAMES, (xdrproc_t)xdr_void, NULL, in onehost()
205 RUSERSPROC_NAMES, (xdrproc_t)xdr_void, NULL, in allhosts()
/dragonfly/usr.sbin/yp_mkdb/
H A Dyp_mkdb.c333 (xdrproc_t)xdr_void, (void *)&in, in main()
334 (xdrproc_t)xdr_void, (void *)out)) != RPC_SUCCESS) { in main()
/dragonfly/lib/libc/xdr/
H A DSymbol.map37 xdr_void;
H A DMakefile.inc65 xdr.3 xdr_void.3 \
/dragonfly/usr.bin/showmount/
H A Dshowmount.c160 RPCMNT_DUMP, (xdrproc_t)xdr_void, NULL, in main()
167 RPCMNT_EXPORT, (xdrproc_t)xdr_void, NULL, in main()

12