Lines Matching defs:last
146 uint64_t last;
1004 /* We expect the journal to be on the last position of a boot
1008 * to the last location of the new boot by using a _BOOT_ID match
1038 /* Now seek to the last occurrence of this boot ID. */
1061 r = sd_journal_get_realtime_usec(j, &next_boot->last);
1086 * the last (and current) boot, while 1 is considered the
1199 format_timestamp_maybe_utc(b, sizeof(b), id->last));
1699 usec_t first = 0, validated = 0, last = 0;
1706 k = journal_file_verify(f, arg_verify_key, &first, &validated, &last, true);
1722 format_timespan(c, sizeof(c), last > validated ? last - validated : 0, 0));
1723 } else if (last > 0)
1725 format_timespan(c, sizeof(c), last - first, 0));
1984 /* Recheck the flag file immediately, so that we don't miss any event since the last check. */