Searched refs:filedescent (Results 1 – 8 of 8) sorted by relevance
| /freebsd-14.2/sys/kern/ |
| H A D | sys_capability.c | 215 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 D | uipc_usrreq.c | 300 static void unp_scan(struct mbuf *, void (*)(struct filedescent **, int)); 302 static void unp_freerights(struct filedescent **, int); 2397 unp_freerights(struct filedescent **fdep, int fdcount) in unp_freerights() 2420 struct filedescent **fdep; in unp_externalize() 2595 struct filedescent *fde, **fdep, *fdev; in unp_internalize() 2698 fdep = (struct filedescent **) in unp_internalize() 2966 unp_remove_dead_ref(struct filedescent **fdep, int fdcount) in unp_remove_dead_ref() 2990 unp_restore_undead_ref(struct filedescent **fdep, int fdcount) in unp_restore_undead_ref() 3041 unp_gc_scan(struct unpcb *unp, void (*op)(struct filedescent **, int)) in unp_gc_scan() argument 3284 unp_scan(struct mbuf *m0, void (*op)(struct filedescent **, int)) in unp_scan() argument [all …]
|
| H A D | kern_descrip.c | 322 struct filedescent *fde; in fdfree() 491 struct filedescent *fde; in kern_fcntl() 1420 struct filedescent *fde; in close_range_cloexec() 2157 struct filedescent *fde; in _finstall() 2548 struct filedescent *fde; in fdescfree_fds() 2711 struct filedescent *fde; in fdcloseexec() 2885 struct filedescent *fde; in fget_cap_noref() 3003 const struct filedescent *fde; in fgetvp_lookup_smr() 3189 const struct filedescent *fde; in fget_unlocked_seq() 3289 const struct filedescent *fde; in fget_unlocked() [all …]
|
| /freebsd-14.2/sys/sys/ |
| H A D | filedesc.h | 58 struct filedescent { struct 71 fde_copy(struct filedescent *from, struct filedescent *to) in fde_copy() argument 82 struct filedescent fdt_ofiles[0]; /* open files */ 314 static __inline struct filedescent * 317 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-14.2/sys/compat/freebsd32/ |
| H A D | freebsd32_capability.c | 89 struct filedescent *fdep; in freebsd32_cap_ioctls_get()
|
| /freebsd-14.2/tests/sys/kern/ |
| H A D | fdgrowtable_test.c | 71 struct filedescent fdt_ofiles[NDFILE];
|
| /freebsd-14.2/lib/libprocstat/ |
| H A D | libprocstat.c | 566 fdt_size = sizeof(*fdt) + nfiles * sizeof(struct filedescent); in procstat_getfiles_kvm()
|