Searched refs:print_all_clock_variables (Results 1 – 1 of 1) sorted by relevance
| /xnu-8019.80.24/osfmk/kern/ |
| H A D | clock.c | 296 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 933 print_all_clock_variables(__func__, NULL, NULL, NULL, NULL, &calend_cp); in clock_update_calendar() 983 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 1141 print_all_clock_variables(__func__, &secs, µsecs, &sys, µsys, &clock_calend_cp); in clock_initialize_calendar() 1425 …print_all_clock_variables("clock_wakeup_calendar: BEFORE", NULL, NULL, NULL, NULL, &clock_calend_c… in clock_wakeup_calendar_legacy() 1426 …print_all_clock_variables("clock_wakeup_calendar: AFTER", NULL, NULL, NULL, NULL, &clock_calend_cp… in clock_wakeup_calendar_legacy()
|