Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/am-utils/dist/amd/
H A Dget_args.c238 gopt.amfs_auto_timeo[i] = atoi(optarg); in get_args()
414 if (gopt.amfs_auto_timeo[i] == 0) in get_args()
415 gopt.amfs_auto_timeo[i] = AMFS_AUTO_TIMEO; in get_args()
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()
H A Dconf.c935 gopt.amfs_auto_timeo[i] = atoi(val); in gopt_nfs_retry_interval()
943 gopt.amfs_auto_timeo[AMU_TYPE_UDP] = atoi(val); in gopt_nfs_retry_interval_udp()
951 gopt.amfs_auto_timeo[AMU_TYPE_TCP] = atoi(val); in gopt_nfs_retry_interval_tcp()
959 gopt.amfs_auto_timeo[AMU_TYPE_TOPLVL] = atoi(val); in gopt_nfs_retry_interval_toplvl()
H A Damd.h179 …ne AMFS_AUTO_RETRANS(x) ((ALLOWED_MOUNT_TIME*10+5*gopt.amfs_auto_timeo[(x)])/gopt.amfs_auto_timeo[…
299 int amfs_auto_timeo[AMU_TYPE_MAX]; /* NFS retry interval */ member
H A Damd.c293 gopt.amfs_auto_timeo[i] = -1; /* -1 means "never set before" */ in init_global_options()
H A Dops_nfs.c834 if (gopt.amfs_auto_timeo[proto] > 0) in mount_nfs_fh()
836 MNTTAB_OPT_TIMEO, gopt.amfs_auto_timeo[proto]); in mount_nfs_fh()