Searched refs:_handler (Results 1 – 5 of 5) sorted by relevance
44 static struct linux_ioctl_handler n##_handler = {linux_ioctl_##n, low, high}; \46 linux_ioctl_register_handler, &n##_handler); \48 linux_ioctl_unregister_handler, &n##_handler);
31 .globl EXC\N\()_handler32 EXC\N\()_handler:
177 extern char EXC##N##_handler[]; \178 prepare_exception(N, (uintptr_t)EXC##N##_handler, ist_use_table);
684 #define INIT_IB_EVENT_HANDLER(_ptr, _device, _handler) \ argument687 (_ptr)->handler = _handler; \
90 static struct linux_ioctl_handler shortname ## _handler = { \95 DATA_SET(linux_ioctl_handler_set, shortname ## _handler)