Home | History | Annotate | Download | only in rpcbind

Lines Matching defs:fdlist

68 struct fdlist {
71 struct fdlist *next;
75 static struct fdlist *fdhead; /* Link list of the check fd's */
76 static struct fdlist *fdtail;
79 static bool_t check_bound(struct fdlist *, const char *uaddr);
87 check_bound(struct fdlist *fdl, const char *uaddr)
123 struct fdlist *fdl;
153 struct fdlist *fdl;
171 struct fdlist *fdl;
239 struct fdlist *fdl;