Searched refs:config_parse_path (Results 1 - 7 of 7) sorted by relevance
/systemd/src/test/ |
H A D | test-conf-parser.c | 30 assert_se(config_parse_path("unit", "filename", 1, "section", 1, "lvalue", 0, rvalue, &path, NULL) >= 0);
|
/systemd/src/bootchart/ |
H A D | bootchart.c | 105 { "Bootchart", "Output", config_parse_path, 0, &output }, 106 { "Bootchart", "Init", config_parse_path, 0, &init },
|
/systemd/src/journal-remote/ |
H A D | journal-upload.c | 537 { "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 D | journal-remote.c | 1200 { "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 D | conf-parser.h | 119 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 D | conf-parser.c | 652 int config_parse_path( function
|
/systemd/src/core/ |
H A D | load-fragment.c | 255 return config_parse_path(unit, filename, line, section, section_line, lvalue, ltype, k, data, userdata); 3837 { config_parse_path, "PATH" },
|
Completed in 2751 milliseconds