Searched refs:thrmisc (Results 1 – 2 of 2) sorted by relevance
87 typedef struct thrmisc { struct
2339 elf_thrmisc_t *thrmisc; in __elfN() local2342 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()