Home
last modified time | relevance | path

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

/xnu-12377.81.4/bsd/kern/
H A Dkern_ntptime.c219 uint32_t g_should_log_clock_adjustments = 0; variable
220 …D_AUTO, log_clock_adjustments, CTLFLAG_RW | CTLFLAG_LOCKED, &g_should_log_clock_adjustments, 0, "e…
336 if (g_should_log_clock_adjustments) { in ntp_adjtime()
440 if (g_should_log_clock_adjustments) { in ntp_adjtime()
582 if (g_should_log_clock_adjustments) { in ntp_update_second()
688 if (g_should_log_clock_adjustments) { in kern_adjtime()
/xnu-12377.81.4/osfmk/kern/
H A Dclock.c295 extern int g_should_log_clock_adjustments;
772 if (g_should_log_clock_adjustments) { in clock_set_calendar_microtime()
832 if (g_should_log_clock_adjustments) { in clock_set_calendar_microtime()
918 if (g_should_log_clock_adjustments) { in clock_update_calendar()
953 if (!g_should_log_clock_adjustments) { in print_all_clock_variables_internal()
989 if (!g_should_log_clock_adjustments) { in print_all_clock_variables()
1428 if (g_should_log_clock_adjustments) { in clock_wakeup_calendar_legacy()
/xnu-12377.81.4/iokit/Kernel/
H A DIOPMrootDomain.cpp3071 extern int g_should_log_clock_adjustments; in powerChangeDone()
3072 if (g_should_log_clock_adjustments) { in powerChangeDone()