Home
last modified time | relevance | path

Searched defs:fdep (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/kern/
H A Dsys_capability.c216 cap_rights_fde(const struct filedescent *fdep) in cap_rights_fde()
233 struct filedescent *fdep; in kern_cap_rights_limit() local
359 struct filedescent *fdep; in cap_ioctl_check() local
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() local
488 struct filedescent *fdep; in sys_cap_ioctls_get() local
549 cap_fcntl_check_fde(struct filedescent *fdep, int cmd) in cap_fcntl_check_fde()
577 struct filedescent *fdep; in sys_cap_fcntls_limit() local
616 struct filedescent *fdep; in sys_cap_fcntls_get() local
H A Duipc_usrreq.c3425 unp_freerights(struct filedescent **fdep, int fdcount) in unp_freerights()
3458 struct filedescent **fdep; in unp_externalize() local
3638 struct filedescent *fde, **fdep, *fdev; in unp_internalize() local
3968 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()
/freebsd/sys/compat/freebsd32/
H A Dfreebsd32_capability.c89 struct filedescent *fdep; in freebsd32_cap_ioctls_get() local
/freebsd/sys/sys/
H A Dcapsicum.h474 #define cap_rights_fde_inline(fdep) (&(fdep)->fde_rights) argument