/illumos-gate/usr/src/lib/libnsl/rpc/ |
H A D | rpcb_clnt.c | 724 CLNT_CONTROL(client, CLSET_VERS, (char *)&vers); in __rpcb_findaddr_timed() 743 CLNT_CONTROL(client, CLSET_RETRY_TIMEOUT, in __rpcb_findaddr_timed() 830 CLNT_CONTROL(client, CLSET_RETRY_TIMEOUT, in __rpcb_findaddr_timed() 833 CLNT_CONTROL(client, CLSET_VERS, (char *)&vers); in __rpcb_findaddr_timed() 977 CLNT_CONTROL(client, CLSET_RETRY_TIMEOUT, (char *)&rpcbrmttime); in __rpcb_findaddr_timed() 978 CLNT_CONTROL(client, CLSET_VERS, (char *)&pmapvers); in __rpcb_findaddr_timed() 1003 CLNT_CONTROL(client, CLGET_SVC_ADDR, (char *)&remote); in __rpcb_findaddr_timed() 1129 CLNT_CONTROL(client, CLGET_VERS, (char *)&vers); in rpcb_getmaps() 1132 CLNT_CONTROL(client, CLSET_VERS, (char *)&vers); in rpcb_getmaps() 1169 CLNT_CONTROL(client, CLSET_RETRY_TIMEOUT, (char *)&rmttimeout); in rpcb_rmtcall() [all …]
|
H A D | clnt_generic.c | 127 CLNT_CONTROL(clnt, CLSET_VERS, (char *)&v_high); in clnt_create_vers_timed() 443 (void) CLNT_CONTROL(clnt, CLSET_FD_CLOSE, NULL); in clnt_create_service_timed() 533 if (CLNT_CONTROL(cl, CLSET_SVC_ADDR, (void *)svcaddr) == TRUE) { in clnt_tp_create_timed() 558 (void) CLNT_CONTROL(cl, CLSET_PROG, (void *)&prog); in clnt_tp_create_timed() 559 (void) CLNT_CONTROL(cl, CLSET_VERS, (void *)&vers); in clnt_tp_create_timed() 734 (void) CLNT_CONTROL(cl, CLSET_FD_CLOSE, NULL); in _clnt_tli_create_timed()
|
H A D | clnt_simple.c | 143 (void) CLNT_CONTROL(rcp->client, in rpc_call() 145 if (CLNT_CONTROL(rcp->client, CLGET_FD, (char *)&fd)) in rpc_call()
|
H A D | rpc_soc.c | 132 (void) CLNT_CONTROL(cl, CLSET_FD_CLOSE, NULL); in clnt_com_create() 163 (void) CLNT_CONTROL(cl, CLSET_RETRY_TIMEOUT, (char *)&wait); in clntudp_bufcreate()
|
/illumos-gate/usr/src/uts/common/rpc/sec_gss/ |
H A D | rpcsec_gss.c | 655 (void) CLNT_CONTROL(clnt, CLGET_XID, (char *)&oldxid); 656 (void) CLNT_CONTROL(clnt, CLSET_XID, (char *)&zeroxid); 721 (void) CLNT_CONTROL(clnt, CLSET_XID, (char *)&oldxid); 1313 (void) CLNT_CONTROL(ap->clnt, CLGET_XID, (char *)&oldxid); 1314 (void) CLNT_CONTROL(ap->clnt, CLSET_XID, (char *)&zeroxid); 1317 (void) CLNT_CONTROL(ap->clnt, CLSET_XID, (char *)&oldxid);
|
/illumos-gate/usr/src/stand/lib/fs/nfs/ |
H A D | clnt.h | 139 #define CLNT_CONTROL(cl, rq, in) ((*(cl)->cl_ops->cl_control)(cl, rq, in)) macro
|
/illumos-gate/usr/src/cmd/rpcinfo/ |
H A D | rpcinfo.c | 427 (void) CLNT_CONTROL(client, CLSET_FD_NCLOSE, (char *)NULL); 1417 (void) CLNT_CONTROL(client, CLSET_FD_NCLOSE, (char *)NULL); 1418 (void) CLNT_CONTROL(client, CLGET_FD, (char *)&fd); 1543 (void) CLNT_CONTROL(client, CLSET_VERS, (char *)&versnum); 1569 (void) CLNT_CONTROL(client, CLSET_VERS, (char *)&versnum);
|
/illumos-gate/usr/src/uts/common/klm/ |
H A D | nlm_rpc_handle.c | 183 (void) CLNT_CONTROL(rpcp->nr_handle, CLSET_XID, in refresh_nlm_rpc()
|
/illumos-gate/usr/src/cmd/ypcmd/ |
H A D | ypxfrd_client.c | 286 (void) CLNT_CONTROL(clnt, CLSET_FD_CLOSE, (char *)NULL);
|
/illumos-gate/usr/src/cmd/fs.d/nfs/statd/ |
H A D | sm_proc.c | 832 (void) CLNT_CONTROL(client, CLGET_FD, (caddr_t)&fd); in create_client() 840 (void) CLNT_CONTROL(client, in create_client()
|
/illumos-gate/usr/src/uts/common/rpc/ |
H A D | clnt.h | 595 #define CLNT_CONTROL(cl, rq, in) ((*(cl)->cl_ops->cl_control)(cl, rq, in)) macro
|
/illumos-gate/usr/src/uts/common/fs/nfs/ |
H A D | nfs4_srv_deleg.c | 544 (void) CLNT_CONTROL(ch, CLSET_BINDRESVPORT, (char *)&useresvport); in rfs4_cbch_init() 588 (void) CLNT_CONTROL(cbch, CLSET_XID, (char *)&zilch); in rfs4_cb_getch()
|
H A D | nfs_dlinet.c | 2036 (void) CLNT_CONTROL(cl, CLSET_BCAST, (char *)&bcast); in pmap_rmt_call()
|
H A D | nfs4_subr.c | 969 (void) CLNT_CONTROL(cp->ch_client, CLSET_PROGRESS, NULL); in clget4()
|
H A D | nfs_subr.c | 451 (void) CLNT_CONTROL(cp->ch_client, CLSET_PROGRESS, NULL); in clget_impl()
|
/illumos-gate/usr/src/lib/libnsl/yp/ |
H A D | yp_bind.c | 504 (void) CLNT_CONTROL(pdomb->dom_client, CLSET_FD_CLOSE, NULL); in load_dom_binding_rsvdport()
|