Searched defs:boot (Results 1 - 5 of 5) sorted by relevance
/systemd/src/gpt-auto-generator/ |
H A D | gpt-auto-generator.c | 461 log_debug("Not an EFI boot, ignoring /boot."); 466 log_debug("In initrd, ignoring /boot."); 471 log_debug("In a container, ignoring /boot."); 476 if (fstab_is_mount_point("/boot")) { 477 log_debug("/boot specified in fstab, ignoring."); 481 if (path_is_busy("/boot")) { 482 log_debug("/boot already populated, ignoring."); 517 log_debug("Partition for /boot is not a FAT filesystem, ignoring."); 524 log_debug_errno(errno, "Partition for /boot doe 561 _cleanup_free_ char *boot = NULL, *home = NULL, *srv = NULL; local [all...] |
/systemd/src/coredump/ |
H A D | coredump.c | 260 sd_id128_t boot = {}; local 273 r = sd_id128_get_boot(&boot); 289 SD_ID128_FORMAT_VAL(boot),
|
/systemd/src/analyze/ |
H A D | analyze.c | 548 struct boot_times *boot; local 554 n = acquire_boot_times(bus, &boot); 572 width = SCALE_X * (boot->firmware_time + boot->finish_time); 576 if (boot->firmware_time > boot->loader_time) 578 if (boot->loader_time) { 583 if (boot->initrd_time) 585 if (boot->kernel_time) 591 if (u->activating < boot 756 list_dependencies_print(const char *name, unsigned int level, unsigned int branches, bool last, struct unit_times *times, struct boot_times *boot) argument 821 struct boot_times *boot; local 902 struct boot_times *boot; local [all...] |
/systemd/src/journal/ |
H A D | journalctl.c | 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 o 991 discover_next_boot( sd_journal *j, BootId **boot, bool advance_older, bool read_realtime) argument 1502 sd_id128_t machine, boot; local [all...] |
/systemd/src/tmpfiles/ |
H A D | tmpfiles.c | 1817 bool force = false, boot = false; local 1853 if (action[pos] == '!' && !boot) 1854 boot = true; 1864 if (boot && !arg_boot) { 1865 log_debug("Ignoring entry %s \"%s\" because --boot is not specified.", 2107 " --boot Execute actions only safe at boot\n" 2133 { "boot", no_argument, NULL, ARG_BOOT },
|
Completed in 27 milliseconds