Home
last modified time | relevance | path

Searched refs:remaining_list (Results 1 – 2 of 2) sorted by relevance

/external/bison/lib/
Dfd-hook.c34 execute_close_hooks (const struct fd_hook *remaining_list, gl_close_fn primary, in execute_close_hooks() argument
37 if (remaining_list == &anchor) in execute_close_hooks()
41 return remaining_list->private_close_fn (remaining_list->private_next, in execute_close_hooks()
52 execute_ioctl_hooks (const struct fd_hook *remaining_list, gl_ioctl_fn primary, in execute_ioctl_hooks() argument
55 if (remaining_list == &anchor) in execute_ioctl_hooks()
59 return remaining_list->private_ioctl_fn (remaining_list->private_next, in execute_ioctl_hooks()
Dfd-hook.h49 int (*private_close_fn) (const struct fd_hook *remaining_list,
55 int (*private_ioctl_fn) (const struct fd_hook *remaining_list,
66 typedef int (*close_hook_fn) (const struct fd_hook *remaining_list,
72 extern int execute_close_hooks (const struct fd_hook *remaining_list,
86 typedef int (*ioctl_hook_fn) (const struct fd_hook *remaining_list,
92 extern int execute_ioctl_hooks (const struct fd_hook *remaining_list,