Searched refs:preset_mode (Results 1 – 1 of 1) sorted by relevance
/systemd-251/src/core/ |
D | dbus-manager.c | 2373 UnitFilePresetMode preset_mode; in method_preset_unit_files_with_mode() local 2392 preset_mode = UNIT_FILE_PRESET_FULL; in method_preset_unit_files_with_mode() 2394 preset_mode = unit_file_preset_mode_from_string(mode); in method_preset_unit_files_with_mode() 2395 if (preset_mode < 0) in method_preset_unit_files_with_mode() 2405 r = unit_file_preset(m->unit_file_scope, flags, NULL, l, preset_mode, &changes, &n_changes); in method_preset_unit_files_with_mode() 2537 UnitFilePresetMode preset_mode; in method_preset_all_unit_files() local 2556 preset_mode = UNIT_FILE_PRESET_FULL; in method_preset_all_unit_files() 2558 preset_mode = unit_file_preset_mode_from_string(mode); in method_preset_all_unit_files() 2559 if (preset_mode < 0) in method_preset_all_unit_files() 2569 … r = unit_file_preset_all(m->unit_file_scope, flags, NULL, preset_mode, &changes, &n_changes); in method_preset_all_unit_files()
|