Lines Matching refs:CONTEXT_COMM
86 CONTEXT_COMM,
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]);
919 if (argc < CONTEXT_COMM + 1) {
920 log_error("Not enough arguments passed from kernel (%i, expected %i).", argc - 1, CONTEXT_COMM + 1 - 1);
931 comm = strv_join(argv + CONTEXT_COMM + 1, " ");
946 context[CONTEXT_COMM] = comm;