Home
last modified time | relevance | path

Searched refs:filedescent (Results 1 – 8 of 8) sorted by relevance

/freebsd/sys/kern/
H A Dsys_capability.c215 cap_rights_fde(const struct filedescent *fdep) in cap_rights_fde()
232 struct filedescent *fdep; in kern_cap_rights_limit()
358 struct filedescent *fdep; in cap_ioctl_check()
387 cap_ioctl_limit_check(struct filedescent *fdep, const u_long *cmds, in cap_ioctl_limit_check()
418 struct filedescent *fdep; in kern_cap_ioctls_limit()
487 struct filedescent *fdep; in sys_cap_ioctls_get()
548 cap_fcntl_check_fde(struct filedescent *fdep, int cmd) in cap_fcntl_check_fde()
576 struct filedescent *fdep; in sys_cap_fcntls_limit()
615 struct filedescent *fdep; in sys_cap_fcntls_get()
H A Duipc_usrreq.c300 static void unp_scan(struct mbuf *, void (*)(struct filedescent **, int));
302 static void unp_freerights(struct filedescent **, int);
2398 unp_freerights(struct filedescent **fdep, int fdcount) in unp_freerights()
2421 struct filedescent **fdep; in unp_externalize()
2596 struct filedescent *fde, **fdep, *fdev; in unp_internalize()
2699 fdep = (struct filedescent **) in unp_internalize()
2967 unp_remove_dead_ref(struct filedescent **fdep, int fdcount) in unp_remove_dead_ref()
2991 unp_restore_undead_ref(struct filedescent **fdep, int fdcount) in unp_restore_undead_ref()
3042 unp_gc_scan(struct unpcb *unp, void (*op)(struct filedescent **, int)) in unp_gc_scan() argument
3288 unp_scan(struct mbuf *m0, void (*op)(struct filedescent **, int)) in unp_scan() argument
[all …]
H A Dkern_descrip.c320 struct filedescent *fde; in fdfree()
489 struct filedescent *fde; in kern_fcntl()
1418 struct filedescent *fde; in close_range_cloexec()
2155 struct filedescent *fde; in _finstall()
2546 struct filedescent *fde; in fdescfree_fds()
2709 struct filedescent *fde; in fdcloseexec()
2883 struct filedescent *fde; in fget_cap_noref()
3001 const struct filedescent *fde; in fgetvp_lookup_smr()
3187 const struct filedescent *fde; in fget_unlocked_seq()
3287 const struct filedescent *fde; in fget_unlocked()
[all …]
/freebsd/sys/sys/
H A Dfiledesc.h56 struct filedescent { struct
69 fde_copy(struct filedescent *from, struct filedescent *to) in fde_copy() argument
80 struct filedescent fdt_ofiles[0]; /* open files */
312 static __inline struct filedescent *
315 struct filedescent *fde; in fdeget_noref()
H A Dcapsicum.h432 struct filedescent;
453 const cap_rights_t *cap_rights_fde(const struct filedescent *fde);
457 int cap_fcntl_check_fde(struct filedescent *fde, int cmd);
/freebsd/sys/compat/freebsd32/
H A Dfreebsd32_capability.c89 struct filedescent *fdep; in freebsd32_cap_ioctls_get()
/freebsd/tests/sys/kern/
H A Dfdgrowtable_test.c70 struct filedescent fdt_ofiles[NDFILE];
/freebsd/lib/libprocstat/
H A Dlibprocstat.c563 fdt_size = sizeof(*fdt) + nfiles * sizeof(struct filedescent); in procstat_getfiles_kvm()