Searched refs:__client (Results 1 - 4 of 4) 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, 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, 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,
|
/illumos-gate/usr/src/uts/common/avs/ns/ |
H A D | contract.h | 287 typedef struct __client { /* required fields */ struct
|
/illumos-gate/usr/src/uts/common/avs/ns/rdc/ |
H A D | rdc_clnt.c | 107 cl_call_sig(struct __client *rh, rpcproc_t proc,
|
Completed in 71 milliseconds