Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dimgact_elf.c1444 typedef void (*outfunc_t)(void *, struct sbuf *, size_t *); typedef
1448 outfunc_t outfunc; /* Output function. */
1480 static size_t register_note(struct note_info_list *, int, outfunc_t, void *);
2038 register_note(struct note_info_list *list, int type, outfunc_t out, void *arg) in register_note()