Searched refs:thrmisc (Results 1 – 2 of 2) sorted by relevance
87 typedef struct thrmisc { struct
2366 elf_thrmisc_t *thrmisc; in get_thrmisc() local2369 KASSERT(*sizep == sizeof(*thrmisc), in get_thrmisc()2371 thrmisc = buf; in get_thrmisc()2372 bzero(thrmisc, sizeof(*thrmisc)); in get_thrmisc()2373 strcpy(thrmisc->pr_tname, td->td_name); in get_thrmisc()2375 *sizep = sizeof(*thrmisc); in get_thrmisc()