| tag | line | file | source code |
| comm | 167 | fs/exec.c | char corefile[6+sizeof(current->comm)]; |
| comm | 183 | fs/exec.c | memcpy(corefile+5,current->comm,sizeof(current->comm)); |
| comm | 228 | fs/exec.c | strncpy(dump.u_comm, current->comm, sizeof(current->comm)); |
| comm | 523 | fs/exec.c | current->comm[i++] = ch; |
| comm | 525 | fs/exec.c | current->comm[i] = '\0'; |
| comm | 317 | fs/proc/array.c | (*p)->comm, |
| comm | 20 | fs/stat.c | current->comm); |
| comm | 284 | include/linux/sched.h | char comm[16]; |
| comm | 98 | kernel/exit.c | printk(KERN_ALERT "release: %s kernel stack corruption. Aiee\n", p->comm); |
| comm | 142 | kernel/sched.c | printk("killing %s.\n",current->comm); |
| comm | 762 | kernel/sched.c | printk("%-8s %3d ", p->comm, (p == current) ? -nr : nr); |
| comm | 107 | kernel/traps.c | current->comm, current->pid, 0xffff & i, current->kernel_stack_page); |