Home
last modified time | relevance | path

Searched refs:_UNIT_FILE_PRESET_MAX (Results 1 – 3 of 3) sorted by relevance

/systemd-251/src/shared/
Dinstall.h25 _UNIT_FILE_PRESET_MAX, enumerator
Dinstall.c3452 assert(mode < _UNIT_FILE_PRESET_MAX); in unit_file_preset()
3491 assert(mode < _UNIT_FILE_PRESET_MAX); in unit_file_preset_all()
3654 static const char* const unit_file_preset_mode_table[_UNIT_FILE_PRESET_MAX] = {
/systemd-251/src/systemctl/
Dsystemctl.c824 … DUMP_STRING_TABLE(unit_file_preset_mode, UnitFilePresetMode, _UNIT_FILE_PRESET_MAX); in systemctl_parse_argv()