/freebsd/sys/nlm/ |
H A D | nlm_prot_svc.c | 59 (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 D | nlm_prot_clnt.c | 21 (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 D | test.c | 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 …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 D | kern.c | 289 (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 D | t_rpc.c | 94 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 D | rpcinfo.c | 390 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 D | spray.c | 137 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 D | rnusers.c | 48 (xdrproc_t)xdr_void, (char *) NULL, in rusers() 58 (xdrproc_t)xdr_void, (char *) NULL, in rnusers()
|
H A D | rstat.c | 47 (xdrproc_t)xdr_void, (char *) NULL, in rstat() 57 (xdrproc_t)xdr_void, (char *) NULL, in havedisk()
|
H A D | rwall.c | 48 (xdrproc_t)xdr_void, (char *) NULL)); in rwall()
|
/freebsd/libexec/rpc.rusersd/ |
H A D | rusers_proc.c | 265 (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 D | rpcb_svc.c | 92 (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 D | rpcb_svc_4.c | 91 (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 D | rpc.umntall.c | 184 (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 D | clnt_generic.c | 104 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 D | svc_simple.c | 256 if (svc_sendreply(transp, (xdrproc_t) xdr_void, NULL) == in universal() 286 pl->p_outproc != (xdrproc_t) xdr_void){ in universal()
|
H A D | pmap_getmaps.c | 84 (xdrproc_t)xdr_void, NULL, in pmap_getmaps()
|
/freebsd/usr.sbin/rpc.statd/ |
H A D | test.c | 82 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 D | rwalld.c | 175 (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 D | yp.c | 156 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 D | rup.c | 187 (xdrproc_t)xdr_void, NULL, in onehost() 207 (xdrproc_t)xdr_void, NULL, in allhosts()
|
/freebsd/usr.bin/rusers/ |
H A D | rusers.c | 193 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 D | clear_locks.c | 60 (xdrproc_t) xdr_void, NULL, NULL); in main()
|
/freebsd/libexec/rpc.rstatd/ |
H A D | rstat_proc.c | 407 (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 D | Symbol.map | 3 xdr_void;
|