Searched refs:unit_file_preset_all (Results 1 – 6 of 6) sorted by relevance
/systemd-251/src/systemctl/ |
D | systemctl-preset-all.c | 16 …r = unit_file_preset_all(arg_scope, unit_file_flags_from_args(), arg_root, arg_preset_mode, &chang… in verb_preset_all()
|
/systemd-251/src/shared/ |
D | install.h | 127 int unit_file_preset_all(
|
D | install.c | 3475 int unit_file_preset_all( in unit_file_preset_all() function
|
/systemd-251/src/test/ |
D | test-install-root.c | 635 …assert_se(unit_file_preset_all(LOOKUP_SCOPE_SYSTEM, 0, root, UNIT_FILE_PRESET_FULL, &changes, &n_c… in TEST() 1071 …assert_se(unit_file_preset_all(LOOKUP_SCOPE_SYSTEM, 0, root, UNIT_FILE_PRESET_FULL, &changes, &n_c… in TEST()
|
/systemd-251/src/core/ |
D | dbus-manager.c | 2569 … r = unit_file_preset_all(m->unit_file_scope, flags, NULL, preset_mode, &changes, &n_changes); in method_preset_all_unit_files()
|
D | manager.c | 1731 … r = unit_file_preset_all(LOOKUP_SCOPE_SYSTEM, 0, NULL, UNIT_FILE_PRESET_ENABLE_ONLY, NULL, 0); in manager_preset_all()
|