Searched refs:config_parse_si_size (Results 1 - 4 of 4) sorted by relevance
/systemd/src/test/ |
H A D | test-conf-parser.c | 60 assert_se(config_parse_si_size("unit", "filename", 1, "section", 1, "lvalue", 0, rvalue, &si_size, NULL) >= 0);
|
/systemd/src/shared/ |
H A D | conf-parser.h | 114 int config_parse_si_size(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 | 496 int config_parse_si_size(const char* unit, function
|
/systemd/src/core/ |
H A D | load-fragment.c | 3834 { config_parse_si_size, "SIZE" },
|
Completed in 2922 milliseconds