Home
last modified time | relevance | path

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

/f-stack/tools/compat/include/sys/
H A Duser.h98 #define WMESGLEN 8 /* size of returned wchan message */ macro
178 char ki_wmesg[WMESGLEN+1]; /* wchan message */
/f-stack/freebsd/sys/
H A Duser.h99 #define WMESGLEN 8 /* size of returned wchan message */ macro
179 char ki_wmesg[WMESGLEN+1]; /* wchan message */
/f-stack/freebsd/kern/
H A Dkern_proc.c1451 bcopy(ki->ki_wmesg, ki32->ki_wmesg, WMESGLEN + 1); in freebsd32_kinfo_proc_out()