OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CLNT_CONTROL
(Results
1 - 9
of
9
) sorted by relevancy
/src/lib/libc/rpc/
clnt_generic.c
121
CLNT_CONTROL
(clnt, CLSET_VERS, (char *)(void *)&vers_high);
221
* change using the rpc equivalent of ioctl()'s :
clnt_control
()
255
if (
CLNT_CONTROL
(cl, CLSET_SVC_ADDR, (void *)svcaddr) == TRUE) {
266
(void)
CLNT_CONTROL
(cl, CLSET_PROG, (void *)&prog);
267
(void)
CLNT_CONTROL
(cl, CLSET_VERS, (void *)&vers);
285
* change using the rpc equivalent of ioctl()'s :
clnt_control
().
369
(void)
CLNT_CONTROL
(cl, CLSET_FD_CLOSE, NULL);
370
/* (void)
CLNT_CONTROL
(cl, CLSET_POP_TIMOD, NULL); */
rpcb_clnt.c
465
(void)
CLNT_CONTROL
(client, CLSET_FD_CLOSE, NULL);
730
CLNT_CONTROL
(client, CLSET_VERS, (char *)(void *)&pmapvers);
753
CLNT_CONTROL
(client, CLGET_SVC_ADDR, (char *)(void *)&remote);
833
CLNT_CONTROL
(client, CLSET_VERS, (char *)(void *)&vers);
851
CLNT_CONTROL
(client, CLGET_SVC_ADDR,
904
CLNT_CONTROL
(client, CLSET_VERS, (char *)(void *)&vers);
930
CLNT_CONTROL
(client, CLGET_SVC_ADDR,
1038
CLNT_CONTROL
(client, CLGET_VERS, (char *)(void *)&vers);
1041
CLNT_CONTROL
(client, CLSET_VERS, (char *)(void *)&vers);
1088
CLNT_CONTROL
(client, CLSET_RETRY_TIMEOUT, __UNCONST(&rmttimeout))
[
all
...]
clnt_simple.c
193
(void)
CLNT_CONTROL
(rcp->client,
195
if (
CLNT_CONTROL
(rcp->client, CLGET_FD, (char *)(void *)&fd))
rpc_soc.c
163
(void)
CLNT_CONTROL
(cl, CLSET_FD_CLOSE, NULL);
196
(void)
CLNT_CONTROL
(cl, CLSET_RETRY_TIMEOUT, (char *)(void *)&wait);
/src/sys/fs/nfs/common/
nfs_commonkrpc.c
270
CLNT_CONTROL
(client, CLSET_WAITCHAN, "nfsreq");
273
CLNT_CONTROL
(client, CLSET_INTERRUPTIBLE, &one);
275
CLNT_CONTROL
(client, CLSET_PRIVPORT, &one);
299
CLNT_CONTROL
(client, CLSET_BACKCHANNEL, xprt);
316
CLNT_CONTROL
(client, CLSET_PRIVPORT, &one);
321
CLNT_CONTROL
(client, CLSET_RETRIES, &retries);
341
CLNT_CONTROL
(client, CLSET_RETRY_TIMEOUT, &timo);
360
CLNT_CONTROL
(client, CLSET_CONNECT, &one);
/src/include/rpc/
clnt.h
246
*
CLNT_CONTROL
(cl, request, info)
251
#define
CLNT_CONTROL
(cl,rq,in) ((*(cl)->cl_ops->cl_control)(cl,rq,in))
252
#define
clnt_control
(cl,rq,in) ((*(cl)->cl_ops->cl_control)(cl,rq,in))
macro
/src/sbin/mount_nfs/
getnfsargs.c
212
CLNT_CONTROL
(clp, CLSET_RETRY_TIMEOUT,
/src/usr.bin/rpcinfo/
rpcinfo.c
410
(void)
CLNT_CONTROL
(client, CLSET_FD_NCLOSE, NULL);
732
clnt_control
(client, CLSET_VERS, (char *)(void *)&vers);
746
clnt_control
(client, CLSET_VERS, (char *)(void *)&vers);
1327
(void)
CLNT_CONTROL
(client, CLSET_FD_NCLOSE, NULL);
1328
(void)
CLNT_CONTROL
(client, CLGET_FD, (char *)(void *)&fd);
1444
(void)
CLNT_CONTROL
(client, CLSET_VERS,
1470
(void)
CLNT_CONTROL
(client, CLSET_VERS,
1580
CLNT_CONTROL
(client, CLGET_SVC_ADDR, (char *)&nb);
/src/sys/fs/nfs/nlm/
nlm_prot_impl.c
454
CLNT_CONTROL
(rpcb, CLSET_VERS, &rpcvers);
547
CLNT_CONTROL
(rpcb, CLSET_WAITCHAN, wchan);
554
CLNT_CONTROL
(rpcb, CLSET_SVC_ADDR, &ss);
555
CLNT_CONTROL
(rpcb, CLSET_PROG, &prog);
556
CLNT_CONTROL
(rpcb, CLSET_VERS, &vers);
557
CLNT_CONTROL
(rpcb, CLSET_WAITCHAN, wchan);
Completed in 17 milliseconds
Indexes created Sat Oct 18 17:09:52 GMT 2025