Searched refs:next_boot (Results 1 - 1 of 1) sorted by relevance

/systemd/src/journal/
H A Djournalctl.c999 _cleanup_free_ BootId *next_boot = NULL; local
1024 next_boot = new0(BootId, 1);
1025 if (!next_boot)
1028 r = sd_journal_get_monotonic_usec(j, NULL, &next_boot->id);
1033 r = sd_journal_get_realtime_usec(j, &next_boot->first);
1039 sd_id128_to_string(next_boot->id, match + 9);
1061 r = sd_journal_get_realtime_usec(j, &next_boot->last);
1066 *boot = next_boot;
1067 next_boot = NULL;

Completed in 15 milliseconds