Home
last modified time | relevance | path

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

/f-stack/tools/compat/include/sys/
H A Duser.h109 #define ki_ocomm ki_tdname
177 char ki_tdname[TDNAMLEN+1]; /* thread name */ member
/f-stack/freebsd/sys/
H A Duser.h110 #define ki_ocomm ki_tdname
178 char ki_tdname[TDNAMLEN+1]; /* thread name */ member
/f-stack/freebsd/kern/
H A Dkern_proc.c1231 if (strlcpy(kp->ki_tdname, td->td_name, sizeof(kp->ki_tdname)) >= in fill_kinfo_thread()
1232 sizeof(kp->ki_tdname)) { in fill_kinfo_thread()
1234 td->td_name + sizeof(kp->ki_tdname) - 1, in fill_kinfo_thread()
1450 bcopy(ki->ki_tdname, ki32->ki_tdname, TDNAMLEN + 1); in freebsd32_kinfo_proc_out()