Searched refs:config_parse_iec_uint64 (Results 1 - 5 of 5) sorted by relevance

/systemd/src/coredump/
H A Dcoredump.c122 { "Coredump", "ProcessSizeMax", config_parse_iec_uint64, 0, &arg_process_size_max },
123 { "Coredump", "ExternalSizeMax", config_parse_iec_uint64, 0, &arg_external_size_max },
125 { "Coredump", "KeepFree", config_parse_iec_uint64, 0, &arg_keep_free },
126 { "Coredump", "MaxUse", config_parse_iec_uint64, 0, &arg_max_use },
/systemd/src/shared/
H A Dconf-parser.h115 int config_parse_iec_uint64(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.c526 int config_parse_iec_uint64(const char* unit, function
/systemd/src/test/
H A Dtest-util.c874 assert_se(config_parse_iec_uint64(NULL, "/this/file", 11, "Section", 22, "Size", 0, "4M", &offset, NULL) == 0);
877 assert_se(config_parse_iec_uint64(NULL, "/this/file", 11, "Section", 22, "Size", 0, "4.5M", &offset, NULL) == 0);
/systemd/src/core/
H A Dload-fragment.c3833 { config_parse_iec_uint64, "SIZE" },

Completed in 882 milliseconds