Searched refs:clnt_vc_freeres (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/lib/libc/rpc/
H A Dclnt_vc.c94 static bool_t clnt_vc_freeres(CLIENT *, xdrproc_t, void *);
479 clnt_vc_freeres(cl, xdr_res, res_ptr) function
793 ops.cl_freeres = clnt_vc_freeres;
/freebsd-9.3-release/sys/rpc/
H A Dclnt_vc.c90 static bool_t clnt_vc_freeres(CLIENT *, xdrproc_t, void *);
102 .cl_freeres = clnt_vc_freeres,
577 clnt_vc_freeres(CLIENT *cl, xdrproc_t xdr_res, void *res_ptr) function

Completed in 107 milliseconds