Home
last modified time | relevance | path

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

/xnu-8019.80.24/osfmk/kern/
H A Dclock.h166 extern void clock_get_boottime_nanotime(
H A Dclock.c1464 clock_get_boottime_nanotime( in clock_get_boottime_nanotime() function
/xnu-8019.80.24/bsd/kern/
H A Dkern_time.c273 clock_get_boottime_nanotime(&secs, &nanosecs); in boottime_sec()