Home
last modified time | relevance | path

Searched refs:STA_FREQHOLD (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/sys/sys/
H A Dtimex.h151 #define STA_FREQHOLD 0x0080 /* hold frequency (rw) */ macro
/netbsd-src/external/bsd/ntp/dist/kernel/sys/
H A Dtimex.h223 #define STA_FREQHOLD 0x0080 /* hold frequency (rw) */ macro
/netbsd-src/sys/kern/
H A Dkern_ntptime.c653 if (time_status & STA_FREQHOLD || time_reftime == 0) in hardupdate()
/netbsd-src/external/bsd/ntp/dist/ntpdc/
H A Dntpdc_ops.c3000 #ifdef STA_FREQHOLD in kerninfo()
3001 if (status & STA_FREQHOLD) (void)fprintf(fp, " freqhold"); in kerninfo()