Searched refs:thrmisc (Results 1 – 2 of 2) sorted by relevance
89 typedef struct thrmisc { struct
2301 elf_thrmisc_t thrmisc; in __elfN() local2305 KASSERT(*sizep == sizeof(thrmisc), ("invalid size")); in __elfN()2306 bzero(&thrmisc, sizeof(thrmisc)); in __elfN()2307 strcpy(thrmisc.pr_tname, td->td_name); in __elfN()2308 sbuf_bcat(sb, &thrmisc, sizeof(thrmisc)); in __elfN()2310 *sizep = sizeof(thrmisc); in __elfN()