Searched defs:conf (Results 1 - 2 of 2) sorted by relevance

/systemd/src/boot/efi/
H A Dboot.c1128 /* remove ".conf" */
1142 len = file_read(root_dir, L"\\loader\\loader.conf", 0, 0, &content);
1182 if (StriCmp(f->FileName + len - 5, L".conf") != 0)
1578 CHAR16 *conf; local
1582 conf = PoolPrint(L"%s-%s", os_id, os_version ? : os_build);
1584 entry = config_entry_add_loader(config, loaded_image->DeviceHandle, LOADER_LINUX, conf, 'l', os_name, path);
1595 FreePool(conf);
1746 /* scan /loader/entries/\*.conf files */
1770 Print(L"No loader found. Configuration files in \\loader\\entries\\*.conf are needed.");
/systemd/src/bus-proxyd/
H A Dbus-xml-policy.c25 #include "conf-files.h"
1026 r = conf_files_list(&l, ".conf", NULL, *i, NULL);
1269 _cleanup_strv_free_ char **conf = NULL; local
1274 conf = strv_copy(configuration);
1275 if (!conf)
1280 r = shared_policy_reload_unlocked(sp, conf);
1282 sp->configuration = conf;
1283 conf = NULL;

Completed in 45 milliseconds