Searched refs:bintime2usclock (Results 1 – 1 of 1) sorted by relevance
| /xnu-8019.80.24/osfmk/kern/ |
| H A D | clock.c | 235 bintime2usclock(const struct bintime *_bt, clock_sec_t *secs, clock_usec_t *microsecs) in bintime2usclock() function 593 bintime2usclock(&bt, secs, microsecs); in clock_get_calendar_absolute_and_microtime_locked() 701 bintime2usclock(&bt, secs, microsecs); in clock_gettimeofday_and_absolute_time() 953 bintime2usclock(&clock_calend_cp->offset, &offset_secs, &offset_microsecs); in print_all_clock_variables_internal() 954 bintime2usclock(&clock_calend_cp->bintime, &bintime_secs, &bintime_microsecs); in print_all_clock_variables_internal() 955 bintime2usclock(&clock_calend_cp->boottime, &bootime_secs, &bootime_microsecs); in print_all_clock_variables_internal() 974 bintime2usclock(&clock_calend_cp->basesleep, &basesleep_secs, &basesleep_microsecs); in print_all_clock_variables_internal() 1009 bintime2usclock(&bt, &wall_secs, &wall_microsecs); in print_all_clock_variables() 1364 bintime2usclock(&last_sleep_bt, &var_s, &var_us); in clock_wakeup_calendar_legacy() 1367 bintime2usclock(&clock_calend.basesleep, &var_s, &var_us); in clock_wakeup_calendar_legacy() [all …]
|