Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Dprocfs.h87 typedef struct thrmisc { struct
/freebsd/sys/kern/
H A Dimgact_elf.c2366 elf_thrmisc_t *thrmisc; in __elfN() local
2369 KASSERT(*sizep == sizeof(*thrmisc), in __elfN()
2371 thrmisc = buf; in __elfN()
2372 bzero(thrmisc, sizeof(*thrmisc)); in __elfN()
2373 strcpy(thrmisc->pr_tname, td->td_name); in __elfN()
2375 *sizep = sizeof(*thrmisc); in __elfN()