Searched refs:not_before (Results 1 – 2 of 2) sorted by relevance
/systemd-251/src/shared/ |
D | logs-show.h | 30 usec_t not_before, 52 usec_t not_before,
|
D | logs-show.c | 1308 usec_t not_before, in show_journal() argument 1349 if (not_before > 0) { in show_journal() 1358 if (usec < not_before) in show_journal() 1370 if (warn_cutoff && line < how_many && not_before > 0) { in show_journal() 1384 if (r > 0 && not_before < cutoff) { in show_journal() 1612 usec_t not_before, in show_journal_by_unit() argument 1659 return show_journal(f, j, mode, n_columns, not_before, how_many, flags, ellipsized); in show_journal_by_unit()
|