Searched defs:callback_entry (Results 1 – 2 of 2) sorted by relevance
36 struct callback_entry { struct38 int (*ce_func)(struct callback_entry *, void *, void *); argument45 TAILQ_HEAD(, callback_entry) ch_q; argument
63 void *obj, int (*fn)(struct callback_entry *, void *, void *)) in callback_register()