Searched refs:print_all_clock_variables (Results 1 – 1 of 1) sorted by relevance
| /xnu-10063.101.15/osfmk/kern/ |
| H A D | clock.c | 297 static void print_all_clock_variables(const char*, clock_sec_t* pmu_secs, clock_usec_t* pmu_usec, c… 300 #define print_all_clock_variables(...) do { } while (0) macro 937 print_all_clock_variables(__func__, NULL, NULL, NULL, NULL, &calend_cp); in clock_update_calendar() 987 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 1145 print_all_clock_variables(__func__, &secs, µsecs, &sys, µsys, &clock_calend_cp); in clock_initialize_calendar() 1429 …print_all_clock_variables("clock_wakeup_calendar: BEFORE", NULL, NULL, NULL, NULL, &clock_calend_c… in clock_wakeup_calendar_legacy() 1430 …print_all_clock_variables("clock_wakeup_calendar: AFTER", NULL, NULL, NULL, NULL, &clock_calend_cp… in clock_wakeup_calendar_legacy()
|