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.c2423 unp_freerights(struct filedescent **fdep, int fdcount) in unp_freerights() argument
2446 struct filedescent **fdep; in unp_externalize() local
2622 struct filedescent *fde, **fdep, *fdev; unp_internalize() local
2993 unp_remove_dead_ref(struct filedescent ** fdep,int fdcount) unp_remove_dead_ref() argument
3017 unp_restore_undead_ref(struct filedescent ** fdep,int fdcount) unp_restore_undead_ref() argument
[all...]
/freebsd/sys/compat/freebsd32/
H A Dfreebsd32_capability.c89 struct filedescent *fdep; in freebsd32_cap_ioctls_get() local
/freebsd/sys/sys/
H A Dcapsicum.h452 #define cap_rights_fde_inline(fdep) (&(fdep)->fde_rights) argument