Searched refs:boottime (Results 1 – 3 of 3) sorted by relevance
| /xnu-11215.1.10/osfmk/kern/ |
| H A D | clock.c | 286 struct bintime boottime; /* boot time expressed in (sec, 64 bits frac of a second) */ member 789 bintime_add(&clock_calend.boottime, &bt); in clock_set_calendar_microtime() 799 bintime_sub(&clock_calend.boottime, &bt); in clock_set_calendar_microtime() 802 clock_calend.bintime = clock_calend.boottime; in clock_set_calendar_microtime() 910 bintime_add(&clock_calend.bintime, &clock_calend.boottime); in clock_update_calendar() 959 bintime2usclock(&clock_calend_cp->boottime, &bootime_secs, &bootime_microsecs); in print_all_clock_variables_internal() 971 func, clock_calend_cp->boottime.sec, clock_calend_cp->boottime.frac, in print_all_clock_variables_internal() 1110 clock_calend.boottime = bt; in clock_initialize_calendar()
|
| /xnu-11215.1.10/osfmk/i386/commpage/ |
| H A D | commpage.c | 1014 commpage_update_boottime(uint64_t boottime) in commpage_update_boottime() argument 1020 *(uint64_t *)cp = boottime; in commpage_update_boottime() 1026 *(uint64_t *)cp = boottime; in commpage_update_boottime()
|
| /xnu-11215.1.10/bsd/kern/ |
| H A D | kern_sysctl.c | 2895 SYSCTL_PROC(_kern, KERN_BOOTTIME, boottime,
|