Home
last modified time | relevance | path

Searched refs:target_comm (Results 1 – 2 of 2) sorted by relevance

/linux/kernel/
H A Dauditsc.c104 char target_comm[AUDIT_AUX_PIDS][TASK_COMM_LEN]; member
1023 ctx->target_comm[0] = '\0'; in audit_reset_context()
1758 axs->target_comm[i])) in audit_log_exit()
1767 context->target_comm)) in audit_log_exit()
2696 strscpy(context->target_comm, t->comm); in __audit_ptrace()
2723 strscpy(ctx->target_comm, t->comm); in audit_signal_info_syscall()
2745 strscpy(axp->target_comm[axp->pid_count], t->comm); in audit_signal_info_syscall()
H A Daudit.h153 char target_comm[TASK_COMM_LEN]; member