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

/freebsd-11-stable/contrib/amd/amd/
H A Dget_args.c248 gopt.amfs_auto_retrans[i] = atoi(dot + 1);
422 if (gopt.amfs_auto_retrans[i] == 0)
423 gopt.amfs_auto_retrans[i] = AMFS_AUTO_RETRANS(i);
424 if (gopt.amfs_auto_retrans[i] == 0)
425 gopt.amfs_auto_retrans[i] = 3; /* under very unusual circumstances, could be zero */
H A Damfs_toplvl.c220 if (gopt.amfs_auto_retrans[AMU_TYPE_TOPLVL] > 0) {
222 MNTTAB_OPT_RETRANS, gopt.amfs_auto_retrans[AMU_TYPE_TOPLVL]);
H A Damd.c294 gopt.amfs_auto_retrans[i] = -1; /* -1 means "never set before" */
H A Dconf.c898 gopt.amfs_auto_retrans[i] = atoi(val);
906 gopt.amfs_auto_retrans[AMU_TYPE_UDP] = atoi(val);
914 gopt.amfs_auto_retrans[AMU_TYPE_TCP] = atoi(val);
922 gopt.amfs_auto_retrans[AMU_TYPE_TOPLVL] = atoi(val);
H A Dops_nfs.c835 if (gopt.amfs_auto_retrans[proto] > 0)
837 MNTTAB_OPT_RETRANS, gopt.amfs_auto_retrans[proto]);
H A Damd.h296 int amfs_auto_retrans[AMU_TYPE_MAX]; /* NFS retransmit counter */ member in struct:amu_global_options

Completed in 111 milliseconds