Searched refs:clock2bintime (Results 1 – 1 of 1) sorted by relevance
| /xnu-8019.80.24/osfmk/kern/ |
| H A D | clock.c | 227 clock2bintime(const clock_sec_t *secs, const clock_usec_t *microsecs, struct bintime *_bt) in clock2bintime() function 784 clock2bintime(&deltasecs, &deltamicrosecs, &bt); in clock_set_calendar_microtime() 794 clock2bintime(&deltasecs, &deltamicrosecs, &bt); in clock_set_calendar_microtime() 801 clock2bintime((clock_sec_t *) &secs, (clock_usec_t *) µsecs, &bt); in clock_set_calendar_microtime() 1096 clock2bintime(&utc_offset_secs, &utc_offset_microsecs, &bt); in clock_initialize_calendar() 1126 clock2bintime(&monotonic_sec, &monotonic_usec, &monotonic_bt); in clock_initialize_calendar() 1338 clock2bintime(&diff_sec, &diff_usec, &bt); in clock_wakeup_calendar_legacy() 1390 clock2bintime(&diff_sec, &diff_usec, &bt); in clock_wakeup_calendar_legacy()
|