p_wmesg 455 kern/kern_proc.c (p->p_wchan && p->p_wmesg) ? p_wmesg 456 kern/kern_proc.c p->p_wmesg : "", p->p_comm); p_wmesg 462 kern/kern_proc.c (p->p_wchan && p->p_wmesg) ? p_wmesg 463 kern/kern_proc.c p->p_wmesg : ""); p_wmesg 159 kern/kern_synch.c p->p_wmesg = wmesg; p_wmesg 1170 kern/kern_sysctl.c strncpy(ep->e_wmesg, p->p_wmesg ? p->p_wmesg : "", WMESGLEN); p_wmesg 1294 kern/kern_sysctl.c if (p->p_wmesg) p_wmesg 1295 kern/kern_sysctl.c strlcpy(ki->p_wmesg, p->p_wmesg, sizeof(ki->p_wmesg)); p_wmesg 2073 kern/tty.c pick->p_wmesg ? pick->p_wmesg : "iowait"); p_wmesg 274 kern/vfs_lockf.c (wproc->p_wmesg == lockstr) && p_wmesg 129 miscfs/procfs/procfs_status.c (p->p_wchan && p->p_wmesg) ? p->p_wmesg : "nochan"); p_wmesg 196 sys/proc.h const char *p_wmesg; /* Reason for sleep. */ p_wmesg 420 sys/sysctl.h char p_wmesg[KI_WMESGLEN]; /* wchan message */