Searched refs:handler_t (Results 1 – 6 of 6) sorted by relevance
60 typedef void (*handler_t)(struct transient *); typedef61 extern handler_t handlers[];
264 handler_t handlers[LAST_CODE + 1] = {
90 typedef void (*handler_t)(int, struct pt_regs *); typedef94 handler_t handler; /* handler for syscalls */
135 using handler_t = void (*)(int); typedef136 extern handler_t ignore;
116 template<typename T> using handler_t = void (*)(T); typedef117 extern handler_t<int> ignore;
82 typedef int (*handler_t)(bdaddr_t *bdaddr, struct search_context *arg); typedef3736 static void inquiry(handler_t handler, void *arg) in inquiry()