taglinefilesource code
comm166fs/exec.cchar corefile[6+sizeof(current->comm)];
comm182fs/exec.cmemcpy(corefile+5,current->comm,sizeof(current->comm));
comm229fs/exec.cstrncpy(dump.u_comm, current->comm, sizeof(current->comm));
comm536fs/exec.ccurrent->comm[i++] = ch;
comm538fs/exec.ccurrent->comm[i] = '\0';
comm347fs/proc/array.c(*p)->comm,
comm20fs/stat.ccurrent->comm);
comm300fs/umsdos/namei.c, current->comm,STACK_MAGIC \
comm285include/linux/sched.hchar comm[16];
comm97kernel/exit.cprintk(KERN_ALERT "release: %s kernel stack corruption. Aiee\n", p->comm);
comm150kernel/sched.cprintk("killing %s.\n",current->comm);
comm796kernel/sched.cprintk("%-8s %3d ", p->comm, (p == current) ? -nr : nr);
comm106kernel/traps.ccurrent->comm, current->pid, 0xffff & i, current->kernel_stack_page);
comm220mm/filemap.cprintk("%s tried to do a shared writeable mapping\n", current->comm);
comm88mm/memory.cprintk("\nOut of memory for %s.\n", current->comm);
comm413mm/swap.cp->comm, address + offset, pg_table);