Lines Matching defs:boot

223                 return log_error_errno(r, "Failed to add match for the current boot: %m");
294 " -b --boot[=ID] Show current boot or the specified boot\n"
296 " -k --dmesg Show kernel message log from the current boot\n"
399 { "boot", optional_argument, NULL, 'b' },
401 { "this-boot", optional_argument, NULL, 'b' }, /* deprecated */
556 log_error("Failed to parse boot descriptor '%s'", optarg);
565 * as a boot descriptor... */
863 log_error("Using --boot or --list-boots with --file, --directory or --merge is not supported.");
993 BootId **boot,
1002 assert(boot);
1004 /* We expect the journal to be on the last position of a boot
1007 * boot. We then collect any information we desire and then jump
1008 * to the last location of the new boot by using a _BOOT_ID match
1012 * we can actually advance to a *different* boot. */
1038 /* Now seek to the last occurrence of this boot ID. */
1058 return -ENODATA; /* This shouldn't happen. We just came from this very boot ID. */
1066 *boot = next_boot;
1086 * the last (and current) boot, while 1 is considered the
1087 * (chronological) first boot in the journal. */
1091 * boot ID (taking our lookup direction into account), so that
1225 const char *reason = (r == 0) ? "No such boot ID in journal" : strerror(-r);
1228 log_error("Data from the specified boot (%+i) is not available: %s",
1231 log_error("Data from the specified boot ("SD_ID128_FORMAT_STR") is not available: %s",
1502 sd_id128_t machine, boot;
1522 r = sd_id128_get_boot(&boot);
1524 return log_error_errno(r, "Failed to get boot ID: %m");
1597 h.boot_id = boot;
2202 log_info("Specifying boot ID has no effect, no persistent journal was found");
2207 * It may need to seek the journal to find parent boot IDs. */