Home
last modified time | relevance | path

Searched refs:am_timeo (Results 1 – 12 of 12) sorted by relevance

/netbsd-src/external/bsd/am-utils/dist/amd/
H A Dget_args.c196 gopt.am_timeo = atoi(optarg); in get_args()
197 if (gopt.am_timeo <= 0) in get_args()
198 gopt.am_timeo = AM_TTL; in get_args()
H A Dautil.c284 if ((mp->am_timeo = hasmntval(&mnt, "utimeout")) == 0) in am_mounted()
285 mp->am_timeo = gopt.am_timeo; /* otherwise use default timeout */ in am_mounted()
298 plog(XLOG_INFO, "%s set to timeout in %d seconds", mp->am_path, mp->am_timeo); in am_mounted()
H A Dmap.c369 mp->am_ttl += mp->am_timeo; /* sun's -tl option */ in new_ttl()
419 mp->am_timeo = gopt.am_timeo; in init_map()
766 mp->am_timeo = 1; in umount_exported()
H A Dconf.c452 gopt.am_timeo = atoi(val); in gopt_cache_duration()
453 if (gopt.am_timeo <= 0) in gopt_cache_duration()
454 gopt.am_timeo = AM_TTL; in gopt_cache_duration()
H A Damd.h301 int am_timeo; /* cache duration */ member
517 int am_timeo; /* Cache timeout interval */ member
H A Damd.c297 gopt.am_timeo = AM_TTL; in init_global_options()
H A Dinfo_nis.c286 if ((time_t)order - *tp > gopt.am_timeo) { in nis_search()
H A Damfs_generic.c944 mp->am_timeo = 17; in amfs_bgmount()
947 mp->am_timeo = 5; in amfs_bgmount()
/netbsd-src/external/bsd/am-utils/dist/conf/autofs/
H A Dautofs_solaris_v1.c397 fh->mount_to = mp->am_timeo; in autofs_get_fh()
H A Dautofs_linux.c173 unsigned long timeout = gopt.am_timeo; in autofs_mounted()
H A Dautofs_solaris_v2_v3.c987 fh->mount_to = mp->am_timeo; in autofs_get_fh()
/netbsd-src/external/bsd/am-utils/dist/
H A DChangeLog5950 timeout on the autofs mountpoint to cache_duration (gopt.am_timeo)