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 | 134 typedef struct __client { struct 139 enum clnt_stat (*cl_call)(struct __client *, rpcproc_t, argument 145 void (*cl_geterr)(struct __client *, 148 bool_t (*cl_freeres)(struct __client *, xdrproc_t, 151 void (*cl_destroy)(struct __client *); 153 bool_t (*cl_control)(struct __client *, int, char *); 155 int (*cl_settimers)(struct __client *, 160 enum clnt_stat (*cl_send)(struct __client *, rpcproc_t,
|