Searched defs:clnt_ops (Results 1 – 2 of 2) sorted by relevance
/illumos-gate/usr/src/stand/lib/fs/nfs/ |
H A D | clnt.h | 65 struct clnt_ops { struct 67 enum clnt_stat (*cl_call)(struct __client *, rpcproc_t, 71 void (*cl_abort)(/* various */); 73 void (*cl_geterr)(struct __client *, 76 bool_t (*cl_freeres)(struct __client *, xdrproc_t, 79 void (*cl_destroy)(struct __client *); 81 bool_t (*cl_control)(struct __client *, int, char *);
|
/illumos-gate/usr/src/uts/common/rpc/ |
H A D | clnt.h | 135 struct clnt_ops { struct 138 enum clnt_stat (*cl_call)(struct __client *, rpcproc_t, 142 void (*cl_abort)(/* various */); 144 void (*cl_geterr)(struct __client *, 147 bool_t (*cl_freeres)(struct __client *, xdrproc_t, 150 void (*cl_destroy)(struct __client *); 152 bool_t (*cl_control)(struct __client *, int, char *); 154 int (*cl_settimers)(struct __client *, 159 enum clnt_stat (*cl_send)(struct __client *, rpcproc_t,
|