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

/freebsd-12-stable/sys/kern/
H A Dsys_capability.c158 _cap_check(const cap_rights_t *havep, const cap_rights_t *needp, argument
162 if (!cap_rights_contains(havep, needp)) {
165 ktrcapfail(type, needp, havep);
176 cap_check(const cap_rights_t *havep, const cap_rights_t *needp) argument
179 return (_cap_check(havep, needp, CAPFAIL_NOTCAPABLE));
/freebsd-12-stable/sys/sys/
H A Dcapsicum.h406 int cap_check(const cap_rights_t *havep, const cap_rights_t *needp);

Completed in 106 milliseconds