Searched refs:arg_storage (Results 1 – 2 of 2) sorted by relevance
/systemd-251/src/pstore/ |
D | pstore.c | 68 static PStoreStorage arg_storage = PSTORE_STORAGE_EXTERNAL; variable 77 { "PStore", "Storage", config_parse_pstore_storage, 0, &arg_storage }, in parse_config() 137 … suffix = arg_storage == PSTORE_STORAGE_EXTERNAL ? strjoina(" moved to ", ofd_path) : (char *)"."; in move_file() 156 if (arg_storage == PSTORE_STORAGE_EXTERNAL) { in move_file() 380 log_debug("Selected storage: %s.", pstore_storage_to_string(arg_storage)); in run() 383 if (arg_storage == PSTORE_STORAGE_NONE) in run()
|
/systemd-251/src/coredump/ |
D | coredump.c | 148 static CoredumpStorage arg_storage = COREDUMP_STORAGE_EXTERNAL; variable 158 …oredump", "Storage", config_parse_coredump_storage, 0, &arg_storage }, in parse_config() 179 if (arg_storage == COREDUMP_STORAGE_EXTERNAL) in storage_size_max() 181 if (arg_storage == COREDUMP_STORAGE_JOURNAL) in storage_size_max() 183 assert(arg_storage == COREDUMP_STORAGE_NONE); in storage_size_max() 281 if (arg_storage == COREDUMP_STORAGE_EXTERNAL && in maybe_remove_external_coredump() 805 else if (arg_storage == COREDUMP_STORAGE_EXTERNAL) in submit_coredump() 889 if (arg_storage == COREDUMP_STORAGE_JOURNAL && coredump_fd >= 0) { in submit_coredump() 1409 log_debug("Selected storage '%s'.", coredump_storage_to_string(arg_storage)); in run()
|