OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RPC_TIMEDOUT
(Results
1 - 12
of
12
) sorted by relevancy
/src/lib/libc/rpc/
clnt_perror.c
122
case
RPC_TIMEDOUT
:
197
[
RPC_TIMEDOUT
] = "RPC: Timed out",
287
case
RPC_TIMEDOUT
:
rpc_prot.c
341
case
RPC_TIMEDOUT
:
clnt_dg.c
389
cu->cu_error.re_status =
RPC_TIMEDOUT
;
443
cu->cu_error.re_status =
RPC_TIMEDOUT
;
clnt_vc.c
416
return(ct->ct_error.re_status =
RPC_TIMEDOUT
);
709
ct->ct_error.re_status =
RPC_TIMEDOUT
;
clnt_bcast.c
531
stat =
RPC_TIMEDOUT
;
/src/include/rpc/
clnt.h
66
RPC_TIMEDOUT
=5, /* call timed out */
/src/usr.bin/rup/
rup.c
327
if (clnt_stat != RPC_SUCCESS && clnt_stat !=
RPC_TIMEDOUT
)
/src/usr.bin/rusers/
rusers.c
267
if (clnt_stat != RPC_SUCCESS && clnt_stat !=
RPC_TIMEDOUT
)
/src/usr.sbin/ypserv/yppush/
yppush.c
399
if (rv != RPC_SUCCESS && rv !=
RPC_TIMEDOUT
) {
/src/tests/lib/libc/rpc/
t_rpc.c
227
if (clnt_stat != RPC_SUCCESS && clnt_stat !=
RPC_TIMEDOUT
)
/src/sys/fs/nfs/common/
nfs_commonkrpc.c
771
} else if (stat ==
RPC_TIMEDOUT
) {
/src/usr.bin/rpcinfo/
rpcinfo.c
637
if ((rpc_stat != RPC_SUCCESS) && (rpc_stat !=
RPC_TIMEDOUT
))
Completed in 19 milliseconds
Indexes created Sun Oct 12 09:09:55 GMT 2025