Symbol: xdr_void
include/rpc/xdr.h
282
extern bool_t xdr_void(void);
lib/libc/rpc/auth_time.c
350
status = clnt_call(clnt, RPCBPROC_GETTIME, (xdrproc_t)xdr_void, NULL,
lib/libc/rpc/clnt_bcast.c
614
msg.acpted_rply.ar_results.proc = (xdrproc_t) xdr_void;
lib/libc/rpc/clnt_generic.c
124
rpc_stat = clnt_call(clnt, NULLPROC, (xdrproc_t)xdr_void,
lib/libc/rpc/clnt_generic.c
125
NULL, (xdrproc_t)xdr_void, NULL, to);
lib/libc/rpc/clnt_generic.c
146
rpc_stat = clnt_call(clnt, NULLPROC, (xdrproc_t)xdr_void,
lib/libc/rpc/clnt_generic.c
147
NULL, (xdrproc_t)xdr_void,
lib/libc/rpc/clnt_vc.c
382
reply_msg.acpted_rply.ar_results.proc = (xdrproc_t)xdr_void;
lib/libc/rpc/key_call.c
124
if (key_call((u_long) KEY_NET_GET, (xdrproc_t)xdr_void, NULL,
lib/libc/rpc/key_call.c
220
if (!key_call((u_long)KEY_GEN, (xdrproc_t)xdr_void, NULL,
lib/libc/rpc/pmap_getmaps.c
86
(xdrproc_t)xdr_void, NULL,
lib/libc/rpc/rpc_generic.c
445
if (clnt_call(clnt, NULLPROC, (xdrproc_t) xdr_void, NULL,
lib/libc/rpc/rpc_generic.c
446
(xdrproc_t) xdr_void, NULL, TIMEOUT) != RPC_SUCCESS) {
lib/libc/rpc/rpcb_clnt.c
1080
(xdrproc_t) xdr_void, NULL, (xdrproc_t) xdr_rpcblist_ptr,
lib/libc/rpc/rpcb_clnt.c
1098
(xdrproc_t) xdr_void, NULL, (xdrproc_t) xdr_rpcblist_ptr,
lib/libc/rpc/rpcb_clnt.c
1227
(xdrproc_t) xdr_void, NULL,
lib/libc/rpc/rpcb_clnt.c
1237
(xdrproc_t) xdr_void, NULL,
lib/libc/rpc/svc_simple.c
257
if (svc_sendreply(transp, (xdrproc_t) xdr_void, NULL) ==
lib/libc/rpc/svc_simple.c
287
pl->p_outproc != (xdrproc_t) xdr_void){
lib/librpcsvc/rnusers.c
49
(xdrproc_t)xdr_void, NULL,
lib/librpcsvc/rnusers.c
59
(xdrproc_t)xdr_void, NULL,
lib/librpcsvc/rstat.c
48
(xdrproc_t)xdr_void, NULL,
lib/librpcsvc/rstat.c
58
(xdrproc_t)xdr_void, NULL,
lib/librpcsvc/rwall.c
49
(xdrproc_t)xdr_void, NULL));
libexec/rpc.rquotad/rquotad.c
116
(void)svc_sendreply(transp, (xdrproc_t)xdr_void, NULL);
libexec/rpc.rstatd/rstat_proc.c
397
(void)svc_sendreply(transp, (xdrproc_t)xdr_void, NULL);
libexec/rpc.rstatd/rstat_proc.c
401
xdr_argument = xdr_void;
libexec/rpc.rstatd/rstat_proc.c
421
xdr_argument = xdr_void;
libexec/rpc.rusersd/rusers_proc.c
263
(void)svc_sendreply(transp, (xdrproc_t)xdr_void, NULL);
libexec/rpc.rusersd/rusers_proc.c
267
xdr_argument = (xdrproc_t)xdr_void;
libexec/rpc.rusersd/rusers_proc.c
273
xdr_argument = (xdrproc_t)xdr_void;
libexec/rpc.rusersd/rusers_proc.c
290
xdr_argument = (xdrproc_t)xdr_void;
libexec/rpc.rwalld/rwalld.c
171
(void)svc_sendreply(transp, (xdrproc_t)xdr_void, NULL);
libexec/rpc.rwalld/rwalld.c
176
xdr_result = xdr_void;
libexec/rpc.sprayd/sprayd.c
141
(void)svc_sendreply(transp, (xdrproc_t)xdr_void, NULL);
libexec/ypxfr/ypxfr_main.c
555
(xdrproc_t)xdr_void, (void *)&in,
libexec/ypxfr/ypxfr_main.c
556
(xdrproc_t)xdr_void, (void *)out)) != RPC_SUCCESS) {
sbin/mount_nfs/mount_nfs.c
685
status = clnt_call(clp, NFSPROC_NULL, (xdrproc_t)xdr_void, NULL,
sbin/mount_nfs/mount_nfs.c
686
(xdrproc_t)xdr_void, NULL, try);
sbin/mountd/mountd.c
779
if (!svc_sendreply(transp, (xdrproc_t)xdr_void, NULL))
sbin/mountd/mountd.c
898
if (!svc_sendreply(transp, (xdrproc_t)xdr_void, NULL))
sbin/mountd/mountd.c
916
if (!svc_sendreply(transp, (xdrproc_t)xdr_void, NULL))
sbin/umount/umount.c
474
nfsdirname, (xdrproc_t)xdr_void, (caddr_t)0, try);
usr.bin/rpcinfo/rpcinfo.c
1015
if (CLNT_CALL(client, RPCBPROC_GETSTAT, (xdrproc_t) xdr_void, NULL,
usr.bin/rpcinfo/rpcinfo.c
1284
rpc_stat = CLNT_CALL(client, NULLPROC, (xdrproc_t) xdr_void,
usr.bin/rpcinfo/rpcinfo.c
1285
NULL, (xdrproc_t) xdr_void, NULL, to);
usr.bin/rpcinfo/rpcinfo.c
1309
rpc_stat = CLNT_CALL(client, NULLPROC, (xdrproc_t) xdr_void,
usr.bin/rpcinfo/rpcinfo.c
1310
NULL, (xdrproc_t) xdr_void, NULL, to);
usr.bin/rpcinfo/rpcinfo.c
1335
rpc_stat = CLNT_CALL(client, NULLPROC, (xdrproc_t) xdr_void,
usr.bin/rpcinfo/rpcinfo.c
1336
NULL, (xdrproc_t) xdr_void, NULL, to);
usr.bin/rpcinfo/rpcinfo.c
1390
rpc_stat = CLNT_CALL(client, NULLPROC, (xdrproc_t) xdr_void,
usr.bin/rpcinfo/rpcinfo.c
1391
NULL, (xdrproc_t) xdr_void, NULL, to);
usr.bin/rpcinfo/rpcinfo.c
1414
(xdrproc_t) xdr_void, NULL,
usr.bin/rpcinfo/rpcinfo.c
1415
(xdrproc_t) xdr_void, NULL, to);
usr.bin/rpcinfo/rpcinfo.c
1439
rpc_stat = CLNT_CALL(client, NULLPROC, (xdrproc_t) xdr_void,
usr.bin/rpcinfo/rpcinfo.c
1440
NULL, (xdrproc_t) xdr_void, NULL, to);
usr.bin/rpcinfo/rpcinfo.c
392
rpc_stat = CLNT_CALL(client, NULLPROC, (xdrproc_t) xdr_void,
usr.bin/rpcinfo/rpcinfo.c
393
NULL, (xdrproc_t) xdr_void, NULL, to);
usr.bin/rpcinfo/rpcinfo.c
415
rpc_stat = CLNT_CALL(client, NULLPROC, (xdrproc_t) xdr_void,
usr.bin/rpcinfo/rpcinfo.c
416
NULL, (xdrproc_t) xdr_void, NULL, to);
usr.bin/rpcinfo/rpcinfo.c
442
rpc_stat = CLNT_CALL(client, NULLPROC, (xdrproc_t) xdr_void,
usr.bin/rpcinfo/rpcinfo.c
443
NULL, (xdrproc_t) xdr_void, NULL, to);
usr.bin/rpcinfo/rpcinfo.c
498
clnt_st = CLNT_CALL(client, PMAPPROC_DUMP, (xdrproc_t) xdr_void,
usr.bin/rpcinfo/rpcinfo.c
614
(xdrproc_t) xdr_void, NULL, (xdrproc_t) xdr_void,
usr.bin/rpcinfo/rpcinfo.c
703
clnt_st = CLNT_CALL(client, RPCBPROC_DUMP, (xdrproc_t) xdr_void,
usr.bin/rpcinfo/rpcinfo.c
716
(xdrproc_t) xdr_void, NULL,
usr.bin/rpcinfo/rpcinfo.c
730
(xdrproc_t) xdr_void, NULL,
usr.bin/rup/rup.c
191
if (clnt_call(rstat_clnt, RSTATPROC_STATS, (xdrproc_t)xdr_void, NULL,
usr.bin/rup/rup.c
211
(xdrproc_t)xdr_void, NULL,
usr.bin/rusers/rusers.c
189
if (clnt_call(rusers_clnt, RUSERSPROC_NAMES, (xdrproc_t)xdr_void, NULL,
usr.bin/rusers/rusers.c
205
RUSERSPROC_NAMES, (xdrproc_t)xdr_void, NULL,
usr.bin/rwall/rwall.c
105
(xdrproc_t)xdr_void, &res, tv) != RPC_SUCCESS) {
usr.bin/showmount/showmount.c
160
RPCMNT_DUMP, (xdrproc_t)xdr_void, NULL,
usr.bin/showmount/showmount.c
167
RPCMNT_EXPORT, (xdrproc_t)xdr_void, NULL,
usr.sbin/keyserv/keyserv.c
594
svc_sendreply(transp, (xdrproc_t)xdr_void, NULL);
usr.sbin/keyserv/keyserv.c
619
xdr_argument = (xdrproc_t)xdr_void;
usr.sbin/keyserv/keyserv.c
655
xdr_argument = (xdrproc_t) xdr_void;
usr.sbin/rpc.lockd/lock_proc.c
296
(xdrproc_t)xdr_void, &dummy, timeo);
usr.sbin/rpc.lockd/lock_proc.c
325
(xdrproc_t)xdr_void, &dummy, timeo);
usr.sbin/rpc.lockd/lock_proc.c
453
(xdrproc_t)xdr_void, &dummy, timeo);
usr.sbin/rpc.lockd/lock_proc.c
883
(xdrproc_t)xdr_void, &dummy, timeo);
usr.sbin/rpc.lockd/lockd_lock.c
545
(xdrproc_t)xdr_void, &dummy, timeo);
usr.sbin/rpc.lockd/lockd_lock.c
568
(xdrproc_t)xdr_void, &dummy, timeo);
usr.sbin/rpc.lockd/test.c
102
if (clnt_call(clnt, NLM_LOCK_MSG, xdr_nlm_lockargs, argp, xdr_void, NULL, TIMEOUT) != RPC_SUCCESS) {
usr.sbin/rpc.lockd/test.c
116
if (clnt_call(clnt, NLM_CANCEL_MSG, xdr_nlm_cancargs, argp, xdr_void, &res, TIMEOUT) != RPC_SUCCESS) {
usr.sbin/rpc.lockd/test.c
129
if (clnt_call(clnt, NLM_UNLOCK_MSG, xdr_nlm_unlockargs, argp, xdr_void, &res, TIMEOUT) != RPC_SUCCESS) {
usr.sbin/rpc.lockd/test.c
142
if (clnt_call(clnt, NLM_GRANTED_MSG, xdr_nlm_testargs, argp, xdr_void, &res, TIMEOUT) != RPC_SUCCESS) {
usr.sbin/rpc.lockd/test.c
155
if (clnt_call(clnt, NLM_TEST_RES, xdr_nlm_testres, argp, xdr_void, &res, TIMEOUT) != RPC_SUCCESS) {
usr.sbin/rpc.lockd/test.c
168
if (clnt_call(clnt, NLM_LOCK_RES, xdr_nlm_res, argp, xdr_void, &res, TIMEOUT) != RPC_SUCCESS) {
usr.sbin/rpc.lockd/test.c
181
if (clnt_call(clnt, NLM_CANCEL_RES, xdr_nlm_res, argp, xdr_void, &res, TIMEOUT) != RPC_SUCCESS) {
usr.sbin/rpc.lockd/test.c
194
if (clnt_call(clnt, NLM_UNLOCK_RES, xdr_nlm_res, argp, xdr_void, &res, TIMEOUT) != RPC_SUCCESS) {
usr.sbin/rpc.lockd/test.c
207
if (clnt_call(clnt, NLM_GRANTED_RES, xdr_nlm_res, argp, xdr_void, &res, TIMEOUT) != RPC_SUCCESS) {
usr.sbin/rpc.lockd/test.c
259
if (clnt_call(clnt, NLM_FREE_ALL, xdr_nlm_notify, argp, xdr_void, &res, TIMEOUT) != RPC_SUCCESS) {
usr.sbin/rpc.lockd/test.c
89
if (clnt_call(clnt, NLM_TEST_MSG, xdr_nlm_testargs, argp, xdr_void, &res, TIMEOUT) != RPC_SUCCESS) {
usr.sbin/rpc.statd/file.c
244
(xdrproc_t)xdr_void, &dummy, timeout)
usr.sbin/rpc.statd/procs.c
347
(xdrproc_t)xdr_void, &dummy, timeout) != RPC_SUCCESS)
usr.sbin/rpc.statd/test.c
72
if (clnt_call(clnt, SM_SIMU_CRASH, xdr_void, argp, xdr_void, &res, TIMEOUT) != RPC_SUCCESS) {
usr.sbin/rpc.umntall/rpc.umntall.c
187
(xdrproc_t)xdr_void, (caddr_t)0,
usr.sbin/rpc.umntall/rpc.umntall.c
188
(xdrproc_t)xdr_void, (caddr_t)0, try);
usr.sbin/rpc.umntall/rpc.umntall.c
215
(xdrproc_t)xdr_void, (caddr_t)0, try);
usr.sbin/rpcbind/pmap_svc.c
338
if (!svc_getargs(xprt, (xdrproc_t)xdr_void, NULL)) {
usr.sbin/rpcbind/pmap_svc.c
76
if ((!svc_sendreply(xprt, (xdrproc_t) xdr_void, NULL)) &&
usr.sbin/rpcbind/rpcb_svc.c
117
xdr_argument = (xdrproc_t)xdr_void;
usr.sbin/rpcbind/rpcb_svc.c
131
xdr_argument = (xdrproc_t)xdr_void;
usr.sbin/rpcbind/rpcb_svc.c
91
svc_sendreply(transp, (xdrproc_t)xdr_void, NULL);
usr.sbin/rpcbind/rpcb_svc_4.c
137
xdr_argument = (xdrproc_t)xdr_void;
usr.sbin/rpcbind/rpcb_svc_4.c
164
xdr_argument = (xdrproc_t)xdr_void;
usr.sbin/rpcbind/rpcb_svc_4.c
204
xdr_argument = (xdrproc_t)xdr_void;
usr.sbin/rpcbind/rpcb_svc_4.c
93
svc_sendreply(transp, (xdrproc_t) xdr_void, NULL);
usr.sbin/rpcbind/rpcb_svc_com.c
1255
reply_msg.acpted_rply.ar_results.proc = (xdrproc_t) xdr_void;
usr.sbin/spray/spray.c
139
if (clnt_call(cl, SPRAYPROC_CLEAR, (xdrproc_t)xdr_void, NULL,
usr.sbin/spray/spray.c
140
(xdrproc_t)xdr_void, NULL, TIMEOUT) != RPC_SUCCESS) {
usr.sbin/spray/spray.c
152
&host_array, (xdrproc_t)xdr_void, NULL, ONE_WAY);
usr.sbin/spray/spray.c
161
if (clnt_call(cl, SPRAYPROC_GET, (xdrproc_t)xdr_void, NULL,
usr.sbin/yp_mkdb/yp_mkdb.c
333
(xdrproc_t)xdr_void, (void *)&in,
usr.sbin/yp_mkdb/yp_mkdb.c
334
(xdrproc_t)xdr_void, (void *)out)) != RPC_SUCCESS) {
usr.sbin/ypbind/ypbind.c
294
xdr_argument = xdr_void;
usr.sbin/ypbind/ypbind.c
295
xdr_result = xdr_void;
usr.sbin/ypbind/ypbind.c
320
xdr_result = xdr_void;
usr.sbin/ypset/ypset.c
103
(xdrproc_t)xdr_void, NULL, tv);