Home
last modified time | relevance | path

Searched refs:calendar_spec (Results 1 – 4 of 4) sorted by relevance

/systemd-251/src/core/
Dtimer.h25 CalendarSpec *calendar_spec; /* only for calendar events */ member
Ddbus-timer.c87 r = calendar_spec_to_string(v->calendar_spec, &buf); in property_get_calendar_timers()
197 .calendar_spec = TAKE_PTR(c), in timer_add_one_calendar_spec()
Dtimer.c56 calendar_spec_free(v->calendar_spec); in timer_free_values()
266 (void) calendar_spec_to_string(v->calendar_spec, &p); in timer_dump()
411 r = calendar_spec_next_usec(v->calendar_spec, b, &v->next_elapse); in timer_enter_waiting()
Dload-fragment.c2130 .calendar_spec = TAKE_PTR(c), in config_parse_timer()