Home
last modified time | relevance | path

Searched refs:_handler (Results 1 – 5 of 5) sorted by relevance

/freebsd-13.1/sys/dev/tdfx/
H A Dtdfx_linux.h46 static struct linux_ioctl_handler n##_handler = {linux_ioctl_##n, low, high}; \
48 linux_ioctl_register_handler, &n##_handler); \
50 linux_ioctl_unregister_handler, &n##_handler);
/freebsd-13.1/stand/efi/loader/arch/amd64/
H A Dexc.S34 .globl EXC\N\()_handler
35 EXC\N\()_handler:
H A Dtrap.c144 extern char EXC##N##_handler[]; \
145 prepare_exception(N, (uintptr_t)EXC##N##_handler, ist_use_table);
/freebsd-13.1/sys/ofed/include/rdma/
H A Dib_verbs.h629 #define INIT_IB_EVENT_HANDLER(_ptr, _device, _handler) \ argument
632 (_ptr)->handler = _handler; \
/freebsd-13.1/sys/compat/linux/
H A Dlinux_ioctl.c107 static struct linux_ioctl_handler shortname ## _handler = { \
112 DATA_SET(linux_ioctl_handler_set, shortname ## _handler)