Lines Matching defs:boot_id
307 sd_id128_t boot_id;
315 r = sd_journal_get_monotonic_usec(j, &t, &boot_id);
511 sd_id128_t boot_id;
527 r = sd_journal_get_monotonic_usec(j, &monotonic, &boot_id);
543 sd_id128_to_string(boot_id, sid));
646 sd_id128_t boot_id;
660 r = sd_journal_get_monotonic_usec(j, &monotonic, &boot_id);
678 sd_id128_to_string(boot_id, sid));
691 sd_id128_to_string(boot_id, sid));
1009 sd_id128_t boot_id;
1014 r = sd_id128_get_boot(&boot_id);
1018 r = sd_journal_get_cutoff_monotonic_usec(j, boot_id, &cutoff, NULL);
1139 static int get_boot_id_for_machine(const char *machine, sd_id128_t *boot_id) {
1149 assert(boot_id);
1178 fd = open("/proc/sys/kernel/random/boot_id", O_RDONLY|O_CLOEXEC|O_NOCTTY);
1205 r = sd_id128_from_string(buf, boot_id);
1214 sd_id128_t boot_id;
1220 r = get_boot_id_for_machine(machine, &boot_id);
1224 r = sd_id128_get_boot(&boot_id);
1229 sd_id128_to_string(boot_id, match + 9);