Lines Matching refs:comm
875 char *p, comm[sizeof(current->comm)]; in ia64_mca_modify_comm() local
877 snprintf(comm, sizeof(comm), "%s %d", in ia64_mca_modify_comm()
878 current->comm, previous_current->pid); in ia64_mca_modify_comm()
881 if ((p = strchr(previous_current->comm, ' '))) in ia64_mca_modify_comm()
882 l = p - previous_current->comm; in ia64_mca_modify_comm()
884 l = strlen(previous_current->comm); in ia64_mca_modify_comm()
885 snprintf(comm, sizeof(comm), "%s %*s %d", in ia64_mca_modify_comm()
886 current->comm, l, previous_current->comm, in ia64_mca_modify_comm()
889 memcpy(current->comm, comm, sizeof(current->comm)); in ia64_mca_modify_comm()
990 if ((p = strchr(current->comm, ' '))) in ia64_mca_modify_original_stack()
1636 printk("\nBacktrace of pid %d (%s)\n", t->pid, t->comm); in default_monarch_init_process()
1830 strncpy(p->comm, type, sizeof(p->comm)-1); in format_mca_init_stack()