/systemd-251/src/import/ |
D | importd.c | 688 int fd, force, read_only, r; in method_import_tar_or_raw() local 712 r = sd_bus_message_read(msg, "hsbb", &fd, &local, &force, &read_only); in method_import_tar_or_raw() 738 t->force_local = force; in method_import_tar_or_raw() 762 int fd, force, read_only, r; in method_import_fs() local 784 r = sd_bus_message_read(msg, "hsbb", &fd, &local, &force, &read_only); in method_import_fs() 805 t->force_local = force; in method_import_fs() 907 int force, r; in method_pull_tar_or_raw() local 927 r = sd_bus_message_read(msg, "sssb", &remote, &local, &verify, &force); in method_pull_tar_or_raw() 966 t->force_local = force; in method_pull_tar_or_raw() 1218 SD_BUS_PARAM(force) [all …]
|
/systemd-251/src/core/ |
D | dbus-manager.c | 48 static UnitFileFlags unit_file_bools_to_flags(bool runtime, bool force) { in unit_file_bools_to_flags() argument 50 (force ? UNIT_FILE_FORCE : 0); in unit_file_bools_to_flags() 2318 int runtime, force; in method_enable_unit_files_generic() local 2320 r = sd_bus_message_read(message, "bb", &runtime, &force); in method_enable_unit_files_generic() 2323 flags = unit_file_bools_to_flags(runtime, force); in method_enable_unit_files_generic() 2374 int runtime, force, r; in method_preset_unit_files_with_mode() local 2385 r = sd_bus_message_read(message, "sbb", &mode, &runtime, &force); in method_preset_unit_files_with_mode() 2389 flags = unit_file_bools_to_flags(runtime, force); in method_preset_unit_files_with_mode() 2507 int force, r; in method_set_default_target() local 2516 r = sd_bus_message_read(message, "sb", &name, &force); in method_set_default_target() [all …]
|
/systemd-251/tmpfiles.d/ |
D | legacy.conf.in | 25 # kernel command line options 'fsck.mode=force', 'fsck.mode=skip' and 26 # 'quotacheck.mode=force'
|
/systemd-251/src/login/ |
D | logind-seat.h | 60 int seat_stop(Seat *s, bool force); 61 int seat_stop_sessions(Seat *s, bool force);
|
D | logind-session.c | 745 static int session_stop_scope(Session *s, bool force) { in session_stop_scope() argument 766 if (force || in session_stop_scope() 771 … r = manager_stop_unit(s->manager, s->scope, force ? "replace" : "fail", &error, &s->scope_job); in session_stop_scope() 773 if (force) in session_stop_scope() 793 int session_stop(Session *s, bool force) { in session_stop() argument 819 r = session_stop_scope(s, force); in session_stop() 1353 int session_set_controller(Session *s, const char *sender, bool force, bool prepare) { in session_set_controller() argument 1362 if (s->controller && !force) in session_set_controller()
|
D | logind-session.h | 142 int session_stop(Session *s, bool force); 169 int session_set_controller(Session *s, const char *sender, bool force, bool prepare);
|
D | logind-seat.c | 437 int seat_stop(Seat *s, bool force) { in seat_stop() argument 448 r = seat_stop_sessions(s, force); in seat_stop() 461 int seat_stop_sessions(Seat *s, bool force) { in seat_stop_sessions() argument 467 k = session_stop(session, force); in seat_stop_sessions()
|
D | logind-user.c | 483 static void user_stop_service(User *u, bool force) { in user_stop_service() argument 495 …r = manager_stop_unit(u->manager, u->service, force ? "replace" : "fail", &error, &u->service_job); in user_stop_service() 500 int user_stop(User *u, bool force) { in user_stop() argument 521 k = session_stop(s, force); in user_stop() 526 user_stop_service(u, force); in user_stop()
|
D | logind-session-dbus.c | 348 int r, force; in method_take_control() local 354 r = sd_bus_message_read(message, "b", &force); in method_take_control() 366 if (uid != 0 && (force || uid != s->user->user_record->uid)) in method_take_control() 369 r = session_set_controller(s, sd_bus_message_get_sender(message), force, true); in method_take_control() 890 SD_BUS_ARGS("b", force),
|
D | systemd-user.in | 17 session optional pam_keyinit.so force revoke
|
D | logind-user.h | 61 int user_stop(User *u, bool force);
|
/systemd-251/src/network/ |
D | networkd-dhcp-common.c | 1013 bool force = ltype; in config_parse_duid_type() local 1023 if (!force && duid->set) in config_parse_duid_type() 1067 duid->set = force; in config_parse_duid_type() 1137 bool force = ltype; in config_parse_duid_rawdata() local 1145 if (!force && duid->set) in config_parse_duid_rawdata() 1192 duid->set = force; in config_parse_duid_rawdata()
|
/systemd-251/test/units/ |
D | autorelabel.service | 13 …>/sys/fs/selinux/enforce && fixfiles -f -F relabel && rm /.autorelabel && systemctl --force reboot'
|
/systemd-251/units/ |
D | systemd-reboot.service | 16 SuccessAction=reboot-force
|
D | systemd-exit.service | 16 SuccessAction=exit-force
|
D | systemd-poweroff.service | 16 SuccessAction=poweroff-force
|
D | systemd-halt.service | 19 ExecStart=systemctl --force halt
|
D | systemd-kexec.service | 19 ExecStart=systemctl --force kexec
|
D | poweroff.target | 18 JobTimeoutAction=poweroff-force
|
D | reboot.target | 18 JobTimeoutAction=reboot-force
|
D | emergency.service.in | 25 StandardInput=tty-force
|
D | rescue.service.in | 24 StandardInput=tty-force
|
/systemd-251/units/user/ |
D | systemd-exit.service | 16 SuccessAction=exit-force
|
/systemd-251/src/boot/ |
D | bootctl.c | 698 static int copy_file_with_version_check(const char *from, const char *to, bool force) { in copy_file_with_version_check() argument 707 if (!force) { in copy_file_with_version_check() 801 static int copy_one_file(const char *esp_path, const char *name, bool force) { in copy_one_file() argument 813 r = copy_file_with_version_check(p, q, force); in copy_one_file() 824 k = copy_file_with_version_check(p, v, force); in copy_one_file() 832 static int install_binaries(const char *esp_path, bool force) { in install_binaries() argument 855 k = copy_one_file(esp_path, de->d_name, force); in install_binaries()
|
/systemd-251/test/TEST-24-CRYPTSETUP/ |
D | test.sh | 39 …cryptsetup -q luksFormat --pbkdf pbkdf2 --pbkdf-force-iterations 1000 "${LOOPDEV:?}p2" "$TESTDIR/k…
|