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

/freebsd-10.0-release/lib/libc/rpc/
H A Dclnt_vc.c95 static bool_t clnt_vc_freeres(CLIENT *, xdrproc_t, void *);
482 clnt_vc_freeres(cl, xdr_res, res_ptr) function
796 ops.cl_freeres = clnt_vc_freeres;
/freebsd-10.0-release/sys/rpc/
H A Dclnt_vc.c91 static bool_t clnt_vc_freeres(CLIENT *, xdrproc_t, void *);
103 .cl_freeres = clnt_vc_freeres,
584 clnt_vc_freeres(CLIENT *cl, xdrproc_t xdr_res, void *res_ptr) function

Completed in 121 milliseconds