Home
last modified time | relevance | path

Searched refs:unit_file_preset_all (Results 1 – 6 of 6) sorted by relevance

/systemd-251/src/systemctl/
Dsystemctl-preset-all.c16 …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/
Dinstall.h127 int unit_file_preset_all(
Dinstall.c3475 int unit_file_preset_all( in unit_file_preset_all() function
/systemd-251/src/test/
Dtest-install-root.c635 …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/
Ddbus-manager.c2569 … r = unit_file_preset_all(m->unit_file_scope, flags, NULL, preset_mode, &changes, &n_changes); in method_preset_all_unit_files()
Dmanager.c1731 … r = unit_file_preset_all(LOOKUP_SCOPE_SYSTEM, 0, NULL, UNIT_FILE_PRESET_ENABLE_ONLY, NULL, 0); in manager_preset_all()