Searched refs:arg_boot_loader_entry (Results 1 – 3 of 3) sorted by relevance
/systemd-251/src/systemctl/ |
D | systemctl-logind.c | 271 if (!arg_boot_loader_entry) in prepare_boot_loader_entry() 283 …method(bus, bus_login_mgr, "SetRebootToBootLoaderEntry", &error, NULL, "s", arg_boot_loader_entry); in prepare_boot_loader_entry() 285 … log_error_errno(r, "Cannot set boot into loader entry '%s': %s", arg_boot_loader_entry, bus_error… in prepare_boot_loader_entry()
|
D | systemctl.h | 90 extern const char *arg_boot_loader_entry;
|
D | systemctl.c | 105 const char *arg_boot_loader_entry = NULL; variable 124 STATIC_DESTRUCTOR_REGISTER(arg_boot_loader_entry, unsetp); 787 arg_boot_loader_entry = empty_to_null(optarg); in systemctl_parse_argv()
|