Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/kern/
Dsys_capability.c208 cap_rights_fde(const struct filedescent *fdep) in cap_rights_fde()
225 struct filedescent *fdep; in kern_cap_rights_limit() local
351 struct filedescent *fdep; in cap_ioctl_check() local
380 cap_ioctl_limit_check(struct filedescent *fdep, const u_long *cmds, in cap_ioctl_limit_check()
411 struct filedescent *fdep; in kern_cap_ioctls_limit() local
480 struct filedescent *fdep; in sys_cap_ioctls_get() local
541 cap_fcntl_check_fde(struct filedescent *fdep, int cmd) in cap_fcntl_check_fde()
569 struct filedescent *fdep; in sys_cap_fcntls_limit() local
608 struct filedescent *fdep; in sys_cap_fcntls_get() local
Duipc_usrreq.c1956 unp_freerights(struct filedescent **fdep, int fdcount) in unp_freerights()
1979 struct filedescent **fdep; in unp_externalize() local
2170 struct filedescent *fde, **fdep, *fdev; in unp_internalize() local
2506 unp_accessable(struct filedescent **fdep, int fdcount) in unp_accessable()
/freebsd-12-stable/sys/compat/freebsd32/
Dfreebsd32_capability.c92 struct filedescent *fdep; in freebsd32_cap_ioctls_get() local
/freebsd-12-stable/usr.sbin/portsnap/make_index/
Dmake_index.c57 DEP * fdep; member
/freebsd-12-stable/sys/sys/
Dcapsicum.h420 #define cap_rights_fde_inline(fdep) (&(fdep)->fde_rights) argument