Searched refs:CONTEXT_COMM (Results 1 - 1 of 1) sorted by relevance
/systemd/src/coredump/ |
H A D | coredump.c | 86 CONTEXT_COMM, enumerator in enum:__anon65 187 [CONTEXT_COMM] = "user.coredump.comm", 265 c = filename_escape(context[CONTEXT_COMM]); 327 log_info("Core Dumping has been disabled for process %s (%s).", context[CONTEXT_PID], context[CONTEXT_COMM]); 350 log_error("Coredump of %s (%s) is larger than configured processing limit, refusing.", context[CONTEXT_PID], context[CONTEXT_COMM]); 353 log_error("Not enough disk space for coredump of %s (%s), refusing.", context[CONTEXT_PID], context[CONTEXT_COMM]); 645 core_message = strjoin("MESSAGE=Process ", context[CONTEXT_PID], " (", context[CONTEXT_COMM], ") of user ", context[CONTEXT_UID], " dumped core.\n\n", stacktrace, NULL); 655 core_message = strjoin("MESSAGE=Process ", context[CONTEXT_PID], " (", context[CONTEXT_COMM], ") of user ", context[CONTEXT_UID], " dumped core.", NULL); 691 [CONTEXT_COMM] = "COREDUMP_COMM=", 820 assert(context[CONTEXT_COMM]); [all...] |
Completed in 1992 milliseconds