Searched refs:filedescent (Results 1 – 8 of 8) sorted by relevance
/freebsd/sys/kern/ |
H A D | sys_capability.c | 216 cap_rights_fde(const struct filedescent *fdep) in cap_rights_fde() 233 struct filedescent *fdep; in kern_cap_rights_limit() 359 struct filedescent *fdep; in cap_ioctl_check() 388 cap_ioctl_limit_check(struct filedescent *fdep, const u_long *cmds, in cap_ioctl_limit_check() 419 struct filedescent *fdep; in kern_cap_ioctls_limit() 488 struct filedescent *fdep; in sys_cap_ioctls_get() 549 cap_fcntl_check_fde(struct filedescent *fdep, int cmd) in cap_fcntl_check_fde() 577 struct filedescent *fdep; in sys_cap_fcntls_limit() 616 struct filedescent *fdep; in sys_cap_fcntls_get()
|
H A D | uipc_usrreq.c | 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 [all …]
|
H A D | kern_descrip.c | 179 struct filedescent fdt_ofiles[NDFILE]; 308 fdefree_last(struct filedescent *fde) in fdefree_last() 317 struct filedescent *fde; in fdfree() 486 struct filedescent *fde; in kern_fcntl() 931 struct filedescent *oldfde, *newfde; in kern_dup() 1415 struct filedescent *fde; in close_range_cloexec() 2153 struct filedescent *fde; in _finstall() 2406 struct filedescent *nfde, *ofde; in fdcopy() 2544 struct filedescent *fde; in fdescfree_fds() 2707 struct filedescent *fde; in fdcloseexec() [all …]
|
/freebsd/sys/sys/ |
H A D | filedesc.h | 56 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 D | capsicum.h | 433 struct filedescent; 454 const cap_rights_t *cap_rights_fde(const struct filedescent *fde); 458 int cap_fcntl_check_fde(struct filedescent *fde, int cmd);
|
/freebsd/sys/compat/freebsd32/ |
H A D | freebsd32_capability.c | 89 struct filedescent *fdep; in freebsd32_cap_ioctls_get()
|
/freebsd/tests/sys/kern/ |
H A D | fdgrowtable_test.c | 70 struct filedescent fdt_ofiles[NDFILE];
|
/freebsd/lib/libprocstat/ |
H A D | libprocstat.c | 564 fdt_size = sizeof(*fdt) + nfiles * sizeof(struct filedescent); in procstat_getfiles_kvm()
|