Searched defs:fdep (Results 1 – 4 of 4) sorted by relevance
216 cap_rights_fde(const struct filedescent *fdep) in cap_rights_fde()233 struct filedescent *fdep; in kern_cap_rights_limit() local359 struct filedescent *fdep; in cap_ioctl_check() local388 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() local488 struct filedescent *fdep; in sys_cap_ioctls_get() local549 cap_fcntl_check_fde(struct filedescent *fdep, int cmd) in cap_fcntl_check_fde()577 struct filedescent *fdep; in sys_cap_fcntls_limit() local616 struct filedescent *fdep; in sys_cap_fcntls_get() local
3425 unp_freerights(struct filedescent **fdep, int fdcount) in unp_freerights()3458 struct filedescent **fdep; in unp_externalize() local3638 struct filedescent *fde, **fdep, *fdev; in unp_internalize() local3968 unp_remove_dead_ref(struct filedescent **fdep, int fdcount) in unp_remove_dead_ref()3992 unp_restore_undead_ref(struct filedescent **fdep, int fdcount) in unp_restore_undead_ref()
89 struct filedescent *fdep; in freebsd32_cap_ioctls_get() local
474 #define cap_rights_fde_inline(fdep) (&(fdep)->fde_rights) argument