OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:am_timeo_w
(Results
1 - 7
of
7
) sorted by relevancy
/src/external/bsd/am-utils/dist/amd/
get_args.c
257
gopt.
am_timeo_w
= atoi(optarg);
258
if (gopt.
am_timeo_w
<= 0)
259
gopt.
am_timeo_w
= AM_TTL_W;
map.c
367
mp->
am_timeo_w
= 0;
767
mp->
am_timeo_w
= 0;
1031
if (mp->
am_timeo_w
< 4 * gopt.
am_timeo_w
)
1032
mp->
am_timeo_w
+= gopt.
am_timeo_w
;
1033
mp->am_ttl = now + mp->
am_timeo_w
;
nfs_subr.c
170
if (mp->
am_timeo_w
< 4 * gopt.
am_timeo_w
)
171
mp->
am_timeo_w
+= gopt.
am_timeo_w
;
172
mp->am_ttl = now + mp->
am_timeo_w
;
1116
if (mp->
am_timeo_w
< 4 * gopt.
am_timeo_w
)
1117
mp->
am_timeo_w
+= gopt.
am_timeo_w
;
1118
mp->am_ttl = now + mp->
am_timeo_w
;
[
all
...]
amd.c
300
gopt.
am_timeo_w
= AM_TTL_W;
amd.h
302
int
am_timeo_w
; /* dismount interval */
member in struct:amu_global_options
516
int
am_timeo_w
; /* Dismount wait interval */
member in struct:am_node
conf.c
492
gopt.
am_timeo_w
= atoi(val);
493
if (gopt.
am_timeo_w
<= 0)
494
gopt.
am_timeo_w
= AM_TTL_W;
/src/external/bsd/am-utils/dist/conf/autofs/
autofs_linux.c
193
mp->am_autofs_ttl = clocktime(NULL) + gopt.
am_timeo_w
;
897
mp->am_autofs_ttl = now + gopt.
am_timeo_w
;
Completed in 32 milliseconds
Indexes created Mon Jun 15 00:25:07 UTC 2026