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

/illumos-gate/usr/src/lib/libbc/inc/include/rpc/
H A Dclnt.h114 void (*cl_destroy)(); /* destroy this structure */ member in struct:__anon2770::clnt_ops
203 #define CLNT_DESTROY(rh) ((*(rh)->cl_ops->cl_destroy)(rh))
204 #define clnt_destroy(rh) ((*(rh)->cl_ops->cl_destroy)(rh))
/illumos-gate/usr/src/stand/lib/fs/nfs/
H A Dclnt.h79 void (*cl_destroy)(struct __client *); member in struct:__client::clnt_ops
161 #define CLNT_DESTROY(rh) ((*(rh)->cl_ops->cl_destroy)(rh))
H A Dclnt_btcp.c530 ops.cl_destroy = clntbtcp_destroy;
H A Dclnt_budp.c484 ops.cl_destroy = clntbudp_destroy;
/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dsvid_funcs.c91 ((*(cl)->cl_ops->cl_destroy)(cl));
H A Dclnt_raw.c325 ops.cl_destroy = clnt_raw_destroy;
H A Dclnt_door.c451 ops.cl_destroy = clnt_door_destroy;
H A Dclnt_dg.c894 ops.cl_destroy = clnt_dg_destroy;
H A Dclnt_vc.c1443 ops.cl_destroy = clnt_vc_destroy;
/illumos-gate/usr/src/uts/common/rpc/
H A Dclnt.h150 void (*cl_destroy)(struct __client *); member in struct:__client::clnt_ops
167 void (*cl_destroy)(); /* destroy this structure */
696 #define CLNT_DESTROY(rh) ((*(rh)->cl_ops->cl_destroy)(rh))
697 #define clnt_destroy(rh) ((*(rh)->cl_ops->cl_destroy)(rh))
/illumos-gate/usr/src/ucblib/librpcsoc/
H A Dclnt_tcp.c482 ops.cl_destroy = clnttcp_destroy;
H A Dclnt_udp.c527 ops.cl_destroy = clntudp_destroy;

Completed in 73 milliseconds