Home
last modified time | relevance | path

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

/freebsd-13.1/sys/kern/
H A Dimgact_elf.c1515 typedef void (*outfunc_t)(void *, struct sbuf *, size_t *); typedef
1519 outfunc_t outfunc; /* Output function. */
1552 static size_t register_note(struct note_info_list *, int, outfunc_t, void *);
2125 register_note(struct note_info_list *list, int type, outfunc_t out, void *arg) in register_note()