Searched refs:AMU_TYPE_TOPLVL (Results 1 - 3 of 3) 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]);
220 if (gopt.amfs_auto_retrans[AMU_TYPE_TOPLVL] > 0) {
222 MNTTAB_OPT_RETRANS, gopt.amfs_auto_retrans[AMU_TYPE_TOPLVL]);
H A Dconf.c922 gopt.amfs_auto_retrans[AMU_TYPE_TOPLVL] = atoi(val);
957 gopt.amfs_auto_timeo[AMU_TYPE_TOPLVL] = atoi(val);
H A Damd.h294 #define AMU_TYPE_TOPLVL 2 /* for amfs_auto_{timeo,retrans,toplvl} */ macro

Completed in 72 milliseconds