Home
last modified time | relevance | path

Searched refs:cap_fpathconf_rights (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/sys/
H A Dcaprights.h72 extern cap_rights_t cap_fpathconf_rights;
/freebsd/sys/kern/
H A Dsubr_capability.c65 __read_mostly cap_rights_t cap_fpathconf_rights; variable
114 cap_rights_init_one(&cap_fpathconf_rights, CAP_FPATHCONF); in cap_rights_sysinit()
H A Dkern_descrip.c1695 error = fget(td, fd, &cap_fpathconf_rights, &fp); in kern_fpathconf()