Symbol: CLNT_CONTROL
lib/libc/rpc/clnt_generic.c
125
CLNT_CONTROL(clnt, CLSET_VERS, (char *)&vers_high);
lib/libc/rpc/clnt_generic.c
298
if (CLNT_CONTROL(cl, CLSET_SVC_ADDR, (void *)svcaddr) == TRUE) {
lib/libc/rpc/clnt_generic.c
303
(void) CLNT_CONTROL(cl, CLSET_PROG, (void *)&prog);
lib/libc/rpc/clnt_generic.c
304
(void) CLNT_CONTROL(cl, CLSET_VERS, (void *)&vers);
lib/libc/rpc/clnt_generic.c
396
(void) CLNT_CONTROL(cl, CLSET_FD_CLOSE, NULL);
lib/libc/rpc/clnt_simple.c
176
(void) CLNT_CONTROL(rcp->client,
lib/libc/rpc/clnt_simple.c
178
if (CLNT_CONTROL(rcp->client, CLGET_FD, (char *)(void *)&fd))
lib/libc/rpc/rpc_soc.c
135
(void) CLNT_CONTROL(cl, CLSET_FD_CLOSE, NULL);
lib/libc/rpc/rpc_soc.c
166
(void) CLNT_CONTROL(cl, CLSET_RETRY_TIMEOUT, &wait);
lib/libc/rpc/rpcb_clnt.c
1075
CLNT_CONTROL(client, CLGET_VERS, (char *)(void *)&vers);
lib/libc/rpc/rpcb_clnt.c
1078
CLNT_CONTROL(client, CLSET_VERS, (char *)(void *)&vers);
lib/libc/rpc/rpcb_clnt.c
1125
CLNT_CONTROL(client, CLSET_RETRY_TIMEOUT, (char *)(void *)&rmttimeout);
lib/libc/rpc/rpcb_clnt.c
1136
CLNT_CONTROL(client, CLSET_VERS, (char *)(void *)&rpcb_vers);
lib/libc/rpc/rpcb_clnt.c
1221
CLNT_CONTROL(client, CLGET_VERS, (char *)(void *)&vers);
lib/libc/rpc/rpcb_clnt.c
1225
CLNT_CONTROL(client, CLSET_VERS, (char *)(void *)&vers);
lib/libc/rpc/rpcb_clnt.c
447
(void) CLNT_CONTROL(client, CLSET_FD_CLOSE, NULL);
lib/libc/rpc/rpcb_clnt.c
767
CLNT_CONTROL(client, CLSET_RETRY_TIMEOUT, (char *)&rpcbrmttime);
lib/libc/rpc/rpcb_clnt.c
768
CLNT_CONTROL(client, CLSET_VERS, (char *)&pmapvers);
lib/libc/rpc/rpcb_clnt.c
792
CLNT_CONTROL(client, CLGET_SVC_ADDR, (char *)&remote);
lib/libc/rpc/rpcb_clnt.c
869
CLNT_CONTROL(client, CLSET_VERS, (char *)(void *)&vers);
lib/libc/rpc/rpcb_clnt.c
880
CLNT_CONTROL(client, CLSET_RETRY_TIMEOUT, (char *)&rpcbrmttime);
lib/libc/rpc/rpcb_clnt.c
890
CLNT_CONTROL(client, CLGET_SVC_ADDR,
lib/libc/rpc/rpcb_clnt.c
939
CLNT_CONTROL(client, CLSET_RETRY_TIMEOUT, (char *) &rpcbrmttime);
lib/libc/rpc/rpcb_clnt.c
942
CLNT_CONTROL(client, CLSET_VERS, (char *)(void *)&vers);
lib/libc/rpc/rpcb_clnt.c
967
CLNT_CONTROL(client, CLGET_SVC_ADDR,
sys/fs/nfs/nfs_commonkrpc.c
377
CLNT_CONTROL(client, CLSET_WAITCHAN, "nfsreq");
sys/fs/nfs/nfs_commonkrpc.c
380
CLNT_CONTROL(client, CLSET_INTERRUPTIBLE, &one);
sys/fs/nfs/nfs_commonkrpc.c
382
CLNT_CONTROL(client, CLSET_PRIVPORT, &one);
sys/fs/nfs/nfs_commonkrpc.c
384
CLNT_CONTROL(client, CLSET_TLS, &one);
sys/fs/nfs/nfs_commonkrpc.c
386
CLNT_CONTROL(client, CLSET_TLSCERTNAME,
sys/fs/nfs/nfs_commonkrpc.c
425
CLNT_CONTROL(client, CLSET_TIMEOUT,
sys/fs/nfs/nfs_commonkrpc.c
438
CLNT_CONTROL(client, CLSET_BACKCHANNEL,
sys/fs/nfs/nfs_commonkrpc.c
465
CLNT_CONTROL(client, CLSET_TIMEOUT, &timo);
sys/fs/nfs/nfs_commonkrpc.c
478
CLNT_CONTROL(client, CLSET_PRIVPORT, &one);
sys/fs/nfs/nfs_commonkrpc.c
483
CLNT_CONTROL(client, CLSET_TLS, &one);
sys/fs/nfs/nfs_commonkrpc.c
485
CLNT_CONTROL(client, CLSET_RETRIES, &retries);
sys/fs/nfs/nfs_commonkrpc.c
505
CLNT_CONTROL(client, CLSET_RETRY_TIMEOUT, &timo);
sys/fs/nfs/nfs_commonkrpc.c
531
CLNT_CONTROL(client, CLSET_CONNECT, &one);
sys/fs/nfsclient/nfs_clrpcops.c
1139
CLNT_CONTROL(nmp->nm_client, CLSET_RECONUPCALL,
sys/nlm/nlm_prot_impl.c
433
CLNT_CONTROL(rpcb, CLSET_VERS, &rpcvers);
sys/nlm/nlm_prot_impl.c
544
CLNT_CONTROL(rpcb, CLSET_WAITCHAN, wchan);
sys/nlm/nlm_prot_impl.c
551
CLNT_CONTROL(rpcb, CLSET_SVC_ADDR, &ss);
sys/nlm/nlm_prot_impl.c
552
CLNT_CONTROL(rpcb, CLSET_PROG, &prog);
sys/nlm/nlm_prot_impl.c
553
CLNT_CONTROL(rpcb, CLSET_VERS, &vers);
sys/nlm/nlm_prot_impl.c
554
CLNT_CONTROL(rpcb, CLSET_WAITCHAN, wchan);
sys/rpc/clnt_rc.c
206
CLNT_CONTROL(newclient, CLSET_FD_CLOSE, 0);
sys/rpc/clnt_rc.c
223
CLNT_CONTROL(newclient, CLSET_TLS,
sys/rpc/clnt_rc.c
245
CLNT_CONTROL(newclient, CLSET_CONNECT, &one);
sys/rpc/clnt_rc.c
246
CLNT_CONTROL(newclient, CLSET_TIMEOUT, &rc->rc_timeout);
sys/rpc/clnt_rc.c
247
CLNT_CONTROL(newclient, CLSET_RETRY_TIMEOUT, &rc->rc_retry);
sys/rpc/clnt_rc.c
248
CLNT_CONTROL(newclient, CLSET_WAITCHAN, rc->rc_waitchan);
sys/rpc/clnt_rc.c
249
CLNT_CONTROL(newclient, CLSET_INTERRUPTIBLE, &rc->rc_intr);
sys/rpc/clnt_rc.c
251
CLNT_CONTROL(newclient, CLSET_BACKCHANNEL, rc->rc_backchannel);
sys/rpc/clnt_rc.c
436
CLNT_CONTROL(rc->rc_client, request, info);
sys/rpc/clnt_rc.c
446
CLNT_CONTROL(rc->rc_client, request, info);
sys/rpc/clnt_rc.c
460
CLNT_CONTROL(rc->rc_client, CLSET_VERS, info);
sys/rpc/clnt_rc.c
470
CLNT_CONTROL(rc->rc_client, request, info);
sys/rpc/clnt_rc.c
476
CLNT_CONTROL(rc->rc_client, request, info);
sys/rpc/clnt_rc.c
486
CLNT_CONTROL(rc->rc_client, request, info);
sys/rpc/rpcsec_tls/rpctls_impl.c
209
CLNT_CONTROL(ups.cl, CLSET_TLS, &(int){RPCTLS_INHANDSHAKE});
sys/rpc/rpcsec_tls/rpctls_impl.c
285
CLNT_CONTROL(newclient, CLSET_BLOCKRCV, &(int){1});
sys/rpc/rpcsec_tls/rpctls_impl.c
301
CLNT_CONTROL(newclient, CLSET_BLOCKRCV, &(int){0});
usr.bin/quota/quota.c
669
CLNT_CONTROL(client, CLSET_RETRY_TIMEOUT, (char *)(void *)&timeout);
usr.bin/rpcinfo/rpcinfo.c
1299
(void) CLNT_CONTROL(client, CLSET_FD_NCLOSE, (char *)NULL);
usr.bin/rpcinfo/rpcinfo.c
1300
(void) CLNT_CONTROL(client, CLGET_FD, (char *)&fd);
usr.bin/rpcinfo/rpcinfo.c
1418
(void) CLNT_CONTROL(client, CLSET_VERS, (char *)&versnum);
usr.bin/rpcinfo/rpcinfo.c
1444
(void) CLNT_CONTROL(client, CLSET_VERS, (char *)&versnum);
usr.bin/rpcinfo/rpcinfo.c
402
(void) CLNT_CONTROL(client, CLSET_FD_NCLOSE, (char *)NULL);