Home
last modified time | relevance | path

Searched refs:MOD_FREQUENCY (Results 1 – 3 of 3) sorted by relevance

/xnu-8796.121.2/tests/
H A Dntp_adjtime_29192647.c234 ntptime.modes |= MOD_FREQUENCY;
286 ntptime.modes |= MOD_FREQUENCY;
359 ntptime.modes |= MOD_FREQUENCY;
/xnu-8796.121.2/bsd/sys/
H A Dtimex.h96 #define MOD_FREQUENCY 0x0002 /* set frequency offset */ macro
/xnu-8796.121.2/bsd/kern/
H A Dkern_ntptime.c415 if (modes & MOD_FREQUENCY) { in ntp_adjtime()