Home
last modified time | relevance | path

Searched refs:bootid (Results 1 – 2 of 2) sorted by relevance

/systemd-251/shell-completion/zsh/
D_journalctl52 _bootid=( ${(f)"$(_call_program bootid "$service -F _BOOT_ID")"} )
56 "bootid:boot ids:compadd -a _bootid"
/systemd-251/src/libsystemd/sd-event/
Dsd-event.c1127 sd_id128_t bootid = {}; in initialize_perturb() local
1141 if (sd_id128_get_boot(&bootid) >= 0) in initialize_perturb()
1142 e->perturb = (bootid.qwords[0] ^ bootid.qwords[1]) % USEC_PER_MINUTE; in initialize_perturb()