Home
last modified time | relevance | path

Searched refs:volatile_mode (Results 1 – 5 of 5) sorted by relevance

/systemd-251/src/shared/ !
Dvolatile-util.c46 DEFINE_STRING_TABLE_LOOKUP_WITH_BOOLEAN(volatile_mode, VolatileMode, VOLATILE_YES);
/systemd-251/src/nspawn/ !
Dnspawn-gperf.gperf64 … config_parse_volatile_mode, 0, offsetof(Settings, volatile_mode)
Dnspawn-settings.h197 VolatileMode volatile_mode; member
Dnspawn-settings.c45 .volatile_mode = _VOLATILE_MODE_INVALID, in settings_new()
238 DEFINE_CONFIG_PARSE_ENUM(config_parse_volatile_mode, volatile_mode, VolatileMode, "Failed to parse …
Dnspawn.c1186 DUMP_STRING_TABLE(volatile_mode, VolatileMode, _VOLATILE_MODE_MAX); in parse_argv()
4414 settings->volatile_mode != _VOLATILE_MODE_INVALID) in merge_settings()
4415 arg_volatile_mode = settings->volatile_mode; in merge_settings()