Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/kern/
Dimgact_elf.c1128 typedef void (*outfunc_t)(void *, struct sbuf *, size_t *); typedef
1132 outfunc_t outfunc; /* Output function. */
1149 static size_t register_note(struct note_info_list *, int, outfunc_t, void *);
1661 register_note(struct note_info_list *list, int type, outfunc_t out, void *arg) in register_note()