Home
last modified time | relevance | path

Searched refs:add_match_this_boot (Results 1 – 4 of 4) sorted by relevance

/systemd-251/src/shared/
Dlogs-show.h35 int add_match_this_boot(sd_journal *j, const char *machine);
Dlogs-show.c1577 int add_match_this_boot(sd_journal *j, const char *machine) { in add_match_this_boot() function
1645 r = add_match_this_boot(j, NULL); in show_journal_by_unit()
/systemd-251/src/journal/
Djournalctl.c259 r = add_match_this_boot(j, arg_machine); in add_matches_for_device()
1513 return add_match_this_boot(j, arg_machine); in add_boot()
/systemd-251/src/network/
Dnetworkctl.c1500 r = add_match_this_boot(j, NULL); in show_logs()