Searched defs:clnt_control (Results 1 – 2 of 2) sorted by relevance
81 clnt_control(CLIENT *cl, uint_t rq, char *in) in clnt_control() function
596 #define clnt_control(cl, rq, in) ((*(cl)->cl_ops->cl_control)(cl, rq, in)) macro