Searched refs:arg_force (Results 1 - 7 of 7) sorted by relevance
/systemd/src/quotacheck/ |
H A D | quotacheck.c | 33 static bool arg_force = false; variable 40 arg_force = arg_skip = false; 42 arg_force = true; 52 arg_force = true; 64 arg_force = true; 97 if (!arg_force) {
|
/systemd/src/import/ |
H A D | import.c | 36 static bool arg_force = false; variable 88 if (!arg_force) { 129 r = tar_import_start(import, fd, local, arg_force, arg_read_only); 183 if (!arg_force) { 224 r = raw_import_start(import, fd, local, arg_force, arg_read_only); 287 arg_force = true;
|
H A D | pull.c | 36 static bool arg_force = false; variable 95 if (!arg_force) { 121 r = tar_pull_start(pull, url, local, arg_force, arg_verify, arg_settings); 181 if (!arg_force) { 207 r = raw_pull_start(pull, url, local, arg_force, arg_verify, arg_settings); 274 arg_force = true;
|
/systemd/src/fsck/ |
H A D | fsck.c | 63 static bool arg_force = false; variable 105 arg_force = arg_skip = false; 107 arg_force = true; 135 arg_force = true; 152 arg_force = true; 302 if (!arg_force && arg_skip) { 434 if (arg_force)
|
/systemd/src/systemctl/ |
H A D | systemctl.c | 112 static int arg_force = 0; variable 2907 if (arg_ignore_inhibitors || arg_force > 0) 3095 if (arg_force >= 2 && geteuid() != 0) { 3125 if (arg_force >= 2 && 3132 if (arg_force >= 1 && 5403 r = unit_file_enable(arg_scope, arg_runtime, arg_root, names, arg_force, &changes, &n_changes); 5408 r = unit_file_reenable(arg_scope, arg_runtime, arg_root, names, arg_force, &changes, &n_changes); 5411 r = unit_file_link(arg_scope, arg_runtime, arg_root, names, arg_force, &changes, &n_changes); 5413 r = unit_file_preset(arg_scope, arg_runtime, arg_root, names, arg_preset_mode, arg_force, &changes, &n_changes); 5416 r = unit_file_mask(arg_scope, arg_runtime, arg_root, names, arg_force, [all...] |
/systemd/src/machine/ |
H A D | machinectl.c | 77 static bool arg_force = false; variable 1848 arg_force, 1915 arg_force, 2095 arg_force); 2159 arg_force); 2570 arg_force = true;
|
/systemd/src/journal/ |
H A D | journalctl.c | 107 static bool arg_force = false; variable 666 arg_force = true; 1530 if (arg_force) {
|
Completed in 3512 milliseconds