Home
last modified time | relevance | path

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

/f-stack/freebsd/sys/
H A Dprocfs.h89 typedef struct thrmisc { struct
/f-stack/freebsd/kern/
H A Dimgact_elf.c2301 elf_thrmisc_t thrmisc; in __elfN() local
2305 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()