Home
last modified time | relevance | path

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

/f-stack/freebsd/sys/
H A Dcaprights.h75 extern cap_rights_t cap_fpathconf_rights;
/f-stack/freebsd/kern/
H A Dsubr_capability.c68 __read_mostly cap_rights_t cap_fpathconf_rights; variable
117 cap_rights_init_one(&cap_fpathconf_rights, CAP_FPATHCONF); in cap_rights_sysinit()
H A Dkern_descrip.c1615 error = fget(td, fd, &cap_fpathconf_rights, &fp); in kern_fpathconf()