Searched defs:handler_t (Results 1 – 5 of 5) sorted by relevance
60 typedef void (*handler_t)(struct transient *); typedef
81 typedef void (*handler_t)(int, struct pt_regs *); typedef
116 template<typename T> using handler_t = void (*)(T); typedef
136 using handler_t = void (*)(int); typedef
82 typedef int (*handler_t)(bdaddr_t *bdaddr, struct search_context *arg); typedef