Searched refs:UNIT_FILE_PRESET_FULL (Results 1 - 6 of 6) sorted by relevance
/systemd/src/shared/ |
H A D | install.h | 63 UNIT_FILE_PRESET_FULL, enumerator in enum:UnitFilePresetMode
|
H A D | install.c | 2469 [UNIT_FILE_PRESET_FULL] = "full",
|
/systemd/src/test/ |
H A D | test-install.c | 277 r = unit_file_preset(UNIT_FILE_SYSTEM, false, NULL, (char**) files, UNIT_FILE_PRESET_FULL, false, &changes, &n_changes);
|
H A D | test-install-root.c | 554 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 D | dbus-manager.c | 1671 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 D | systemctl.c | 115 static UnitFilePresetMode arg_preset_mode = UNIT_FILE_PRESET_FULL; 5458 if (arg_preset_mode != UNIT_FILE_PRESET_FULL) {
|
Completed in 2889 milliseconds