Searched refs:execute_ioctl_hooks (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/gpl3/gdb/dist/gnulib/import/ |
H A D | fd-hook.c | 52 execute_ioctl_hooks (const struct fd_hook *remaining_list, gl_ioctl_fn primary, in execute_ioctl_hooks() function 67 return execute_ioctl_hooks (anchor.private_next, primary, fd, request, arg); in execute_all_ioctl_hooks() 76 ioctl_hook = execute_ioctl_hooks; in register_fd_hook()
|
H A D | fd-hook.h | 92 extern int execute_ioctl_hooks (const struct fd_hook *remaining_list,
|
H A D | sockets.c | 106 return execute_ioctl_hooks (remaining_list, primary, fd, request, arg); in ioctl_fd_maybe_socket()
|