HomeSort by: relevance | last modified time | path
    Searched defs:callback_entry (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/sys/
callback.h 36 struct callback_entry { struct
37 TAILQ_ENTRY(callback_entry) ce_q;
38 int (*ce_func)(struct callback_entry *, void *, void *);
45 TAILQ_HEAD(, callback_entry) ch_q;
46 struct callback_entry *ch_next;
57 void callback_register(struct callback_head *, struct callback_entry *,
58 void *, int (*)(struct callback_entry *, void *, void *));
59 void callback_unregister(struct callback_head *, struct callback_entry *);
callback.h 36 struct callback_entry { struct
37 TAILQ_ENTRY(callback_entry) ce_q;
38 int (*ce_func)(struct callback_entry *, void *, void *);
45 TAILQ_HEAD(, callback_entry) ch_q;
46 struct callback_entry *ch_next;
57 void callback_register(struct callback_head *, struct callback_entry *,
58 void *, int (*)(struct callback_entry *, void *, void *));
59 void callback_unregister(struct callback_head *, struct callback_entry *);

Completed in 22 milliseconds