Lines Matching refs:filedescent
301 static void unp_scan(struct mbuf *, void (*)(struct filedescent **, int));
303 static void unp_freerights(struct filedescent **, int);
2421 unp_freerights(struct filedescent **fdep, int fdcount) in unp_freerights()
2444 struct filedescent **fdep; in unp_externalize()
2620 struct filedescent *fde, **fdep, *fdev; in unp_internalize()
2723 fdep = (struct filedescent **) in unp_internalize()
2991 unp_remove_dead_ref(struct filedescent **fdep, int fdcount) in unp_remove_dead_ref()
3015 unp_restore_undead_ref(struct filedescent **fdep, int fdcount) in unp_restore_undead_ref()
3040 unp_scan_socket(struct socket *so, void (*op)(struct filedescent **, int)) in unp_scan_socket() argument
3066 unp_gc_scan(struct unpcb *unp, void (*op)(struct filedescent **, int)) in unp_gc_scan() argument
3312 unp_scan(struct mbuf *m0, void (*op)(struct filedescent **, int)) in unp_scan() argument
3338 sizeof(struct filedescent *)); in unp_scan()