Searched refs:cl_control (Results 1 – 11 of 11) sorted by relevance
/illumos-gate/usr/src/stand/lib/fs/nfs/ |
H A D | clnt.h | 81 bool_t (*cl_control)(struct __client *, int, char *); member 139 #define CLNT_CONTROL(cl, rq, in) ((*(cl)->cl_ops->cl_control)(cl, rq, in))
|
H A D | clnt_btcp.c | 529 ops.cl_control = clntbtcp_control; in clntbtcp_ops()
|
H A D | clnt_budp.c | 458 ops.cl_control = clntbudp_control; in clntbudp_ops()
|
/illumos-gate/usr/src/uts/common/rpc/ |
H A D | clnt.h | 152 bool_t (*cl_control)(struct __client *, int, char *); member 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))
|
/illumos-gate/usr/src/lib/libnsl/rpc/ |
H A D | svid_funcs.c | 83 return ((*(cl)->cl_ops->cl_control)(cl, rq, in)); in clnt_control()
|
H A D | clnt_raw.c | 328 ops.cl_control = clnt_raw_control; in clnt_raw_ops()
|
H A D | clnt_door.c | 452 ops.cl_control = clnt_door_control; in clnt_door_ops()
|
H A D | clnt_dg.c | 896 ops.cl_control = clnt_dg_control; in clnt_dg_ops()
|
H A D | clnt_vc.c | 1405 ops.cl_control = clnt_vc_control; in clnt_vc_ops()
|
/illumos-gate/usr/src/ucblib/librpcsoc/ |
H A D | clnt_tcp.c | 467 ops.cl_control = clnttcp_control; in clnttcp_ops()
|
H A D | clnt_udp.c | 526 ops.cl_control = clntudp_control; in clntudp_ops()
|