Searched refs:how_many (Results 1 – 2 of 2) sorted by relevance
/systemd-251/src/shared/ |
D | logs-show.h | 31 unsigned how_many, 53 unsigned how_many,
|
D | logs-show.c | 1309 unsigned how_many, in show_journal() argument 1322 if (how_many == UINT_MAX) in show_journal() 1330 r = sd_journal_previous_skip(j, how_many); in show_journal() 1370 if (warn_cutoff && line < how_many && not_before > 0) { in show_journal() 1613 unsigned how_many, in show_journal_by_unit() argument 1627 if (how_many <= 0) in show_journal_by_unit() 1659 return show_journal(f, j, mode, n_columns, not_before, how_many, flags, ellipsized); in show_journal_by_unit()
|