Home
last modified time | relevance | path

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

/titanic_50/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()
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 Dclnt_simple.c145 (void) CLNT_CONTROL(rcp->client, in rpc_call()
147 if (CLNT_CONTROL(rcp->client, CLGET_FD, (char *)&fd)) in rpc_call()
H A Dclnt_generic.c129 CLNT_CONTROL(clnt, CLSET_VERS, (char *)&v_high); in clnt_create_vers_timed()
448 (void) CLNT_CONTROL(clnt, CLSET_FD_CLOSE, NULL); in clnt_create_service_timed()
536 if (CLNT_CONTROL(cl, CLSET_SVC_ADDR, (void *)svcaddr) == TRUE) { in clnt_tp_create_timed()
561 (void) CLNT_CONTROL(cl, CLSET_PROG, (void *)&prog); in clnt_tp_create_timed()
562 (void) CLNT_CONTROL(cl, CLSET_VERS, (void *)&vers); in clnt_tp_create_timed()
738 (void) CLNT_CONTROL(cl, CLSET_FD_CLOSE, NULL); in _clnt_tli_create_timed()
H A Drpc_soc.c134 (void) CLNT_CONTROL(cl, CLSET_FD_CLOSE, NULL); in clnt_com_create()
165 (void) CLNT_CONTROL(cl, CLSET_RETRY_TIMEOUT, (char *)&wait); in clntudp_bufcreate()
/titanic_50/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
/titanic_50/usr/src/uts/common/rpc/sec_gss/
H A Drpcsec_gss.c637 (void) CLNT_CONTROL(clnt, CLGET_XID, (char *)&oldxid);
638 (void) CLNT_CONTROL(clnt, CLSET_XID, (char *)&zeroxid);
703 (void) CLNT_CONTROL(clnt, CLSET_XID, (char *)&oldxid);
1295 (void) CLNT_CONTROL(ap->clnt, CLGET_XID, (char *)&oldxid);
1296 (void) CLNT_CONTROL(ap->clnt, CLSET_XID, (char *)&zeroxid);
1299 (void) CLNT_CONTROL(ap->clnt, CLSET_XID, (char *)&oldxid);
/titanic_50/usr/src/lib/libbc/inc/include/rpc/
H A Dclnt.h180 #define CLNT_CONTROL(cl, rq, in) ((*(cl)->cl_ops->cl_control)(cl, rq, in)) macro
/titanic_50/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);
/titanic_50/usr/src/uts/common/avs/ns/
H A Dcontract.h303 void CLNT_CONTROL(cl, request, info) { } in CLNT_CONTROL() function
/titanic_50/usr/src/cmd/ypcmd/
H A Dypxfrd_client.c286 (void) CLNT_CONTROL(clnt, CLSET_FD_CLOSE, (char *)NULL);
/titanic_50/usr/src/cmd/fs.d/nfs/statd/
H A Dsm_proc.c818 (void) CLNT_CONTROL(client, CLGET_FD, (caddr_t)&fd); in create_client()
826 (void) CLNT_CONTROL(client, in create_client()
/titanic_50/usr/src/uts/common/rpc/
H A Dclnt.h595 #define CLNT_CONTROL(cl, rq, in) ((*(cl)->cl_ops->cl_control)(cl, rq, in)) macro
/titanic_50/usr/src/uts/common/fs/nfs/
H A Dnfs4_srv_deleg.c539 (void) CLNT_CONTROL(ch, CLSET_BINDRESVPORT, (char *)&useresvport); in rfs4_cbch_init()
583 (void) CLNT_CONTROL(cbch, CLSET_XID, (char *)&zilch); in rfs4_cb_getch()
H A Dnfs_dlinet.c1973 (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.c450 (void) CLNT_CONTROL(cp->ch_client, CLSET_PROGRESS, NULL); in clget_impl()
/titanic_50/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()
/titanic_50/usr/src/uts/common/avs/ns/rdc/
H A Drdc_clnt.c2763 (void) CLNT_CONTROL(client, CLSET_PROGRESS, NULL); in rdc_clnt_get()
2785 (void) CLNT_CONTROL(ch->ch_client, CLSET_PROGRESS, in rdc_clnt_get()
2836 (void) CLNT_CONTROL(*clp, CLSET_PROGRESS, NULL); in rdc_clnt_get()