Searched defs:clnt_control (Results 1 - 4 of 4) sorted by relevance
/illumos-gate/usr/src/lib/libnsl/rpc/ |
H A D | svid_funcs.c | 45 #undef clnt_control macro 83 clnt_control(CLIENT *cl, uint_t rq, char *in) function
|
/illumos-gate/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
|
/illumos-gate/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
|
/illumos-gate/usr/src/man/man3nsl/ |
H A D | Makefile | 114 clnt_control.3nsl \ 385 clnt_control.3nsl := LINKSRC = rpc_clnt_create.3nsl
|
Completed in 84 milliseconds