Home
last modified time | relevance | path

Searched refs:config_parse_iec_uint64 (Results 1 – 7 of 7) sorted by relevance

/systemd-251/src/journal/
Djournald-gperf.gperf32 Journal.SystemMaxUse, config_parse_iec_uint64, 0, offsetof(Server, system_storage.metrics.max…
33 Journal.SystemMaxFileSize, config_parse_iec_uint64, 0, offsetof(Server, system_storage.metrics.max…
34 Journal.SystemKeepFree, config_parse_iec_uint64, 0, offsetof(Server, system_storage.metrics.kee…
36 Journal.RuntimeMaxUse, config_parse_iec_uint64, 0, offsetof(Server, runtime_storage.metrics.ma…
37 Journal.RuntimeMaxFileSize, config_parse_iec_uint64, 0, offsetof(Server, runtime_storage.metrics.ma…
38 Journal.RuntimeKeepFree, config_parse_iec_uint64, 0, offsetof(Server, runtime_storage.metrics.ke…
/systemd-251/src/test/
Dtest-conf-parser.c206 TEST(config_parse_iec_uint64) { in TEST() argument
208 …assert_se(config_parse_iec_uint64(NULL, "/this/file", 11, "Section", 22, "Size", 0, "4M", &offset,… in TEST()
211 …assert_se(config_parse_iec_uint64(NULL, "/this/file", 11, "Section", 22, "Size", 0, "4.5M", &offse… in TEST()
/systemd-251/src/login/
Dlogind-gperf.gperf48 Login.RuntimeDirectoryInodesMax, config_parse_iec_uint64, 0, offsetof(Manager, runtim…
/systemd-251/src/coredump/
Dcoredump.c160 …{ "Coredump", "ProcessSizeMax", config_parse_iec_uint64, 0, &arg_process_size_ma… in parse_config()
163 …{ "Coredump", "KeepFree", config_parse_iec_uint64, 0, &arg_keep_free … in parse_config()
164 …{ "Coredump", "MaxUse", config_parse_iec_uint64, 0, &arg_max_use … in parse_config()
/systemd-251/src/shared/
Dconf-parser.h174 CONFIG_PARSER_PROTOTYPE(config_parse_iec_uint64);
Dconf-parser.c837 int config_parse_iec_uint64( in config_parse_iec_uint64() function
886 …return config_parse_iec_uint64(unit, filename, line, section, section_line, lvalue, ltype, rvalue,… in config_parse_iec_uint64_infinity()
/systemd-251/src/core/
Dload-fragment.c6169 { config_parse_iec_uint64, "SIZE" }, in unit_dump_config_items()