tag | line | file | source code |
comm | 122 | fs/exec.c | char corefile[6+sizeof(current->comm)]; |
comm | 138 | fs/exec.c | memcpy(corefile+5,current->comm,sizeof(current->comm)); |
comm | 183 | fs/exec.c | strncpy(dump.u_comm, current->comm, sizeof(current->comm)); |
comm | 478 | fs/exec.c | current->comm[i++] = ch; |
comm | 480 | fs/exec.c | current->comm[i] = '\0'; |
comm | 819 | fs/exec.c | printk("%s: executable not page aligned\n", current->comm); |
comm | 318 | fs/proc/array.c | (*p)->comm, |
comm | 19 | fs/stat.c | current->comm); |
comm | 221 | include/linux/sched.h | char comm[16]; |
comm | 93 | kernel/exit.c | printk(KERN_ALERT "release: %s kernel stack corruption. Aiee\n", p->comm); |
comm | 139 | kernel/sched.c | printk("killing %s.\n",current->comm); |
comm | 733 | 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); |