Searched refs:filedescent (Results 1 – 5 of 5) sorted by relevance
| /f-stack/freebsd/kern/ |
| H A D | sys_capability.c | 219 cap_rights_fde(const struct filedescent *fdep) in cap_rights_fde() 236 struct filedescent *fdep; in kern_cap_rights_limit() 362 struct filedescent *fdep; in cap_ioctl_check() 391 cap_ioctl_limit_check(struct filedescent *fdep, const u_long *cmds, in cap_ioctl_limit_check() 422 struct filedescent *fdep; in kern_cap_ioctls_limit() 491 struct filedescent *fdep; in sys_cap_ioctls_get() 552 cap_fcntl_check_fde(struct filedescent *fdep, int cmd) in cap_fcntl_check_fde() 580 struct filedescent *fdep; in sys_cap_fcntls_limit() 619 struct filedescent *fdep; in sys_cap_fcntls_get()
|
| H A D | uipc_usrreq.c | 303 static void unp_scan(struct mbuf *, void (*)(struct filedescent **, int)); 305 static void unp_freerights(struct filedescent **, int); 1987 unp_freerights(struct filedescent **fdep, int fdcount) in unp_freerights() 2010 struct filedescent **fdep; in unp_externalize() 2201 struct filedescent *fde, **fdep, *fdev; in unp_internalize() 2302 fdep = (struct filedescent **) in unp_internalize() 2559 unp_remove_dead_ref(struct filedescent **fdep, int fdcount) in unp_remove_dead_ref() 2583 unp_restore_undead_ref(struct filedescent **fdep, int fdcount) in unp_restore_undead_ref() 2608 unp_gc_scan(struct unpcb *unp, void (*op)(struct filedescent **, int)) in unp_gc_scan() argument 2804 unp_scan(struct mbuf *m0, void (*op)(struct filedescent **, int)) in unp_scan() argument [all …]
|
| H A D | kern_descrip.c | 308 struct filedescent *fde; in fdfree() 477 struct filedescent *fde; in kern_fcntl() 2062 struct filedescent *fde; in _finstall() 2333 struct filedescent *nfde, *ofde; in fdcopy() 2527 struct filedescent *fde; in fdescfree_fds() 2702 struct filedescent *fde; in fdcloseexec() 2878 struct filedescent *fde; in fget_cap_locked() 2955 const struct filedescent *fde; in fgetvp_lookup_smr() 3059 const struct filedescent *fde; in fget_unlocked_seq() 3144 const struct filedescent *fde; in fget_unlocked() [all …]
|
| /f-stack/freebsd/sys/ |
| H A D | filedesc.h | 58 struct filedescent { struct 68 #define fde_change_size (offsetof(struct filedescent, fde_seqc)) argument 72 struct filedescent fdt_ofiles[0]; /* open files */ 301 static __inline struct filedescent * 304 struct filedescent *fde; in fdeget_locked()
|
| H A D | capsicum.h | 426 struct filedescent; 447 const cap_rights_t *cap_rights_fde(const struct filedescent *fde); 451 int cap_fcntl_check_fde(struct filedescent *fde, int cmd);
|