Searched refs:private_next (Results 1 - 2 of 2) sorted by relevance

/external/bison/lib/
H A Dfd-hook.c41 return remaining_list->private_close_fn (remaining_list->private_next,
48 return execute_close_hooks (anchor.private_next, primary, fd);
59 return remaining_list->private_ioctl_fn (remaining_list->private_next,
67 return execute_ioctl_hooks (anchor.private_next, primary, fd, request, arg);
78 if (link->private_next == NULL && link->private_prev == NULL)
81 link->private_next = anchor.private_next;
85 anchor.private_next->private_prev = link;
86 anchor.private_next = link;
100 struct fd_hook *next = link->private_next;
[all...]
H A Dfd-hook.h45 struct fd_hook *private_next; member in struct:fd_hook

Completed in 248 milliseconds