Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/kern/
HDsys_capability.c154 _cap_check(const cap_rights_t *havep, const cap_rights_t *needp, in _cap_check() argument
158 if (!cap_rights_contains(havep, needp)) { in _cap_check()
161 ktrcapfail(type, needp, havep); in _cap_check()
172 cap_check(const cap_rights_t *havep, const cap_rights_t *needp) in cap_check() argument
175 return (_cap_check(havep, needp, CAPFAIL_NOTCAPABLE)); in cap_check()
/freebsd-11-stable/sys/sys/
HDcapsicum.h354 int cap_check(const cap_rights_t *havep, const cap_rights_t *needp);