Lines Matching refs:primary
48 execute_close_hooks (REMAINING_LIST, PRIMARY, FD) as a fallback. */
50 gl_close_fn primary,
53 execute_ioctl_hooks (REMAINING_LIST, PRIMARY, FD, REQUEST, ARG) as a
56 gl_ioctl_fn primary,
62 execute_close_hooks (REMAINING_LIST, PRIMARY, FD)
65 and PRIMARY is the "primary" method for close(). */
67 gl_close_fn primary,
70 /* Execute the close hooks in REMAINING_LIST, with PRIMARY as "primary" method.
73 gl_close_fn primary,
76 /* Execute all close hooks, with PRIMARY as "primary" method.
78 extern int execute_all_close_hooks (gl_close_fn primary, int fd);
82 execute_ioctl_hooks (REMAINING_LIST, PRIMARY, FD, REQUEST, ARG)
85 and PRIMARY is the "primary" method for ioctl(). */
87 gl_ioctl_fn primary,
90 /* Execute the ioctl hooks in REMAINING_LIST, with PRIMARY as "primary" method.
93 gl_ioctl_fn primary,
96 /* Execute all ioctl hooks, with PRIMARY as "primary" method.
98 extern int execute_all_ioctl_hooks (gl_ioctl_fn primary,