Searched defs:clnt_control (Results 1 – 3 of 3) sorted by relevance
/titanic_50/usr/src/lib/libnsl/rpc/ |
H A D | svid_funcs.c | 83 clnt_control(CLIENT *cl, uint_t rq, char *in) in clnt_control() function
|
/titanic_50/usr/src/lib/libbc/inc/include/rpc/ |
H A D | clnt.h | 181 #define clnt_control(cl, rq, in) ((*(cl)->cl_ops->cl_control)(cl, rq, in)) macro
|
/titanic_50/usr/src/uts/common/rpc/ |
H A D | clnt.h | 596 #define clnt_control(cl, rq, in) ((*(cl)->cl_ops->cl_control)(cl, rq, in)) macro
|