Searched refs:cl_destroy (Results 1 - 9 of 9) sorted by relevance

/freebsd-11-stable/sys/rpc/
H A Dclnt.h149 void (*cl_destroy)(struct __rpc_client *); member in struct:__rpc_client::clnt_ops
170 void (*cl_destroy)(struct __rpc_client *);
366 #define CLNT_DESTROY(rh) ((*(rh)->cl_ops->cl_destroy)(rh))
367 #define clnt_destroy(rh) ((*(rh)->cl_ops->cl_destroy)(rh))
H A Dclnt_rc.c65 .cl_destroy = clnt_reconnect_destroy,
H A Dclnt_bck.c105 .cl_destroy = clnt_bck_destroy,
H A Dclnt_vc.c105 .cl_destroy = clnt_vc_destroy,
H A Dclnt_dg.c91 .cl_destroy = clnt_dg_destroy,
/freebsd-11-stable/include/rpc/
H A Dclnt.h109 void (*cl_destroy)(struct __rpc_client *); member in struct:__rpc_client::clnt_ops
236 #define CLNT_DESTROY(rh) ((*(rh)->cl_ops->cl_destroy)(rh))
237 #define clnt_destroy(rh) ((*(rh)->cl_ops->cl_destroy)(rh))
/freebsd-11-stable/lib/libc/rpc/
H A Dclnt_raw.c291 ops.cl_destroy = clnt_raw_destroy;
H A Dclnt_dg.c834 ops.cl_destroy = clnt_dg_destroy;
H A Dclnt_vc.c776 ops.cl_destroy = clnt_vc_destroy;

Completed in 89 milliseconds