Searched defs:cl_control (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/stand/lib/fs/nfs/
H A Dclnt.h81 bool_t (*cl_control)(struct __client *, int, char *); member in struct:__client::clnt_ops
139 #define CLNT_CONTROL(cl, rq, in) ((*(cl)->cl_ops->cl_control)(cl, rq, in))
/illumos-gate/usr/src/lib/libbc/inc/include/rpc/
H A Dclnt.h115 bool_t (*cl_control)(); /* the ioctl() of rpc */ member in struct:__anon2770::clnt_ops
180 #define CLNT_CONTROL(cl, rq, in) ((*(cl)->cl_ops->cl_control)(cl, rq, in))
181 #define clnt_control(cl, rq, in) ((*(cl)->cl_ops->cl_control)(cl, rq, in))
/illumos-gate/usr/src/uts/common/rpc/
H A Dclnt.h152 bool_t (*cl_control)(struct __client *, int, char *); member in struct:__client::clnt_ops
168 bool_t (*cl_control)(); /* the ioctl() of rpc */
595 #define CLNT_CONTROL(cl, rq, in) ((*(cl)->cl_ops->cl_control)(cl, rq, in))
596 #define clnt_control(cl, rq, in) ((*(cl)->cl_ops->cl_control)(cl, rq, in))

Completed in 61 milliseconds