Searched refs:filedescent (Results 1 – 8 of 8) sorted by relevance
| /src/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 | kern_descrip.c | 182 struct filedescent fdt_ofiles[NDFILE]; 310 fdefree_last(struct filedescent *fde) in fdefree_last() 319 struct filedescent *fde; in fdfree() 574 struct filedescent *fde; in kern_fcntl() 1046 struct filedescent *oldfde, *newfde; in kern_dup() 1524 struct filedescent *fde; in close_range_flags() 2264 struct filedescent *fde; in _finstall() 2517 struct filedescent *nfde, *ofde; in fdcopy() 2703 struct filedescent *fde; in fdescfree_fds() 2866 struct filedescent *fde; in fdcloseexec() [all …]
|
| 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); 3449 unp_freerights(struct filedescent **fdep, int fdcount) in unp_freerights() 3482 struct filedescent **fdep; in unp_externalize() 3662 struct filedescent *fde, **fdep, *fdev; in unp_internalize() 3766 fdep = (struct filedescent **) in unp_internalize() 3995 unp_remove_dead_ref(struct filedescent **fdep, int fdcount) in unp_remove_dead_ref() 4019 unp_restore_undead_ref(struct filedescent **fdep, int fdcount) in unp_restore_undead_ref() 4044 unp_scan_socket(struct socket *so, void (*op)(struct filedescent **, int)) in unp_scan_socket() argument 4070 unp_gc_scan(struct unpcb *unp, void (*op)(struct filedescent **, int)) in unp_gc_scan() argument [all …]
|
| /src/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 */ 319 static __inline struct filedescent * 322 struct filedescent *fde; in fdeget_noref()
|
| H A D | capsicum.h | 455 struct filedescent; 476 const cap_rights_t *cap_rights_fde(const struct filedescent *fde); 480 int cap_fcntl_check_fde(struct filedescent *fde, int cmd);
|
| /src/sys/compat/freebsd32/ |
| H A D | freebsd32_capability.c | 89 struct filedescent *fdep; in freebsd32_cap_ioctls_get()
|
| /src/tests/sys/kern/ |
| H A D | fdgrowtable_test.c | 70 struct filedescent fdt_ofiles[NDFILE];
|
| /src/lib/libprocstat/ |
| H A D | libprocstat.c | 564 fdt_size = sizeof(*fdt) + nfiles * sizeof(struct filedescent); in procstat_getfiles_kvm()
|