HomeSort by: relevance | last modified time | path
    Searched refs:AMFS_AUTO_TIMEO (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/am-utils/dist/amd/
get_args.c 238 gopt.amfs_auto_timeo[i] = atoi(optarg);
414 if (gopt.amfs_auto_timeo[i] == 0)
415 gopt.amfs_auto_timeo[i] = AMFS_AUTO_TIMEO;
amd.h 179 #define AMFS_AUTO_RETRANS(x) ((ALLOWED_MOUNT_TIME*10+5*gopt.amfs_auto_timeo[(x)])/gopt.amfs_auto_timeo[(x)] * 2)
187 #define AMFS_AUTO_TIMEO 8 /* Default amfs_auto timeout - .8s */
299 int amfs_auto_timeo[AMU_TYPE_MAX]; /* NFS retry interval */ member in struct:amu_global_options

Completed in 23 milliseconds