Home
last modified time | relevance | path

Searched refs:arg_dry_run (Results 1 – 14 of 14) sorted by relevance

/systemd-251/src/oom/
Doomd.c19 static bool arg_dry_run = false; variable
94 arg_dry_run = true; in parse_argv()
181 arg_dry_run, in run()
191 log_debug("systemd-oomd started%s.", arg_dry_run ? " in dry run mode" : ""); in run()
/systemd-251/src/systemctl/
Dsystemctl-compat-halt.c108 arg_dry_run = true; in halt_parse_argv()
172 if (!arg_dry_run) in halt_main()
191 if (arg_dry_run) in halt_main()
Dsystemctl-logind.c33 log_debug("%s wall message \"%s\".", arg_dry_run ? "Would set" : "Setting", m); in logind_set_wall_message()
34 if (arg_dry_run) in logind_set_wall_message()
77 …log_debug("%s org.freedesktop.login1.Manager %s dbus call.", arg_dry_run ? "Would execute" : "Exec… in logind_reboot()
79 if (arg_dry_run) in logind_reboot()
310 if (arg_dry_run) in logind_schedule_shutdown()
Dsystemctl-start-unit.c75 arg_dry_run ? "Would execute" : "Executing", in start_unit_one()
78 if (arg_dry_run) in start_unit_one()
188 arg_dry_run ? "Would execute" : "Executing"); in enqueue_marked_jobs()
190 if (arg_dry_run) in enqueue_marked_jobs()
Dsystemctl-util.c73 if (arg_dry_run) in ask_password_agent_open_maybe()
894 if (!arg_no_sync && !arg_dry_run) in halt_now()
898 if (!arg_dry_run) in halt_now()
906 if (arg_dry_run) in halt_now()
914 if (arg_dry_run) in halt_now()
923 (arg_dry_run ? REBOOT_DRY_RUN : 0)); in halt_now()
Dsystemctl-start-special.c80 arg_dry_run ? "Would run" : "Running", in load_kexec_kernel()
84 if (arg_dry_run) in load_kexec_kernel()
Dsystemctl-trivial-method.c17 if (arg_dry_run) in verb_trivial_method()
Dsystemctl.h66 extern bool arg_dry_run;
Dsystemctl-compat-shutdown.c96 arg_dry_run = true; in shutdown_parse_argv()
Dsystemctl.c81 bool arg_dry_run = false; variable
674 arg_dry_run = true; in systemctl_parse_argv()
/systemd-251/src/partition/
Dgrowfs.c30 static bool arg_dry_run = false; variable
71 if (arg_dry_run) in resize_crypt_luks_device()
177 arg_dry_run = true; in parse_argv()
Drepart.c94 static bool arg_dry_run = true; variable
1584 r = fdisk_assign_device(c, node, arg_dry_run); in context_load_partition_table()
1586 r = fdisk_assign_device(c, FORMAT_PROC_FD_PATH(*backing_fd), arg_dry_run); in context_load_partition_table()
1620 if (flock(fdisk_get_devfd(c), arg_dry_run ? LOCK_SH : LOCK_EX) < 0) in context_load_partition_table()
3475 if (arg_dry_run) { in context_write_partition_table()
3594 if (arg_dry_run) { in context_factory_reset()
4175 r = parse_boolean_argument("--dry-run=", optarg, &arg_dry_run); in parse_argv()
4365arg_dry_run = true; /* When --can-factory-reset is specified we don't make changes, hence in parse_argv()
4369 arg_dry_run = dry_run; in parse_argv()
/systemd-251/src/udev/
Dudevadm-trigger.c26 static bool arg_dry_run = false; variable
55 if (arg_dry_run) in exec_list()
314 arg_dry_run = true; in trigger_main()
/systemd-251/src/sysusers/
Dsysusers.c93 static bool arg_dry_run = false; variable
407 if (arg_dry_run) { in write_temporary_passwd()
531 if (arg_dry_run) { in write_temporary_shadow()
669 if (arg_dry_run) { in write_temporary_group()
775 if (arg_dry_run) { in write_temporary_gshadow()
1943 arg_dry_run = true; in parse_argv()
2118 if (!arg_dry_run) { in run()