Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/sys/
HDcaprights.h77 extern cap_rights_t cap_futimes_rights;
/freebsd-13-stable/sys/kern/
HDsubr_capability.c70 __read_mostly cap_rights_t cap_futimes_rights; variable
119 cap_rights_init_one(&cap_futimes_rights, CAP_FUTIMES); in cap_rights_sysinit()
HDvfs_syscalls.c3277 &cap_futimes_rights, td); in kern_utimesat()
3351 error = getvnode(td, fd, &cap_futimes_rights, &fp); in kern_futimes()
3387 error = getvnode(td, fd, &cap_futimes_rights, &fp); in kern_futimens()
3427 pathseg, path, fd, &cap_futimes_rights, td); in kern_utimensat()