Searched refs:boottime (Results 1 – 3 of 3) sorted by relevance
| /xnu-8020.121.3/osfmk/kern/ |
| H A D | clock.c | 285 struct bintime boottime; /* boot time expressed in (sec, 64 bits frac of a second) */ member 785 bintime_add(&clock_calend.boottime, &bt); in clock_set_calendar_microtime() 795 bintime_sub(&clock_calend.boottime, &bt); in clock_set_calendar_microtime() 798 clock_calend.bintime = clock_calend.boottime; in clock_set_calendar_microtime() 906 bintime_add(&clock_calend.bintime, &clock_calend.boottime); in clock_update_calendar() 955 bintime2usclock(&clock_calend_cp->boottime, &bootime_secs, &bootime_microsecs); in print_all_clock_variables_internal() 967 func, clock_calend_cp->boottime.sec, clock_calend_cp->boottime.frac, in print_all_clock_variables_internal() 1106 clock_calend.boottime = bt; in clock_initialize_calendar()
|
| /xnu-8020.121.3/osfmk/i386/commpage/ |
| H A D | commpage.c | 976 commpage_update_boottime(uint64_t boottime) in commpage_update_boottime() argument 982 *(uint64_t *)cp = boottime; in commpage_update_boottime() 988 *(uint64_t *)cp = boottime; in commpage_update_boottime()
|
| /xnu-8020.121.3/bsd/kern/ |
| H A D | kern_sysctl.c | 2594 SYSCTL_PROC(_kern, KERN_BOOTTIME, boottime,
|