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

/linux-master/kernel/
H A Daudit.h147 char target_comm[TASK_COMM_LEN]; member in struct:audit_context
H A Dauditsc.c104 char target_comm[AUDIT_AUX_PIDS][TASK_COMM_LEN]; member in struct:audit_aux_data_pids
1021 ctx->target_comm[0] = '\0';
1784 axs->target_comm[i]))
1792 context->target_sid, context->target_comm))
2733 memcpy(context->target_comm, t->comm, TASK_COMM_LEN);
2760 memcpy(ctx->target_comm, t->comm, TASK_COMM_LEN);
2781 memcpy(axp->target_comm[axp->pid_count], t->comm, TASK_COMM_LEN);

Completed in 117 milliseconds