Home
last modified time | relevance | path

Searched refs:execute_ioctl_hooks (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gdb/dist/gnulib/import/
H A Dfd-hook.c52 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 Dfd-hook.h92 extern int execute_ioctl_hooks (const struct fd_hook *remaining_list,
H A Dsockets.c106 return execute_ioctl_hooks (remaining_list, primary, fd, request, arg); in ioctl_fd_maybe_socket()