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

/systemd/src/coredump/
H A Dcoredump.c110 static CoredumpStorage arg_storage = COREDUMP_STORAGE_EXTERNAL; variable
120 { "Coredump", "Storage", config_parse_coredump_storage, 0, &arg_storage },
245 if (IN_SET(arg_storage, COREDUMP_STORAGE_EXTERNAL, COREDUMP_STORAGE_BOTH) &&
660 if (IN_SET(arg_storage, COREDUMP_STORAGE_JOURNAL, COREDUMP_STORAGE_BOTH) &&
880 if (arg_storage != COREDUMP_STORAGE_NONE)
881 arg_storage = COREDUMP_STORAGE_EXTERNAL;
1126 log_debug("Selected storage '%s'.", coredump_storage_to_string(arg_storage));

Completed in 2491 milliseconds