Home
last modified time | relevance | path

Searched refs:CLNT_CONTROL (Results 1 – 16 of 16) sorted by relevance

/illumos-gate/usr/src/lib/libnsl/rpc/
H A Drpcb_clnt.c724 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()
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()
1180 CLNT_CONTROL(client, CLSET_VERS, (char *)&rpcb_vers); in rpcb_rmtcall()
1258 CLNT_CONTROL(client, CLGET_VERS, (char *)&vers); in rpcb_gettime()
[all …]
H A Dclnt_generic.c127 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 Dclnt_simple.c143 (void) CLNT_CONTROL(rcp->client, in rpc_call()
145 if (CLNT_CONTROL(rcp->client, CLGET_FD, (char *)&fd)) in rpc_call()
H A Drpc_soc.c132 (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 Drpcsec_gss.c641 (void) CLNT_CONTROL(clnt, CLGET_XID, (char *)&oldxid);
642 (void) CLNT_CONTROL(clnt, CLSET_XID, (char *)&zeroxid);
707 (void) CLNT_CONTROL(clnt, CLSET_XID, (char *)&oldxid);
1299 (void) CLNT_CONTROL(ap->clnt, CLGET_XID, (char *)&oldxid);
1300 (void) CLNT_CONTROL(ap->clnt, CLSET_XID, (char *)&zeroxid);
1303 (void) CLNT_CONTROL(ap->clnt, CLSET_XID, (char *)&oldxid);
/illumos-gate/usr/src/stand/lib/fs/nfs/
H A Dclnt.h139 #define CLNT_CONTROL(cl, rq, in) ((*(cl)->cl_ops->cl_control)(cl, rq, in)) macro
/illumos-gate/usr/src/cmd/rpcinfo/
H A Drpcinfo.c427 (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 Dnlm_rpc_handle.c183 (void) CLNT_CONTROL(rpcp->nr_handle, CLSET_XID, in refresh_nlm_rpc()
/illumos-gate/usr/src/cmd/ypcmd/
H A Dypxfrd_client.c286 (void) CLNT_CONTROL(clnt, CLSET_FD_CLOSE, (char *)NULL);
/illumos-gate/usr/src/cmd/fs.d/nfs/statd/
H A Dsm_proc.c832 (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 Dclnt.h595 #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 Dnfs4_srv_deleg.c544 (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 Dnfs_dlinet.c2036 (void) CLNT_CONTROL(cl, CLSET_BCAST, (char *)&bcast); in pmap_rmt_call()
H A Dnfs4_subr.c969 (void) CLNT_CONTROL(cp->ch_client, CLSET_PROGRESS, NULL); in clget4()
H A Dnfs_subr.c451 (void) CLNT_CONTROL(cp->ch_client, CLSET_PROGRESS, NULL); in clget_impl()
/illumos-gate/usr/src/lib/libnsl/yp/
H A Dyp_bind.c504 (void) CLNT_CONTROL(pdomb->dom_client, CLSET_FD_CLOSE, NULL); in load_dom_binding_rsvdport()