Home
last modified time | relevance | path

Searched refs:AMU_TYPE_TOPLVL (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/bsd/am-utils/dist/amd/
H A Damfs_toplvl.c217 if (gopt.amfs_auto_timeo[AMU_TYPE_TOPLVL] > 0) { in amfs_toplvl_mount()
219 MNTTAB_OPT_TIMEO, gopt.amfs_auto_timeo[AMU_TYPE_TOPLVL]); in amfs_toplvl_mount()
222 if (gopt.amfs_auto_retrans[AMU_TYPE_TOPLVL] > 0) { in amfs_toplvl_mount()
224 MNTTAB_OPT_RETRANS, gopt.amfs_auto_retrans[AMU_TYPE_TOPLVL]); in amfs_toplvl_mount()
H A Dconf.c924 gopt.amfs_auto_retrans[AMU_TYPE_TOPLVL] = atoi(val); in gopt_nfs_retransmit_counter_toplvl()
959 gopt.amfs_auto_timeo[AMU_TYPE_TOPLVL] = atoi(val); in gopt_nfs_retry_interval_toplvl()
H A Damd.h296 #define AMU_TYPE_TOPLVL 2 /* for amfs_auto_{timeo,retrans,toplvl} */ macro