taglinefilesource code
comm163arch/alpha/kernel/osf_sys.cprintk("%s: unimplemented OSF mmap flags %04lx\n", current->comm, flags);
comm26arch/alpha/kernel/traps.cprintk("%s(%d): %s %ld\n", current->comm, current->pid, str, err);
comm216arch/alpha/kernel/traps.ccurrent->comm, current->pid,
comm127arch/i386/kernel/traps.ccurrent->comm, current->pid, 0xffff & i, current->kernel_stack_page);
comm341arch/i386/kernel/traps.cprintk("killing %s.\n",current->comm);
comm131arch/mips/kernel/traps.ccurrent->comm, current->pid, 0xffff & i,
comm98arch/ppc/kernel/traps.cprintk("TASK = %x[%d] '%s'\n", current, current->pid, current->comm);
comm190arch/sparc/kernel/signal.ccurrent->comm, current->pid);
comm73arch/sparc/kernel/sys_sunos.ccurrent->comm);
comm106arch/sparc/kernel/sys_sunos.c"is unsupported\n", current->comm, addr, len, function, arg);
comm116arch/sparc/kernel/sys_sunos.c"is unsupported\n", current->comm, addr, len, flags);
comm205arch/sparc/kernel/sys_sunos.ccurrent->comm, increment);
comm227arch/sparc/kernel/sys_sunos.ccurrent->comm,
comm254arch/sparc/kernel/sys_sunos.ccurrent->comm,
comm27arch/sparc/kernel/traps.ccurrent->comm, current->pid,
comm235arch/sparc/mm/fault.cprintk("%s[%d]wfault<%d>: WINDOW DUMP --> ", current->comm,
comm297arch/sparc/mm/fault.ccurrent->comm, current->pid, regs->pc, regs->u_regs[UREG_FP]);
comm948fs/binfmt_elf.cchar corefile[6+sizeof(current->comm)];
comm1014fs/binfmt_elf.cmemcpy(corefile+5,current->comm,sizeof(current->comm));
comm1110fs/binfmt_elf.cstrncpy(psinfo.pr_fname, current->comm, sizeof(psinfo.pr_fname));
comm172fs/exec.cchar corefile[6+sizeof(current->comm)];
comm192fs/exec.cmemcpy(corefile+5,current->comm,sizeof(current->comm));
comm219fs/exec.cstrncpy(dump.u_comm, current->comm, sizeof(current->comm));
comm579fs/exec.ccurrent->comm[i++] = ch;
comm581fs/exec.ccurrent->comm[i] = '\0';
comm505fs/proc/array.ctsk->comm,
comm22fs/stat.ccurrent->comm);
comm300fs/umsdos/namei.c, current->comm,STACK_MAGIC \
comm211include/linux/sched.hchar comm[16];
comm98kernel/exit.cprintk(KERN_ALERT "release: %s kernel stack corruption. Aiee\n", p->comm);
comm944kernel/sched.cprintk("%-8s %3d ", p->comm, (p == current) ? -nr : nr);
comm74mm/memory.cprintk("\nOut of memory for %s.\n", current->comm);
comm132mm/memory.cprintk("%s trying to clear kernel page-directory: not good\n", tsk->comm);
comm153mm/memory.cprintk("%s trying to free kernel page-directory: not good\n", tsk->comm);