Home
last modified time | relevance | path

Searched refs:force (Results 1 – 25 of 91) sorted by relevance

1234

/systemd-251/src/import/
Dimportd.c688 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/
Ddbus-manager.c48 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/
Dlegacy.conf.in25 # kernel command line options 'fsck.mode=force', 'fsck.mode=skip' and
26 # 'quotacheck.mode=force'
/systemd-251/src/login/
Dlogind-seat.h60 int seat_stop(Seat *s, bool force);
61 int seat_stop_sessions(Seat *s, bool force);
Dlogind-session.c745 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()
Dlogind-session.h142 int session_stop(Session *s, bool force);
169 int session_set_controller(Session *s, const char *sender, bool force, bool prepare);
Dlogind-seat.c437 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()
Dlogind-user.c483 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()
Dlogind-session-dbus.c348 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),
Dsystemd-user.in17 session optional pam_keyinit.so force revoke
Dlogind-user.h61 int user_stop(User *u, bool force);
/systemd-251/src/network/
Dnetworkd-dhcp-common.c1013 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/
Dautorelabel.service13 …>/sys/fs/selinux/enforce && fixfiles -f -F relabel && rm /.autorelabel && systemctl --force reboot'
/systemd-251/units/
Dsystemd-reboot.service16 SuccessAction=reboot-force
Dsystemd-exit.service16 SuccessAction=exit-force
Dsystemd-poweroff.service16 SuccessAction=poweroff-force
Dsystemd-halt.service19 ExecStart=systemctl --force halt
Dsystemd-kexec.service19 ExecStart=systemctl --force kexec
Dpoweroff.target18 JobTimeoutAction=poweroff-force
Dreboot.target18 JobTimeoutAction=reboot-force
Demergency.service.in25 StandardInput=tty-force
Drescue.service.in24 StandardInput=tty-force
/systemd-251/units/user/
Dsystemd-exit.service16 SuccessAction=exit-force
/systemd-251/src/boot/
Dbootctl.c698 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/
Dtest.sh39 …cryptsetup -q luksFormat --pbkdf pbkdf2 --pbkdf-force-iterations 1000 "${LOOPDEV:?}p2" "$TESTDIR/k…

1234