timespec_store 1494 src/bus-proxyd/bus-proxyd.c ts = timespec_store(&_ts, t); timespec_store 134 src/core/killall.c timespec_store(&ts, until - n); timespec_store 2718 src/libsystemd/sd-bus/sd-bus.c r = ppoll(p, n, m == (uint64_t) -1 ? NULL : timespec_store(&ts, m), NULL); timespec_store 1861 src/libsystemd/sd-event/sd-event.c timespec_store(&its.it_value, t); timespec_store 2259 src/libsystemd/sd-event/sd-event.c timespec_store(&its.it_value, t); timespec_store 510 src/libsystemd/sd-rtnl/sd-rtnl.c r = ppoll(p, 1, m == (uint64_t) -1 ? NULL : timespec_store(&ts, m), NULL); timespec_store 84 src/shared/time-util.h struct timespec *timespec_store(struct timespec *ts, usec_t u); timespec_store 3507 src/shared/util.c timespec_store(&ts[0], stamp); timespec_store 4148 src/shared/util.c r = ppoll(&pollfd, 1, t == USEC_INFINITY ? NULL : timespec_store(&ts, t), NULL); timespec_store 353 src/shutdownd/shutdownd.c timespec_store(&its.it_value, when_wall(n, b.command.usec)); timespec_store 367 src/shutdownd/shutdownd.c timespec_store(&its.it_value, when_nologin(b.command.usec)); timespec_store 375 src/shutdownd/shutdownd.c timespec_store(&its.it_value, b.command.usec); timespec_store 399 src/shutdownd/shutdownd.c timespec_store(&its.it_value, when_wall(n, b.command.usec)); timespec_store 626 src/timedate/timedated.c timespec_store(&ts, x); timespec_store 628 src/timedate/timedated.c timespec_store(&ts, (usec_t) utc); timespec_store 75 src/timesync/timesyncd.c if (clock_settime(CLOCK_REALTIME, timespec_store(&ts, min)) < 0)