Searched refs:config_parse_iec_size (Results 1 - 5 of 5) sorted by relevance
/systemd/src/test/ |
H A D | test-conf-parser.c | 53 assert_se(config_parse_iec_size("unit", "filename", 1, "section", 1, "lvalue", 0, rvalue, &iec_size, NULL) >= 0);
|
/systemd/src/shared/ |
H A D | conf-parser.h | 113 int config_parse_iec_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 | 466 int config_parse_iec_size(const char* unit, function
|
/systemd/src/coredump/ |
H A D | coredump.c | 124 { "Coredump", "JournalSizeMax", config_parse_iec_size, 0, &arg_journal_size_max },
|
/systemd/src/core/ |
H A D | load-fragment.c | 3832 { config_parse_iec_size, "SIZE" },
|
Completed in 3192 milliseconds