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 - 8
of
8
) sorted by relevancy
/src/usr.bin/eject/
am_glue.c
113
(void)
clnt_control
(clnt, CLSET_RETRY_TIMEOUT, (void *)&tv);
/src/usr.sbin/rpc.lockd/
test.c
19
/* Default timeout can be changed using
clnt_control
() */
347
clnt_control
(cli, CLGET_TIMEOUT, (void *)&tim);
352
clnt_control
(cli, CLSET_TIMEOUT, (void *)&tim);
353
clnt_control
(cli, CLGET_TIMEOUT, (void *)&tim);
lock_proc.c
248
clnt_control
(client, CLSET_TIMEOUT, (char *)(void *)&retry_time);
/src/usr.sbin/spray/
spray.c
141
clnt_control
(cl, CLSET_TIMEOUT, (caddr_t)&NO_DEFAULT);
/src/lib/libc/rpc/
Makefile.inc
52
rpc_clnt_create.3
clnt_control
.3 \
/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/tests/lib/libc/rpc/
t_rpc.c
85
clnt_control
(clnt, CLGET_SVC_ADDR, (char *) &addr);
/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);
Completed in 15 milliseconds
Indexes created Thu Oct 02 07:10:07 GMT 2025