Searched refs:bootid (Results 1 – 2 of 2) sorted by relevance
52 _bootid=( ${(f)"$(_call_program bootid "$service -F _BOOT_ID")"} )56 "bootid:boot ids:compadd -a _bootid"
1127 sd_id128_t bootid = {}; in initialize_perturb() local1141 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()