Searched defs:settings (Results 1 - 5 of 5) sorted by relevance
/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...] |
/systemd/src/import/ |
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...] |
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...] |
/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.");
|
Completed in 72 milliseconds