Home
last modified time | relevance | path

Searched refs:clock_get_boottime_microtime (Results 1 – 6 of 6) sorted by relevance

/xnu-10002.1.13/osfmk/kern/
H A Dclock.h169 extern void clock_get_boottime_microtime(
H A Dclock.c1490 clock_get_boottime_microtime( in clock_get_boottime_microtime() function
/xnu-10002.1.13/osfmk/arm/commpage/
H A Dcommpage.c193 clock_get_boottime_microtime(&secs, &microsecs); in commpage_populate()
/xnu-10002.1.13/osfmk/i386/commpage/
H A Dcommpage.c433 clock_get_boottime_microtime(&secs, &microsecs); in commpage_boottime_init()
/xnu-10002.1.13/bsd/kern/
H A Dkern_time.c283 clock_get_boottime_microtime(&secs, &microsecs); in boottime_timeval()
/xnu-10002.1.13/osfmk/arm/
H A Dmodel_dep.c807 clock_get_boottime_microtime(&boot_secs, &boot_usecs); in panic_display_times()