Searched refs:config_parse_path (Results 1 - 7 of 7) sorted by relevance

/systemd/src/test/
H A Dtest-conf-parser.c30 assert_se(config_parse_path("unit", "filename", 1, "section", 1, "lvalue", 0, rvalue, &path, NULL) >= 0);
/systemd/src/bootchart/
H A Dbootchart.c105 { "Bootchart", "Output", config_parse_path, 0, &output },
106 { "Bootchart", "Init", config_parse_path, 0, &init },
/systemd/src/journal-remote/
H A Djournal-upload.c537 { "Upload", "ServerKeyFile", config_parse_path, 0, &arg_key },
538 { "Upload", "ServerCertificateFile", config_parse_path, 0, &arg_cert },
539 { "Upload", "TrustedCertificateFile", config_parse_path, 0, &arg_trust },
H A Djournal-remote.c1200 { "Remote", "ServerKeyFile", config_parse_path, 0, &arg_key },
1201 { "Remote", "ServerCertificateFile", config_parse_path, 0, &arg_cert },
1202 { "Remote", "TrustedCertificateFile", config_parse_path, 0, &arg_trust },
/systemd/src/shared/
H A Dconf-parser.h119 int config_parse_path(const char *unit, const char *filename, unsigned line, const char *section, unsigned section_line, const char *lvalue, int ltype, const char *rvalue, void *data, void *userdata);
H A Dconf-parser.c652 int config_parse_path( function
/systemd/src/core/
H A Dload-fragment.c255 return config_parse_path(unit, filename, line, section, section_line, lvalue, ltype, k, data, userdata);
3837 { config_parse_path, "PATH" },

Completed in 2751 milliseconds