/systemd/src/login/ |
H A D | logind-utmp.c | 176 r = sd_event_add_time(m->event, &m->wall_message_timeout_source, 179 return log_error_errno(r, "sd_event_add_time() failed. %m");
|
H A D | logind-dbus.c | 1434 r = sd_event_add_time( 1589 r = sd_event_add_time(m->event, &m->inhibit_timeout_source, CLOCK_MONOTONIC, 1963 r = sd_event_add_time(m->event, &m->scheduled_shutdown_timeout_source, 1966 return log_error_errno(r, "sd_event_add_time() failed: %m"); 1984 r = sd_event_add_time(m->event, &m->nologin_timeout_source, 1987 return log_error_errno(r, "sd_event_add_time() failed: %m");
|
/systemd/src/libsystemd-network/ |
H A D | test-ndisc-rs.c | 137 assert_se(sd_event_add_time(e, &test_hangcheck, clock_boottime_or_monotonic(),
|
H A D | sd-dhcp6-client.c | 609 r = sd_event_add_time(client->event, &client->timeout_resend, 631 r = sd_event_add_time(client->event, 1069 r = sd_event_add_time(client->event, 1091 r = sd_event_add_time(client->event, 1116 r = sd_event_add_time(client->event, &client->timeout_resend,
|
H A D | sd-dhcp-client.c | 850 r = sd_event_add_time(client->event, 965 r = sd_event_add_time(client->event, 1304 r = sd_event_add_time(client->event, &client->timeout_expire, 1328 r = sd_event_add_time(client->event, 1354 r = sd_event_add_time(client->event, 1399 r = sd_event_add_time(client->event,
|
H A D | sd-ndisc.c | 631 r = sd_event_add_time(nd->event, &nd->timeout, clock_boottime_or_monotonic(), 699 r = sd_event_add_time(nd->event, &nd->timeout, clock_boottime_or_monotonic(),
|
H A D | sd-ipv4acd.c | 204 r = sd_event_add_time(ll->event, &timer, clock_boottime_or_monotonic(),
|
H A D | test-dhcp-client.c | 468 assert_se(sd_event_add_time(e, &test_hangcheck,
|
/systemd/src/systemd/ |
H A D | sd-event.h | 81 int sd_event_add_time(sd_event *e, sd_event_source **s, clockid_t clock, uint64_t usec, uint64_t accuracy, sd_event_time_handler_t callback, void *userdata);
|
/systemd/src/network/ |
H A D | networkd-wait-online-manager.c | 293 r = sd_event_add_time(m->event, NULL, clock_boottime_or_monotonic(), usec, 0, NULL, INT_TO_PTR(-ETIMEDOUT));
|
/systemd/src/timesync/ |
H A D | timesyncd-manager.c | 218 r = sd_event_add_time( 257 return sd_event_add_time( 861 r = sd_event_add_time(m->event, &m->event_retry, clock_boottime_or_monotonic(), now(clock_boottime_or_monotonic()) + RETRY_USEC, 0, manager_retry_connect, m); 915 r = sd_event_add_time(m->event, &m->event_retry, clock_boottime_or_monotonic(), now(clock_boottime_or_monotonic()) + m->poll_interval_usec, 0, manager_retry_connect, m);
|
/systemd/src/libsystemd/ |
H A D | libsystemd.sym | 417 sd_event_add_time;
|
/systemd/src/udev/ |
H A D | udev-event.c | 656 r = sd_event_add_time(e, NULL, clock_boottime_or_monotonic(), 665 r = sd_event_add_time(e, NULL, clock_boottime_or_monotonic(),
|
H A D | udevd.c | 289 (void) sd_event_add_time(e, &event->timeout_warning, clock_boottime_or_monotonic(), 292 (void) sd_event_add_time(e, &event->timeout, clock_boottime_or_monotonic(), 760 r = sd_event_add_time(manager->event, NULL, clock_boottime_or_monotonic(),
|
/systemd/src/import/ |
H A D | curl-util.c | 204 if (sd_event_add_time(g->event, &g->timer, clock_boottime_or_monotonic(), usec, 0, curl_glue_on_timer, g) < 0)
|
/systemd/src/core/ |
H A D | scope.c | 83 r = sd_event_add_time(
|
H A D | job.c | 936 r = sd_event_add_time( 1123 r = sd_event_add_time(
|
H A D | timer.c | 501 r = sd_event_add_time( 536 r = sd_event_add_time(
|
H A D | automount.c | 689 r = sd_event_add_time(
|
H A D | busname.c | 129 r = sd_event_add_time(
|
/systemd/src/libsystemd/sd-event/ |
H A D | test-event.c | 208 assert_se(sd_event_add_time(e, &z, CLOCK_MONOTONIC, 0, 0, time_handler, INT_TO_PTR('c')) >= 0);
|
/systemd/src/resolve/ |
H A D | resolved-dns-stream.c | 370 r = sd_event_add_time(
|
H A D | resolved-dns-transaction.c | 1361 r = sd_event_add_time( 1472 r = sd_event_add_time( 1543 r = sd_event_add_time(
|
/systemd/src/journal/ |
H A D | journald-server.c | 1488 r = sd_event_add_time( 1705 r = sd_event_add_time(s->event, &s->watchdog_event_source, CLOCK_MONOTONIC, now(CLOCK_MONOTONIC) + s->watchdog_usec/2, s->watchdog_usec/4, dispatch_watchdog, s);
|
/systemd/src/libsystemd/sd-netlink/ |
H A D | sd-netlink.c | 810 r = sd_event_add_time(rtnl->event, &rtnl->time_event_source, CLOCK_MONOTONIC, 0, 0, time_callback, rtnl);
|