Symbol: CLNT_CONTROL
lib/libc/rpc/clnt_generic.c
121
CLNT_CONTROL(clnt, CLSET_VERS, (char *)(void *)&vers_high);
lib/libc/rpc/clnt_generic.c
255
if (CLNT_CONTROL(cl, CLSET_SVC_ADDR, (void *)svcaddr) == TRUE) {
lib/libc/rpc/clnt_generic.c
266
(void) CLNT_CONTROL(cl, CLSET_PROG, (void *)&prog);
lib/libc/rpc/clnt_generic.c
267
(void) CLNT_CONTROL(cl, CLSET_VERS, (void *)&vers);
lib/libc/rpc/clnt_generic.c
369
(void) CLNT_CONTROL(cl, CLSET_FD_CLOSE, NULL);
lib/libc/rpc/clnt_simple.c
193
(void) CLNT_CONTROL(rcp->client,
lib/libc/rpc/clnt_simple.c
195
if (CLNT_CONTROL(rcp->client, CLGET_FD, (char *)(void *)&fd))
lib/libc/rpc/rpc_soc.c
163
(void) CLNT_CONTROL(cl, CLSET_FD_CLOSE, NULL);
lib/libc/rpc/rpc_soc.c
196
(void) CLNT_CONTROL(cl, CLSET_RETRY_TIMEOUT, (char *)(void *)&wait);
lib/libc/rpc/rpcb_clnt.c
1038
CLNT_CONTROL(client, CLGET_VERS, (char *)(void *)&vers);
lib/libc/rpc/rpcb_clnt.c
1041
CLNT_CONTROL(client, CLSET_VERS, (char *)(void *)&vers);
lib/libc/rpc/rpcb_clnt.c
1088
CLNT_CONTROL(client, CLSET_RETRY_TIMEOUT, __UNCONST(&rmttimeout));
lib/libc/rpc/rpcb_clnt.c
1099
CLNT_CONTROL(client, CLSET_VERS, (char *)(void *)&rpcb_vers);
lib/libc/rpc/rpcb_clnt.c
1180
CLNT_CONTROL(client, CLGET_VERS, (char *)(void *)&vers);
lib/libc/rpc/rpcb_clnt.c
1184
CLNT_CONTROL(client, CLSET_VERS, (char *)(void *)&vers);
lib/libc/rpc/rpcb_clnt.c
465
(void) CLNT_CONTROL(client, CLSET_FD_CLOSE, NULL);
lib/libc/rpc/rpcb_clnt.c
730
CLNT_CONTROL(client, CLSET_VERS, (char *)(void *)&pmapvers);
lib/libc/rpc/rpcb_clnt.c
753
CLNT_CONTROL(client, CLGET_SVC_ADDR, (char *)(void *)&remote);
lib/libc/rpc/rpcb_clnt.c
833
CLNT_CONTROL(client, CLSET_VERS, (char *)(void *)&vers);
lib/libc/rpc/rpcb_clnt.c
851
CLNT_CONTROL(client, CLGET_SVC_ADDR,
lib/libc/rpc/rpcb_clnt.c
904
CLNT_CONTROL(client, CLSET_VERS, (char *)(void *)&vers);
lib/libc/rpc/rpcb_clnt.c
930
CLNT_CONTROL(client, CLGET_SVC_ADDR,
sbin/mount_nfs/getnfsargs.c
212
CLNT_CONTROL(clp, CLSET_RETRY_TIMEOUT,
sys/fs/nfs/common/nfs_commonkrpc.c
270
CLNT_CONTROL(client, CLSET_WAITCHAN, "nfsreq");
sys/fs/nfs/common/nfs_commonkrpc.c
273
CLNT_CONTROL(client, CLSET_INTERRUPTIBLE, &one);
sys/fs/nfs/common/nfs_commonkrpc.c
275
CLNT_CONTROL(client, CLSET_PRIVPORT, &one);
sys/fs/nfs/common/nfs_commonkrpc.c
299
CLNT_CONTROL(client, CLSET_BACKCHANNEL, xprt);
sys/fs/nfs/common/nfs_commonkrpc.c
316
CLNT_CONTROL(client, CLSET_PRIVPORT, &one);
sys/fs/nfs/common/nfs_commonkrpc.c
321
CLNT_CONTROL(client, CLSET_RETRIES, &retries);
sys/fs/nfs/common/nfs_commonkrpc.c
341
CLNT_CONTROL(client, CLSET_RETRY_TIMEOUT, &timo);
sys/fs/nfs/common/nfs_commonkrpc.c
360
CLNT_CONTROL(client, CLSET_CONNECT, &one);
sys/fs/nfs/nlm/nlm_prot_impl.c
454
CLNT_CONTROL(rpcb, CLSET_VERS, &rpcvers);
sys/fs/nfs/nlm/nlm_prot_impl.c
547
CLNT_CONTROL(rpcb, CLSET_WAITCHAN, wchan);
sys/fs/nfs/nlm/nlm_prot_impl.c
554
CLNT_CONTROL(rpcb, CLSET_SVC_ADDR, &ss);
sys/fs/nfs/nlm/nlm_prot_impl.c
555
CLNT_CONTROL(rpcb, CLSET_PROG, &prog);
sys/fs/nfs/nlm/nlm_prot_impl.c
556
CLNT_CONTROL(rpcb, CLSET_VERS, &vers);
sys/fs/nfs/nlm/nlm_prot_impl.c
557
CLNT_CONTROL(rpcb, CLSET_WAITCHAN, wchan);
usr.bin/rpcinfo/rpcinfo.c
1327
(void)CLNT_CONTROL(client, CLSET_FD_NCLOSE, NULL);
usr.bin/rpcinfo/rpcinfo.c
1328
(void)CLNT_CONTROL(client, CLGET_FD, (char *)(void *)&fd);
usr.bin/rpcinfo/rpcinfo.c
1444
(void)CLNT_CONTROL(client, CLSET_VERS,
usr.bin/rpcinfo/rpcinfo.c
1470
(void)CLNT_CONTROL(client, CLSET_VERS,
usr.bin/rpcinfo/rpcinfo.c
1580
CLNT_CONTROL(client, CLGET_SVC_ADDR, (char *)&nb);
usr.bin/rpcinfo/rpcinfo.c
410
(void)CLNT_CONTROL(client, CLSET_FD_NCLOSE, NULL);