Home
last modified time | relevance | path

Searched refs:seconds (Results 1 – 19 of 19) sorted by relevance

/systemd-251/test/testsuite-16.units/
Dfail-runtime.service6 # EXTEND_TIMEOUT_USEC on runtime start (0) and 7 seconds after. Systemd will expect one at 7+5 (ext…
7 # seconds this won't happen until 7 + 7 (sleep interval) seconds. Therefore timeout at 12 seconds.
Dfail-start.service7 # EXTEND_TIMEOUT_USEC on startup and 7 seconds from start. Systemd will expect one at 7+5 (extend_t…
8 # seconds this won't happen until 7 + 7 (sleep interval) seconds. Therefore timeout at 12 seconds.
Dsuccess-all.service7 …ccess - startup / runtime / shutdown all take 8 seconds which is within the EXTEND_TIMEOUT_USEC=4
8 # runtime is 8+8+8 seconds. so we are relying on the EXTEND_TIMEOUT_USEC to exceed all stages, Star…
9 # success occurs after 24 seconds
Dfail-stop.service6 # EXTEND_TIMEOUT_USEC on stop (0) and 7 seconds after. Systemd will expect one at 7+5 (extend_timeo…
7 # seconds this won't happen until 7 + 7 (sleep interval) seconds. Therefore timeout at 12 seconds.
Dsuccess-stop.service6 # EXTEND_TIMEOUT_USEC=4 seconds once during shutdown, but sleep for 6 seconds.
7 # Therefore stop time is 6 seconds and < TimeoutStopSec so still successful.
Dsuccess-runtime.service7 # EXTEND_TIMEOUT_USEC=4 second once during runtime, but sleep for 6 seconds.
8 # Runtime is 6 seconds and < RuntimeMaxSec so still successful.
Dsuccess-start.service6 # EXTEND_TIMEOUT_USEC=4 second interval once at startup, but sleep 6 seconds.
7 # Therefore startup is 6 seconds and < TimeoutStartSec so still successful.
/systemd-251/shell-completion/zsh/
D_systemd-run35 '--on-active=[Run after SEC seconds]:SEC' \
36 '--on-boot=[Run SEC seconds after machine was booted up]:SEC' \
39 '--on-startup=[Run SEC seconds after systemd was first started]:SEC' \
41 '--on-unit-active=[Run SEC seconds after the last activation]:SEC' \
42 '--on-unit-inactive=[Run SEC seconds after the last deactivation]:SEC' \
D_udevadm46 '--timeout=[Maximum number of seconds to wait for the event queue to become empty.]' \
64 '--timeout=[The maximum number of seconds to wait for a reply from systemd-udevd.]' \
110 '--timeout=[Maximum number of seconds to wait for the devices being created.]' \
121 '--timeout=[Maximum number of seconds to wait for the devices being locked.]' \
D_systemd10 '--timeout=[Timeout in sec]:timeout (seconds):' \
D_busctl284 '--timeout=[Maximum time to wait for method call completion]:timeout (seconds)' \
/systemd-251/test/units/
Dtestsuite-03.sh65 Description=Wait for 2 seconds
71 Description=Wait for 5 seconds and fail
/systemd-251/src/journal/
Djournald-audit.c336 uint64_t seconds, msec, id; in process_audit_string() local
364 &seconds, in process_audit_string()
379 (usec_t) seconds * USEC_PER_SEC + (usec_t) msec * USEC_PER_MSEC); in process_audit_string()
/systemd-251/.github/workflows/
Dcflite_pr.yml37 fuzz-seconds: 1200
Dcifuzz.yml49 fuzz-seconds: 600
/systemd-251/docs/
DDISTRO_PORTING.md56 and can be up to .5s off from servers that use stepped leap seconds.
DENVIRONMENT.md82 completion. If no time unit is specified, assumes seconds. The usual other units
/systemd-251/src/tmpfiles/
Dtmpfiles.c3230 _cleanup_free_ char *seconds = NULL, *age_by = NULL; in parse_line() local
3238 r = split_pair(a, ":", &age_by, &seconds); in parse_line()
3254 a = seconds; in parse_line()
/systemd-251/
DNEWS301 timestamp as unix times, i.e. seconds since 1970, Jan 1st.
8241 lines prefixed by their UNIX time (i.e. seconds since Jan 1st, 1970
11219 * Timestamps may now be specified in seconds since the UNIX
11221 in seconds.