Searched refs:wake_system (Results 1 – 4 of 4) sorted by relevance
/systemd-251/src/core/ |
D | timer.h | 58 bool wake_system; member 67 #define TIMER_MONOTONIC_CLOCK(t) ((t)->wake_system ? CLOCK_BOOTTIME_ALARM : CLOCK_MONOTONIC)
|
D | dbus-timer.c | 134 …SD_BUS_PROPERTY("WakeSystem", "b", bus_property_get_bool, offsetof(Timer, wake_system), SD_BUS_VTA… 237 return bus_set_transient_bool(u, name, &t->wake_system, message, flags, error); in bus_timer_set_transient_property()
|
D | timer.c | 255 prefix, yes_no(t->wake_system), in timer_dump() 522 t->wake_system ? CLOCK_BOOTTIME_ALARM : CLOCK_MONOTONIC, in timer_enter_waiting() 555 t->wake_system ? CLOCK_REALTIME_ALARM : CLOCK_REALTIME, in timer_enter_waiting()
|
D | load-fragment-gperf.gperf.in | 534 …se_bool, 0, offsetof(Timer, wake_system)
|