Searched defs:fd_hook (Results 1 - 1 of 1) sorted by relevance

/external/bison/lib/
H A Dfd-hook.h42 struct fd_hook struct
45 struct fd_hook *private_next;
46 struct fd_hook *private_prev;
49 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,
106 struct fd_hook *lin
[all...]

Completed in 355 milliseconds