Home
last modified time | relevance | path

Searched refs:cap_check_failed_notcapable (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/sys/
H A Dcapsicum.h392 int cap_check_failed_notcapable(const cap_rights_t *havep,
400 return (cap_check_failed_notcapable(havep, needp)); in cap_check_inline()
/freebsd/sys/kern/
H A Dsys_capability.c181 cap_check_failed_notcapable(const cap_rights_t *havep, const cap_rights_t *needp) in cap_check_failed_notcapable() function