Home
last modified time | relevance | path

Searched refs:cap_check (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/sys/
H A Dcapsicum.h438 int cap_check(const cap_rights_t *havep, const cap_rights_t *needp);
/freebsd/sys/kern/
H A Dsys_capability.c174 cap_check(const cap_rights_t *havep, const cap_rights_t *needp) in cap_check() function
H A Duipc_mqueue.c2386 error = cap_check(cap_rights(fdp, mqd), &cap_event_rights); in kern_kmq_notify()
H A Dvfs_syscalls.c3790 error = cap_check(&tond.ni_filecaps.fc_rights, in kern_renameat()
H A Dkern_descrip.c2895 error = cap_check(cap_rights_fde_inline(fde), needrightsp); in fget_cap_noref()