Searched refs:amfs_auto_timeo (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/contrib/amd/amd/
H A Damfs_toplvl.c215 if (gopt.amfs_auto_timeo[AMU_TYPE_TOPLVL] > 0) {
217 MNTTAB_OPT_TIMEO, gopt.amfs_auto_timeo[AMU_TYPE_TOPLVL]);
H A Dget_args.c244 gopt.amfs_auto_timeo[i] = atoi(optarg);
420 if (gopt.amfs_auto_timeo[i] == 0)
421 gopt.amfs_auto_timeo[i] = AMFS_AUTO_TIMEO;
H A Damd.h177 #define AMFS_AUTO_RETRANS(x) ((ALLOWED_MOUNT_TIME*10+5*gopt.amfs_auto_timeo[(x)])/gopt.amfs_auto_timeo[(x)] * 2)
297 int amfs_auto_timeo[AMU_TYPE_MAX]; /* NFS retry interval */ member in struct:amu_global_options
H A Damd.c295 gopt.amfs_auto_timeo[i] = -1; /* -1 means "never set before" */
H A Dconf.c933 gopt.amfs_auto_timeo[i] = atoi(val);
941 gopt.amfs_auto_timeo[AMU_TYPE_UDP] = atoi(val);
949 gopt.amfs_auto_timeo[AMU_TYPE_TCP] = atoi(val);
957 gopt.amfs_auto_timeo[AMU_TYPE_TOPLVL] = atoi(val);
H A Dops_nfs.c832 if (gopt.amfs_auto_timeo[proto] > 0)
834 MNTTAB_OPT_TIMEO, gopt.amfs_auto_timeo[proto]);

Completed in 123 milliseconds