Home
last modified time | relevance | path

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

/xnu-11215.61.5/osfmk/kern/
H A Dclock.h147 extern void clock_get_calendar_uptime(clock_sec_t *secs);
H A Dclock.c857 clock_get_calendar_uptime(clock_sec_t *secs) in clock_get_calendar_uptime() function
/xnu-11215.61.5/bsd/kern/
H A Dkern_ntptime.c638 clock_get_calendar_uptime(&time_uptime); in hardupdate()