Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dsys_capability.c219 cap_rights_fde(const struct filedescent *fdep) in cap_rights_fde()
236 struct filedescent *fdep; in kern_cap_rights_limit() local
362 struct filedescent *fdep; in cap_ioctl_check() local
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() local
491 struct filedescent *fdep; in sys_cap_ioctls_get() local
552 cap_fcntl_check_fde(struct filedescent *fdep, int cmd) in cap_fcntl_check_fde()
580 struct filedescent *fdep; in sys_cap_fcntls_limit() local
619 struct filedescent *fdep; in sys_cap_fcntls_get() local
H A Duipc_usrreq.c1987 unp_freerights(struct filedescent **fdep, int fdcount) in unp_freerights()
2010 struct filedescent **fdep; in unp_externalize() local
2201 struct filedescent *fde, **fdep, *fdev; in unp_internalize() local
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()
/f-stack/freebsd/sys/
H A Dcapsicum.h445 #define cap_rights_fde_inline(fdep) (&(fdep)->fde_rights) argument