tag | line | file | source code |
comm | 163 | fs/exec.c | char corefile[6+sizeof(current->comm)]; |
comm | 179 | fs/exec.c | memcpy(corefile+5,current->comm,sizeof(current->comm)); |
comm | 224 | fs/exec.c | strncpy(dump.u_comm, current->comm, sizeof(current->comm)); |
comm | 519 | fs/exec.c | current->comm[i++] = ch; |
comm | 521 | fs/exec.c | current->comm[i] = '\0'; |
comm | 848 | fs/exec.c | printk("%s: executable not page aligned\n", current->comm); |
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 | 746 | 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); |