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

/systemd/src/coredump/
H A Dcoredump.c80 CONTEXT_PID, enumerator in enum:__anon65
182 [CONTEXT_PID] = "user.coredump.pid",
277 p = filename_escape(context[CONTEXT_PID]);
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);
686 [CONTEXT_PID] = "COREDUMP_PID=",
814 assert(context[CONTEXT_PID]);
[all...]

Completed in 1972 milliseconds