Lines Matching defs:filedescent
301 static void unp_scan(struct mbuf *, void (*)(struct filedescent **, int));
303 static void unp_freerights(struct filedescent **, int);
2423 unp_freerights(struct filedescent **fdep, int fdcount)
2446 struct filedescent **fdep;
2622 struct filedescent *fde, **fdep, *fdev;
2725 fdep = (struct filedescent **)
2993 unp_remove_dead_ref(struct filedescent **fdep, int fdcount)
3017 unp_restore_undead_ref(struct filedescent **fdep, int fdcount)
3042 unp_scan_socket(struct socket *so, void (*op)(struct filedescent **, int))
3068 unp_gc_scan(struct unpcb *unp, void (*op)(struct filedescent **, int))
3314 unp_scan(struct mbuf *m0, void (*op)(struct filedescent **, int))
3340 sizeof(struct filedescent *));