Home
last modified time | relevance | path

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

/xnu-8792.41.9/osfmk/kern/
H A Dclock.c296 static void print_all_clock_variables(const char*, clock_sec_t* pmu_secs, clock_usec_t* pmu_usec, c…
299 #define print_all_clock_variables(...) do { } while (0) macro
936 print_all_clock_variables(__func__, NULL, NULL, NULL, NULL, &calend_cp); in clock_update_calendar()
986 print_all_clock_variables(const char* func, clock_sec_t* pmu_secs, clock_usec_t* pmu_usec, clock_se… in print_all_clock_variables() function
1144 print_all_clock_variables(__func__, &secs, &microsecs, &sys, &microsys, &clock_calend_cp); in clock_initialize_calendar()
1428print_all_clock_variables("clock_wakeup_calendar: BEFORE", NULL, NULL, NULL, NULL, &clock_calend_c… in clock_wakeup_calendar_legacy()
1429print_all_clock_variables("clock_wakeup_calendar: AFTER", NULL, NULL, NULL, NULL, &clock_calend_cp… in clock_wakeup_calendar_legacy()