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

  /src/external/bsd/am-utils/dist/amd/
amfs_toplvl.c 217 if (gopt.amfs_auto_timeo[AMU_TYPE_TOPLVL] > 0) {
219 MNTTAB_OPT_TIMEO, gopt.amfs_auto_timeo[AMU_TYPE_TOPLVL]);
222 if (gopt.amfs_auto_retrans[AMU_TYPE_TOPLVL] > 0) {
224 MNTTAB_OPT_RETRANS, gopt.amfs_auto_retrans[AMU_TYPE_TOPLVL]);
conf.c 924 gopt.amfs_auto_retrans[AMU_TYPE_TOPLVL] = atoi(val);
959 gopt.amfs_auto_timeo[AMU_TYPE_TOPLVL] = atoi(val);
amd.h 296 #define AMU_TYPE_TOPLVL 2 /* for amfs_auto_{timeo,retrans,toplvl} */

Completed in 27 milliseconds