Searched refs:config_parse_log_facility (Results 1 - 4 of 4) sorted by relevance
/systemd/src/test/ |
H A D | test-conf-parser.c | 46 assert_se(config_parse_log_facility("unit", "filename", 1, "section", 1, "lvalue", 0, rvalue, &log_facility, NULL) >= 0);
|
/systemd/src/shared/ |
H A D | conf-parser.h | 124 int config_parse_log_facility(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 | 753 int config_parse_log_facility( function
|
/systemd/src/core/ |
H A D | load-fragment.c | 3851 { config_parse_log_facility, "FACILITY" },
|
Completed in 2484 milliseconds