Searched refs:UNIT_FILE_PRESET_FULL (Results 1 - 6 of 6) sorted by relevance

/systemd/src/shared/
H A Dinstall.h63 UNIT_FILE_PRESET_FULL, enumerator in enum:UnitFilePresetMode
H A Dinstall.c2469 [UNIT_FILE_PRESET_FULL] = "full",
/systemd/src/test/
H A Dtest-install.c277 r = unit_file_preset(UNIT_FILE_SYSTEM, false, NULL, (char**) files, UNIT_FILE_PRESET_FULL, false, &changes, &n_changes);
H A Dtest-install-root.c554 assert_se(unit_file_preset(UNIT_FILE_SYSTEM, false, root, STRV_MAKE("preset-yes.service"), UNIT_FILE_PRESET_FULL, false, &changes, &n_changes) >= 0);
577 assert_se(unit_file_preset(UNIT_FILE_SYSTEM, false, root, STRV_MAKE("preset-no.service"), UNIT_FILE_PRESET_FULL, false, &changes, &n_changes) >= 0);
585 assert_se(unit_file_preset_all(UNIT_FILE_SYSTEM, false, root, UNIT_FILE_PRESET_FULL, false, &changes, &n_changes) >= 0);
/systemd/src/core/
H A Ddbus-manager.c1671 return unit_file_preset(scope, runtime, root_dir, files, UNIT_FILE_PRESET_FULL, force, changes, n_changes);
1705 mm = UNIT_FILE_PRESET_FULL;
1829 mm = UNIT_FILE_PRESET_FULL;
/systemd/src/systemctl/
H A Dsystemctl.c115 static UnitFilePresetMode arg_preset_mode = UNIT_FILE_PRESET_FULL;
5458 if (arg_preset_mode != UNIT_FILE_PRESET_FULL) {

Completed in 2889 milliseconds