Searched defs:boots (Results 1 - 1 of 1) sorted by relevance

/systemd/src/journal/
H A Djournalctl.c295 " --list-boots Show terse information about recorded boots\n"
400 { "list-boots", no_argument, NULL, ARG_LIST_BOOTS },
863 log_error("Using --boot or --list-boots with --file, --directory or --merge is not supported.");
1074 BootId **boots,
1094 * they're "virtual" boots after all. */
1166 if (boots)
1167 *boots = head;
1182 return log_error_errno(count, "Failed to determine boots: %m");
1072 get_boots( sd_journal *j, BootId **boots, BootId *query_ref_boot, int ref_boot_offset) argument

Completed in 37 milliseconds