Searched refs:MINSEC (Results 1 - 12 of 12) sorted by relevance

/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/contrib/zkt/
H A Drollover.h49 # define OFFSET ((int) (2.5 * MINSEC))
50 # define PARENT_PROPAGATION (5 * MINSEC)
H A Dzconf.h44 # define MINSEC 60L macro
45 # define HOURSEC (MINSEC * 60)
58 # define PROPTIME ( 5 * MINSEC) /* expected slave propagation time */
H A Dzfparse.c131 lval *= MINSEC;
H A Dmisc.c960 if ( sec / MINSEC > 0 )
962 len += snprintf (str+len, strsize - len, "%2lum", sec / (ulong)MINSEC);
963 sec %= MINSEC;
H A Dzkt-conf.c281 if ( minttl < (10 * MINSEC) )
H A Ddnssec-zkt.c616 parent_propagation = 5 * MINSEC;
H A Dzkt-keyman.c523 parent_propagation = 5 * MINSEC;
/netbsd-6-1-5-RELEASE/sys/arch/vax/include/
H A Dka630.h79 #define MINSEC 60 macro
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/kernel/sys/
H A Dtimex.h156 * MINSEC and MAXSEC define the lower and upper bounds on the interval
166 #define MINSEC 16L /* min interval between updates (s) */ macro
/netbsd-6-1-5-RELEASE/sys/compat/freebsd/
H A Dfreebsd_timex.h150 * MINSEC and MAXSEC define the lower and upper bounds on the interval
160 #define MINSEC 16L /* min interval between updates (s) */ macro
/netbsd-6-1-5-RELEASE/sys/sys/
H A Dtimex.h109 * less than MINSEC, the loop always operates in PLL mode; while, for
116 #define MINSEC 256 /* min FLL update interval (s) */ macro
/netbsd-6-1-5-RELEASE/sys/kern/
H A Dkern_ntptime.c654 if (mtemp >= MINSEC && (time_status & STA_FLL || mtemp >

Completed in 182 milliseconds