Searched refs:on_timezone_change (Results 1 – 4 of 4) sorted by relevance
/systemd-251/src/core/ |
D | timer.c | 78 if (!t->values && !t->on_clock_change && !t->on_timezone_change) in timer_verify() 260 prefix, yes_no(t->on_timezone_change)); in timer_dump() 495 if (!found_monotonic && !found_realtime && !t->on_timezone_change && !t->on_clock_change) { in timer_enter_waiting() 837 if (t->on_timezone_change) { in timer_timezone_change()
|
D | timer.h | 61 bool on_timezone_change; member
|
D | dbus-timer.c | 125 …TY("OnTimezoneChange", "b", bus_property_get_bool, offsetof(Timer, on_timezone_change), SD_BUS_VTA… 246 … return bus_set_transient_bool(u, name, &t->on_timezone_change, message, flags, error); in bus_timer_set_transient_property()
|
D | load-fragment-gperf.gperf.in | 532 …, 0, offsetof(Timer, on_timezone_change)
|