Home
last modified time | relevance | path

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

/xnu-8020.140.41/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()
689 if (g_should_log_clock_adjustments) { in kern_adjtime()
/xnu-8020.140.41/osfmk/kern/
H A Dclock.c294 extern int g_should_log_clock_adjustments;
768 if (g_should_log_clock_adjustments) { in clock_set_calendar_microtime()
826 if (g_should_log_clock_adjustments) { in clock_set_calendar_microtime()
914 if (g_should_log_clock_adjustments) { in clock_update_calendar()
949 if (!g_should_log_clock_adjustments) { in print_all_clock_variables_internal()
985 if (!g_should_log_clock_adjustments) { in print_all_clock_variables()
1424 if (g_should_log_clock_adjustments) { in clock_wakeup_calendar_legacy()
/xnu-8020.140.41/iokit/Kernel/
H A DIOPMrootDomain.cpp2884 extern int g_should_log_clock_adjustments; in powerChangeDone()
2885 if (g_should_log_clock_adjustments) { in powerChangeDone()