Searched defs:CLNT_CONTROL (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/stand/lib/fs/nfs/
H A Dclnt.h134 * CLNT_CONTROL(cl, request, info)
139 #define CLNT_CONTROL(cl, rq, in) ((*(cl)->cl_ops->cl_control)(cl, rq, in)) macro
/illumos-gate/usr/src/lib/libbc/inc/include/rpc/
H A Dclnt.h175 * CLNT_CONTROL(cl, request, info)
180 #define CLNT_CONTROL(cl, rq, in) ((*(cl)->cl_ops->cl_control)(cl, rq, in)) macro
/illumos-gate/usr/src/uts/common/avs/ns/
H A Dcontract.h303 void CLNT_CONTROL(cl, request, info) { } function
/illumos-gate/usr/src/uts/common/rpc/
H A Dclnt.h585 * CLNT_CONTROL(cl, request, info)
591 * CLNT_CONTROL
595 #define CLNT_CONTROL(cl, rq, in) ((*(cl)->cl_ops->cl_control)(cl, rq, in)) macro
640 RPC_CL_BLOCKING = 10, /* PASSED CLNT_CONTROL SET_IO_MODE */

Completed in 50 milliseconds