Home
last modified time | relevance | path

Searched refs:cl_destroy (Results 1 – 10 of 10) sorted by relevance

/freebsd/include/rpc/
H A Dclnt.h107 void (*cl_destroy)(struct __rpc_client *); member
234 #define CLNT_DESTROY(rh) ((*(rh)->cl_ops->cl_destroy)(rh))
235 #define clnt_destroy(rh) ((*(rh)->cl_ops->cl_destroy)(rh))
/freebsd/sys/rpc/
H A Dclnt.h140 void (*cl_destroy)(struct __rpc_client *); member
330 #define CLNT_DESTROY(rh) ((*(rh)->cl_ops->cl_destroy)(rh))
331 #define clnt_destroy(rh) ((*(rh)->cl_ops->cl_destroy)(rh))
H A Dclnt_bck.c102 .cl_destroy = clnt_bck_destroy,
H A Dclnt_nl.c103 .cl_destroy = clnt_nl_destroy,
H A Dclnt_rc.c67 .cl_destroy = clnt_reconnect_destroy,
H A Dclnt_dg.c86 .cl_destroy = clnt_dg_destroy,
H A Dclnt_vc.c106 .cl_destroy = clnt_vc_destroy,
/freebsd/lib/libc/rpc/
H A Dclnt_raw.c286 ops.cl_destroy = clnt_raw_destroy; in clnt_raw_ops()
H A Dclnt_dg.c823 ops.cl_destroy = clnt_dg_destroy; in clnt_dg_ops()
H A Dclnt_vc.c763 ops.cl_destroy = clnt_vc_destroy; in clnt_vc_ops()