Searched refs:config_parse (Results 1 - 11 of 11) sorted by relevance
/systemd/src/core/ |
H A D | load-dropin.c | 72 config_parse(u->id, *f, NULL,
|
H A D | load-fragment.c | 3711 r = config_parse(u->id, filename, f,
|
/systemd/src/shared/ |
H A D | conf-parser.c | 214 return config_parse(unit, fn, NULL, sections, lookup, table, relaxed, false, false, userdata); 283 int config_parse(const char *unit, function 411 r = config_parse(NULL, conf_file, NULL, sections, lookup, table, relaxed, false, true, userdata); 417 r = config_parse(NULL, *fn, NULL, sections, lookup, table, relaxed, false, true, userdata);
|
H A D | conf-parser.h | 87 int config_parse(const char *unit,
|
H A D | install.c | 964 r = config_parse(NULL, path, f,
|
/systemd/src/dbus1-generator/ |
H A D | dbus1-generator.c | 169 r = config_parse(NULL, p, NULL,
|
/systemd/src/nspawn/ |
H A D | nspawn-settings.c | 50 r = config_parse(NULL, path, f,
|
/systemd/src/network/ |
H A D | networkd-netdev.c | 600 r = config_parse(NULL, filename, file, 641 r = config_parse(NULL, filename, file,
|
H A D | networkd-network.c | 133 r = config_parse(NULL, filename, file,
|
/systemd/src/udev/net/ |
H A D | link-config.c | 172 r = config_parse(NULL, filename, file,
|
/systemd/src/tty-ask-password-agent/ |
H A D | tty-ask-password-agent.c | 302 r = config_parse(NULL, filename, NULL,
|
Completed in 3202 milliseconds