MAXCOMLEN 456 kern/kern_exec.c len = min(nid.ni_cnd.cn_namelen, MAXCOMLEN);
MAXCOMLEN 90 kern/kern_ktrace.c bcopy(p->p_comm, kth->ktr_comm, MAXCOMLEN);
MAXCOMLEN 1360 kern/kern_sig.c char name[sizeof("/var/crash/") + MAXCOMLEN + sizeof(".core")];
MAXCOMLEN 85 miscfs/procfs/procfs_status.c bcopy(p->p_comm, ps, MAXCOMLEN-1);
MAXCOMLEN 86 miscfs/procfs/procfs_status.c ps[MAXCOMLEN] = '\0';
MAXCOMLEN 75 sys/core.h char c_name[MAXCOMLEN+1]; /* Copy of p->p_comm */
MAXCOMLEN 53 sys/ktrace.h char ktr_comm[MAXCOMLEN+1]; /* command name */
MAXCOMLEN 241 sys/proc.h char p_comm[MAXCOMLEN+1];