Home
last modified time | relevance | path

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

12

/mirbsd/src/usr.bin/rpcinfo/
Drpcinfo.c247 rpc_stat = clnt_call(client, NULLPROC, xdr_void, (char *)NULL, in udpping()
248 xdr_void, (char *)NULL, to); in udpping()
270 rpc_stat = clnt_call(client, NULLPROC, xdr_void, in udpping()
271 (char *)NULL, xdr_void, (char *)NULL, to); in udpping()
307 rpc_stat = clnt_call(client, NULLPROC, xdr_void, in udpping()
308 (char *)NULL, xdr_void, (char *)NULL, to); in udpping()
327 rpc_stat = clnt_call(client, 0, xdr_void, (char *)NULL, in udpping()
328 xdr_void, (char *)NULL, to); in udpping()
373 rpc_stat = clnt_call(client, NULLPROC, xdr_void, (char *)NULL, in tcpping()
374 xdr_void, (char *)NULL, to); in tcpping()
[all …]
/mirbsd/src/usr.sbin/rpc.lockd/
Dtest.c93 if (clnt_call(clnt, NLM_TEST_MSG, xdr_nlm_testargs, argp, xdr_void, in nlm_test_msg_1()
107 …if (clnt_call(clnt, NLM_LOCK_MSG, xdr_nlm_lockargs, argp, xdr_void, NULL, TIMEOUT) != RPC_SUCCESS)… in nlm_lock_msg_1()
121 if (clnt_call(clnt, NLM_CANCEL_MSG, xdr_nlm_cancargs, argp, xdr_void, in nlm_cancel_msg_1()
135 if (clnt_call(clnt, NLM_UNLOCK_MSG, xdr_nlm_unlockargs, argp, xdr_void, in nlm_unlock_msg_1()
149 if (clnt_call(clnt, NLM_GRANTED_MSG, xdr_nlm_testargs, argp, xdr_void, in nlm_granted_msg_1()
163 if (clnt_call(clnt, NLM_TEST_RES, xdr_nlm_testres, argp, xdr_void, in nlm_test_res_1()
177 if (clnt_call(clnt, NLM_LOCK_RES, xdr_nlm_res, argp, xdr_void, in nlm_lock_res_1()
191 if (clnt_call(clnt, NLM_CANCEL_RES, xdr_nlm_res, argp, xdr_void, in nlm_cancel_res_1()
205 if (clnt_call(clnt, NLM_UNLOCK_RES, xdr_nlm_res, argp, xdr_void, in nlm_unlock_res_1()
219 if (clnt_call(clnt, NLM_GRANTED_RES, xdr_nlm_res, argp, xdr_void, in nlm_granted_res_1()
[all …]
Dprocs.c158 success = clnt_call(cli, opcode, xdr_nlm_res, result, xdr_void, in transmit_result()
197 success = clnt_call(cli, NLM_TEST_RES, xdr_nlm_testres, &res, xdr_void, in nlm_test_msg_1_svc()
/mirbsd/src/usr.sbin/spray/
Dspray.c140 if (clnt_call(cl, SPRAYPROC_CLEAR, xdr_void, NULL, xdr_void, NULL, in main()
153 xdr_void, NULL, ONE_WAY); in main()
161 if (clnt_call(cl, SPRAYPROC_GET, xdr_void, NULL, xdr_spraycumul, in main()
/mirbsd/src/lib/libc/rpc/
Dsvc_simple.c108 if (svc_sendreply(transp, xdr_void, NULL) == FALSE) { in universal()
126 pl->p_outproc != xdr_void) in universal()
Dpmap_getmaps.c73 if (CLNT_CALL(client, PMAPPROC_DUMP, xdr_void, NULL, xdr_pmaplist, in pmap_getmaps()
DMakefile.inc147 xdr.3 xdr_void.3 \
Dpmap_rmt.c360 msg.acpted_rply.ar_results.proc = xdr_void; in clnt_broadcast()
Dxdr.c77 xdr_void(void) in xdr_void() function
Dclnt_tcp.c274 reply_msg.acpted_rply.ar_results.proc = xdr_void; in clnttcp_call()
/mirbsd/src/libexec/rpc.rwalld/
Drwalld.c155 (void)svc_sendreply(transp, xdr_void, (char *)NULL); in wallprog_1()
160 xdr_result = (xdrproc_t)xdr_void; in wallprog_1()
/mirbsd/src/libexec/rpc.rusersd/
Drusers_proc.c342 (void)svc_sendreply(transp, xdr_void, (char *)NULL); in rusers_service()
346 xdr_argument = (xdrproc_t)xdr_void; in rusers_service()
363 xdr_argument = (xdrproc_t)xdr_void; in rusers_service()
391 xdr_argument = (xdrproc_t)xdr_void; in rusers_service()
/mirbsd/src/libexec/rpc.rstatd/
Drstat_proc.c294 (void)svc_sendreply(transp, xdr_void, (char *)NULL); in rstat_service()
298 xdr_argument = (xdrproc_t)xdr_void; in rstat_service()
320 xdr_argument = (xdrproc_t)xdr_void; in rstat_service()
/mirbsd/src/usr.bin/rup/
Drup.c254 if (clnt_call(rstat_clnt, RSTATPROC_STATS, xdr_void, NULL, in onehost()
280 xdr_void, NULL, xdr_statstime, (char *)&host_stat, rstat_reply); in allhosts()
/mirbsd/src/usr.bin/showmount/
Dshowmount.c176 estat = clnt_call(client, RPCMNT_DUMP, xdr_void, (char *)0, in main()
185 estat = clnt_call(client, RPCMNT_EXPORT, xdr_void, (char *)0, in main()
/mirbsd/src/usr.bin/rusers/
Drusers.c372 error = clnt_call(rusers_clnt, RUSERSPROC_NAMES, xdr_void, NULL, in onehost()
397 error = clnt_call(rusers_clnt, RUSERSPROC_NAMES, xdr_void, NULL, in onehost()
449 msgp->acpted_rply.ar_results.proc = xdr_void; in get_reply()
519 args.xdr_args = xdr_void; in allhosts()
/mirbsd/src/libexec/rpc.sprayd/
Dsprayd.c133 (void)svc_sendreply(transp, xdr_void, (char *)NULL); in spray_service()
/mirbsd/src/usr.bin/rwall/
Drwall.c101 if (clnt_call(cl, WALLPROC_WALL, xdr_wrapstring, &mbuf, xdr_void, in main()
/mirbsd/src/usr.sbin/portmap/
Dportmap.c310 if (!svc_sendreply(xprt, xdr_void, (caddr_t)0) && debugging) { in reg_service()
462 if (!svc_getargs(xprt, xdr_void, NULL)) { in reg_service()
/mirbsd/src/sbin/mountd/
Dmountd.c330 RPCMNT_UMNTALL, xdr_void, (caddr_t)0, xdr_void, in mountd_svc_run()
391 if (!svc_sendreply(transp, xdr_void, NULL)) in mntsrv()
504 if (!svc_sendreply(transp, xdr_void, NULL)) in mntsrv()
516 if (!svc_sendreply(transp, xdr_void, NULL)) in mntsrv()
/mirbsd/src/include/rpc/
Dxdr.h241 extern bool_t xdr_void(void);
/mirbsd/src/libexec/rpc.rquotad/
Drquotad.c111 (void)svc_sendreply(transp, xdr_void, (char *)NULL); in rquota_service()
/mirbsd/src/sbin/umount/
Dumount.c260 RPCMNT_UMOUNT, xdr_dir, name, xdr_void, (caddr_t)0, try); in umountfs()
/mirbsd/src/usr.bin/netstat/
Dinet.c616 if (clnt_call(client, PMAPPROC_DUMP, xdr_void, NULL, in getrpcportnam()
/mirbsd/src/distrib/lists/htman/htmi/
Dmi5740 ./man3/xdr_void.htm

12