Searched refs:clnt_res (Results 1 – 5 of 5) sorted by relevance
| /freebsd/sys/nlm/ |
| H A D | nlm_prot_clnt.c | 17 nlm_sm_notify_0(struct nlm_sm_status *argp, void *clnt_res, CLIENT *clnt, struct rpc_callextra *ext… in nlm_sm_notify_0() argument 21 (xdrproc_t) xdr_void, (caddr_t) clnt_res, in nlm_sm_notify_0() 26 nlm_test_1(struct nlm_testargs *argp, nlm_testres *clnt_res, CLIENT *clnt, struct rpc_callextra *ex… in nlm_test_1() argument 30 (xdrproc_t) xdr_nlm_testres, (caddr_t) clnt_res, in nlm_test_1() 35 nlm_lock_1(struct nlm_lockargs *argp, nlm_res *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, s… in nlm_lock_1() argument 39 (xdrproc_t) xdr_nlm_res, (caddr_t) clnt_res, in nlm_lock_1() 44 nlm_cancel_1(struct nlm_cancargs *argp, nlm_res *clnt_res, CLIENT *clnt, struct rpc_callextra *ext,… in nlm_cancel_1() argument 48 (xdrproc_t) xdr_nlm_res, (caddr_t) clnt_res, in nlm_cancel_1() 53 nlm_unlock_1(struct nlm_unlockargs *argp, nlm_res *clnt_res, CLIENT *clnt, struct rpc_callextra *ex… in nlm_unlock_1() argument 57 (xdrproc_t) xdr_nlm_res, (caddr_t) clnt_res, in nlm_unlock_1() [all …]
|
| /freebsd/crypto/krb5/src/kprop/ |
| H A D | kpropd_rpc.c | 21 static char clnt_res; in iprop_null_1() local 23 memset(&clnt_res, 0, sizeof(clnt_res)); in iprop_null_1() 26 (xdrproc_t) xdr_void, (caddr_t) &clnt_res, in iprop_null_1() 30 return ((void *)&clnt_res); in iprop_null_1() 36 static kdb_incr_result_t clnt_res; in iprop_get_updates_1() local 38 memset(&clnt_res, 0, sizeof(clnt_res)); in iprop_get_updates_1() 41 (xdrproc_t) xdr_kdb_incr_result_t, (caddr_t) &clnt_res, in iprop_get_updates_1() 45 return (&clnt_res); in iprop_get_updates_1() 51 static kdb_fullresync_result_t clnt_res; in iprop_full_resync_1() local 53 memset(&clnt_res, 0, sizeof(clnt_res)); in iprop_full_resync_1() [all …]
|
| H A D | kpropd.c | 609 static kdb_fullresync_result_t clnt_res; in full_resync() local 613 memset(&clnt_res, 0, sizeof(clnt_res)); in full_resync() 617 &clnt_res, full_resync_timeout); in full_resync() 621 &clnt_res, full_resync_timeout); in full_resync() 624 return (status == RPC_SUCCESS) ? &clnt_res : NULL; in full_resync()
|
| /freebsd/crypto/krb5/src/lib/rpc/unit-test/ |
| H A D | rpc_test_clnt.c | 10 static char *clnt_res; in rpc_test_echo_1() local 12 memset(&clnt_res, 0, sizeof (clnt_res)); in rpc_test_echo_1() 15 (xdrproc_t) xdr_wrapstring, (caddr_t) &clnt_res, in rpc_test_echo_1() 19 return (&clnt_res); in rpc_test_echo_1()
|
| /freebsd/usr.sbin/ypbind/ |
| H A D | yp_ping.c | 146 static bool_t clnt_res; in ypproc_domain_nonack_2_send() local 149 memset((char *)&clnt_res, 0, sizeof (clnt_res)); in ypproc_domain_nonack_2_send() 152 (xdrproc_t) xdr_bool, (caddr_t) &clnt_res, in ypproc_domain_nonack_2_send() 156 return (&clnt_res); in ypproc_domain_nonack_2_send() 165 static bool_t clnt_res; in ypproc_domain_nonack_2_recv() local 168 memset((char *)&clnt_res, 0, sizeof (clnt_res)); in ypproc_domain_nonack_2_recv() 171 (xdrproc_t) xdr_bool, (caddr_t) &clnt_res, in ypproc_domain_nonack_2_recv() 175 return (&clnt_res); in ypproc_domain_nonack_2_recv()
|