OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AMFS_AUTO_RETRANS
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/bsd/am-utils/dist/amd/
get_args.c
242
gopt.
amfs_auto_retrans
[i] = atoi(dot + 1);
416
if (gopt.
amfs_auto_retrans
[i] == 0)
417
gopt.
amfs_auto_retrans
[i] =
AMFS_AUTO_RETRANS
(i);
418
if (gopt.
amfs_auto_retrans
[i] == 0)
419
gopt.
amfs_auto_retrans
[i] = 3; /* under very unusual circumstances, could be zero */
amd.h
179
#define
AMFS_AUTO_RETRANS
(x) ((ALLOWED_MOUNT_TIME*10+5*gopt.amfs_auto_timeo[(x)])/gopt.amfs_auto_timeo[(x)] * 2)
298
int
amfs_auto_retrans
[AMU_TYPE_MAX]; /* NFS retransmit counter */
member in struct:amu_global_options
Completed in 74 milliseconds
Indexes created Mon Jun 15 00:25:07 UTC 2026