Searched defs:fdep (Results 1 – 3 of 3) sorted by relevance
219 cap_rights_fde(const struct filedescent *fdep) in cap_rights_fde()236 struct filedescent *fdep; in kern_cap_rights_limit() local362 struct filedescent *fdep; in cap_ioctl_check() local391 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() local491 struct filedescent *fdep; in sys_cap_ioctls_get() local552 cap_fcntl_check_fde(struct filedescent *fdep, int cmd) in cap_fcntl_check_fde()580 struct filedescent *fdep; in sys_cap_fcntls_limit() local619 struct filedescent *fdep; in sys_cap_fcntls_get() local
1987 unp_freerights(struct filedescent **fdep, int fdcount) in unp_freerights()2010 struct filedescent **fdep; in unp_externalize() local2201 struct filedescent *fde, **fdep, *fdev; in unp_internalize() local2559 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()
445 #define cap_rights_fde_inline(fdep) (&(fdep)->fde_rights) argument