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

/freebsd-9.3-release/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_dg.c91 .cl_destroy = clnt_dg_destroy,
H A Dclnt_vc.c104 .cl_destroy = clnt_vc_destroy,
/freebsd-9.3-release/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-9.3-release/lib/libc/rpc/
H A Dclnt_raw.c309 ops.cl_destroy = clnt_raw_destroy;
H A Dclnt_dg.c840 ops.cl_destroy = clnt_dg_destroy;
H A Dclnt_vc.c794 ops.cl_destroy = clnt_vc_destroy;

Completed in 180 milliseconds