Searched refs:boottime (Results 1 – 5 of 5) sorted by relevance
/systemd-251/src/update-utmp/ ! |
D | update-utmp.c | 118 usec_t boottime; in on_reboot() local 135 boottime = map_clock_usec(t, CLOCK_MONOTONIC, CLOCK_REALTIME); in on_reboot() 142 q = utmp_put_reboot(boottime); in on_reboot()
|
/systemd-251/src/basic/ ! |
D | time-util.h | 29 usec_t boottime; member 108 timestamp_is_set(ts->boottime); in triple_timestamp_is_set()
|
D | time-util.c | 80 ts->boottime = now(CLOCK_BOOTTIME); in triple_timestamp_get() 145 ts->realtime = ts->monotonic = ts->boottime = u; in triple_timestamp_from_realtime() 153 ts->boottime = map_clock_usec_internal(u, nowr, now(CLOCK_BOOTTIME)); in triple_timestamp_from_realtime() 198 return ts->boottime; in triple_timestamp_by_clock()
|
/systemd-251/src/libsystemd/sd-event/ ! |
D | sd-event.c | 106 struct clock_data boottime; member 340 free_clock_data(&e->boottime); in event_free() 379 .boottime.wakeup = WAKEUP_CLOCK_DATA, in sd_event_new() 380 .boottime.fd = -1, in sd_event_new() 381 .boottime.next = USEC_INFINITY, in sd_event_new() 574 return &e->boottime; in event_get_clock_data() 3859 r = event_arm_timer(e, &e->boottime); in sd_event_prepare() 4117 r = process_timer(e, e->timestamp.boottime, &e->boottime); in sd_event_wait() 4125 r = process_timer(e, e->timestamp.boottime, &e->boottime_alarm); in sd_event_wait()
|
/systemd-251/src/timesync/ ! |
D | timesyncd-manager.c | 628 "BOOTIME_USEC=" USEC_FMT, dts.boottime); in manager_receive_response()
|