Home
last modified time | relevance | path

Searched refs:ki_wmesg (Results 1 – 3 of 3) sorted by relevance

/f-stack/tools/compat/include/sys/
H A Duser.h178 char ki_wmesg[WMESGLEN+1]; /* wchan message */ member
/f-stack/freebsd/sys/
H A Duser.h179 char ki_wmesg[WMESGLEN+1]; /* wchan message */ member
/f-stack/freebsd/kern/
H A Dkern_proc.c1228 strlcpy(kp->ki_wmesg, td->td_wmesg, sizeof(kp->ki_wmesg)); in fill_kinfo_thread()
1230 bzero(kp->ki_wmesg, sizeof(kp->ki_wmesg)); in fill_kinfo_thread()
1451 bcopy(ki->ki_wmesg, ki32->ki_wmesg, WMESGLEN + 1); in freebsd32_kinfo_proc_out()