Searched refs:_handler (Results 1 – 4 of 4) sorted by relevance
47 static struct linux_ioctl_handler n##_handler = {linux_ioctl_##n, low, high}; \49 linux_ioctl_register_handler, &n##_handler); \51 linux_ioctl_unregister_handler, &n##_handler);
34 .globl EXC\N\()_handler35 EXC\N\()_handler:
144 extern char EXC##N##_handler[]; \145 prepare_exception(N, (uintptr_t)EXC##N##_handler, ist_use_table);
613 #define INIT_IB_EVENT_HANDLER(_ptr, _device, _handler) \ argument616 (_ptr)->handler = _handler; \