Searched defs:not_before (Results 1 - 1 of 1) sorted by relevance
/systemd/src/shared/ |
H A D | logs-show.c | 948 usec_t not_before, 986 if (not_before > 0) { 996 if (usec < not_before) 1008 if (warn_cutoff && line < how_many && not_before > 0) { 1022 if (r > 0 && not_before < cutoff) { 1246 usec_t not_before, 1289 return show_journal(f, j, mode, n_columns, not_before, how_many, flags, ellipsized); 944 show_journal(FILE *f, sd_journal *j, OutputMode mode, unsigned n_columns, usec_t not_before, unsigned how_many, OutputFlags flags, bool *ellipsized) argument 1241 show_journal_by_unit( FILE *f, const char *unit, OutputMode mode, unsigned n_columns, usec_t not_before, unsigned how_many, uid_t uid, OutputFlags flags, int journal_open_flags, bool system_unit, bool *ellipsized) argument
|
Completed in 1256 milliseconds