| /systemd/src/nspawn/ |
| H A D | nspawn-settings.c | 24 #include "nspawn-settings.h" 234 Settings *settings = data; local 241 r = bind_mount_parse(&settings->custom_mounts, &settings->n_custom_mounts, rvalue, ltype); 262 Settings *settings = data; local 269 r = tmpfs_mount_parse(&settings->custom_mounts, &settings->n_custom_mounts, rvalue); 290 Settings *settings = data; local 297 r = veth_extra_parse(&settings->network_veth_extra, rvalue); 318 Settings *settings local 363 Settings *settings = data; local [all...] |
| H A D | nspawn.c | 78 #include "nspawn-settings.h" 257 " --settings=BOOLEAN Load additional settings from .nspawn file\n" 395 { "settings", required_argument, NULL, ARG_SETTINGS }, 857 return log_error_errno(r, "Failed to parse --settings= argument: %s", optarg); 946 /* Load all settings from .nspawn files */ 950 /* Don't load any settings from .nspawn files */ 1744 return log_error_errno(errno, "Failed to set loopback settings on %s: %m", loopdev); 2868 _cleanup_(settings_freep) Settings *settings = NULL; 2874 /* If all settings ar [all...] |
| /systemd/src/import/ |
| H A D | pull-raw.h | 36 int raw_pull_start(RawPull *pull, const char *url, const char *local, bool force_local, ImportVerify verify, bool settings);
|
| H A D | pull-tar.h | 36 int tar_pull_start(TarPull *pull, const char *url, const char *local, bool force_local, ImportVerify verify, bool settings);
|
| H A D | pull-tar.c | 73 bool settings; member in struct:TarPull 239 if (i->settings) { 244 r = pull_make_path(i->settings_job->url, i->settings_job->etag, i->image_root, ".settings-", NULL, &i->settings_path); 255 log_warning_errno(r, "Failed to copy settings files %s, ignoring: %m", local_settings); 257 log_info("Created new settings file '%s.nspawn'", i->local); 355 /* Also move the settings file into place, if 366 log_error_errno(r, "Failed to rename settings file: %m"); 440 r = pull_make_path(j->url, j->etag, i->image_root, ".settings-", NULL, &i->settings_path); 474 bool settings) { 497 i->settings 468 tar_pull_start( TarPull *i, const char *url, const char *local, bool force_local, ImportVerify verify, bool settings) argument [all...] |
| H A D | pull-raw.c | 76 bool settings; member in struct:RawPull 343 if (i->settings) { 348 r = pull_make_path(i->settings_job->url, i->settings_job->etag, i->image_root, ".settings-", NULL, &i->settings_path); 359 log_warning_errno(r, "Failed to copy settings files %s, ignoring: %m", local_settings); 361 log_info("Created new settings file '%s.nspawn'", i->local); 462 log_error_errno(r, "Failed to rename settings file: %m"); 530 r = pull_make_path(j->url, j->etag, i->image_root, ".settings-", NULL, &i->settings_path); 564 bool settings) { 587 i->settings = settings; 558 raw_pull_start( RawPull *i, const char *url, const char *local, bool force_local, ImportVerify verify, bool settings) argument [all...] |
| /systemd/src/shared/ |
| H A D | machine-image.c | 397 _cleanup_strv_free_ char **settings = NULL; local 407 settings = image_settings_path(i); 408 if (!settings) 442 STRV_FOREACH(j, settings) { 466 _cleanup_strv_free_ char **settings = NULL; local 480 settings = image_settings_path(i); 481 if (!settings) 552 STRV_FOREACH(j, settings) { 555 log_debug_errno(r, "Failed to rename settings file %s, ignoring: %m", *j); 576 _cleanup_strv_free_ char **settings local [all...] |
| /systemd/src/locale/ |
| H A D | localed.c | 276 static int locale_write_data(Context *c, char ***settings) { argument 280 /* Set values will be returned as strv in *settings on success. */ 319 *settings = l; 964 _cleanup_strv_free_ char **settings = NULL; local 1002 r = locale_write_data(c, &settings); 1010 if (settings) { 1013 line = strv_join(settings, ", "); 1024 log_debug("Locale settings were not modified.");
|