Searched refs:__client (Results 1 – 2 of 2) sorted by relevance
/illumos-gate/usr/src/stand/lib/fs/nfs/ |
H A D | clnt.h | 63 typedef struct __client { struct 67 enum clnt_stat (*cl_call)(struct __client *, rpcproc_t, argument 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 | 133 typedef struct __client { struct 138 enum clnt_stat (*cl_call)(struct __client *, rpcproc_t, argument 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,
|