Home
last modified time | relevance | path

Searched refs:thrmisc (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/sys/sys/
H A Dprocfs.h87 typedef struct thrmisc { struct
/freebsd-14.2/sys/kern/
H A Dimgact_elf.c2339 elf_thrmisc_t *thrmisc; in __elfN() local
2342 KASSERT(*sizep == sizeof(*thrmisc), in __elfN()
2344 thrmisc = buf; in __elfN()
2345 bzero(thrmisc, sizeof(*thrmisc)); in __elfN()
2346 strcpy(thrmisc->pr_tname, td->td_name); in __elfN()
2348 *sizep = sizeof(*thrmisc); in __elfN()