Searched refs:config_parse_iec_uint64 (Results 1 – 7 of 7) sorted by relevance
/systemd-251/src/journal/ |
D | journald-gperf.gperf | 32 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/ |
D | test-conf-parser.c | 206 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/ |
D | logind-gperf.gperf | 48 Login.RuntimeDirectoryInodesMax, config_parse_iec_uint64, 0, offsetof(Manager, runtim…
|
/systemd-251/src/coredump/ |
D | coredump.c | 160 …{ "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/ |
D | conf-parser.h | 174 CONFIG_PARSER_PROTOTYPE(config_parse_iec_uint64);
|
D | conf-parser.c | 837 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/ |
D | load-fragment.c | 6169 { config_parse_iec_uint64, "SIZE" }, in unit_dump_config_items()
|