wmesg 171 kern/kern_lock.c lockinit(struct lock *lkp, int prio, char *wmesg, int timo, int flags) wmesg 179 kern/kern_lock.c lkp->lk_wmesg = wmesg; /* just a name for spin locks */ wmesg 98 kern/kern_synch.c tsleep(void *ident, int priority, const char *wmesg, int timo) wmesg 117 kern/kern_synch.c sleep_setup(&sls, ident, priority, wmesg); wmesg 133 kern/kern_synch.c sleep_setup(struct sleep_state *sls, void *ident, int prio, const char *wmesg) wmesg 159 kern/kern_synch.c p->p_wmesg = wmesg; wmesg 2207 kern/tty.c ttysleep(struct tty *tp, void *chan, int pri, char *wmesg, int timo) wmesg 2213 kern/tty.c if ((error = tsleep(chan, pri, wmesg, timo)) != 0) wmesg 1778 kern/vfs_subr.c vwaitforio(struct vnode *vp, int slpflag, char *wmesg, int timeo) wmesg 1787 kern/vfs_subr.c slpflag | (PRIBIO + 1), wmesg, timeo); wmesg 157 sys/lock.h void lockinit(struct lock *, int prio, char *wmesg, int timo, wmesg 292 sys/tty.h void *chan, int pri, char *wmesg, int timeout);