Searched refs:cl_destroy (Results 1 – 12 of 12) sorted by relevance
114 void (*cl_destroy)(); /* destroy this structure */ member203 #define CLNT_DESTROY(rh) ((*(rh)->cl_ops->cl_destroy)(rh))204 #define clnt_destroy(rh) ((*(rh)->cl_ops->cl_destroy)(rh))
79 void (*cl_destroy)(struct __client *); member161 #define CLNT_DESTROY(rh) ((*(rh)->cl_ops->cl_destroy)(rh))
530 ops.cl_destroy = clntbtcp_destroy; in clntbtcp_ops()
484 ops.cl_destroy = clntbudp_destroy; in clntbudp_ops()
150 void (*cl_destroy)(struct __client *); member167 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))
91 ((*(cl)->cl_ops->cl_destroy)(cl)); in clnt_destroy()
325 ops.cl_destroy = clnt_raw_destroy; in clnt_raw_ops()
451 ops.cl_destroy = clnt_door_destroy; in clnt_door_ops()
894 ops.cl_destroy = clnt_dg_destroy; in clnt_dg_ops()
1443 ops.cl_destroy = clnt_vc_destroy; in clnt_vc_ops()
482 ops.cl_destroy = clnttcp_destroy; in clnttcp_ops()
527 ops.cl_destroy = clntudp_destroy; in clntudp_ops()