Searched refs:cap_rights_remove (Results 1 – 8 of 8) sorted by relevance
/freebsd/lib/libc/capability/ |
H A D | Symbol.map | 8 cap_rights_remove;
|
H A D | Makefile.inc | 15 MLINKS+=cap_rights_init.3 cap_rights_remove.3
|
/freebsd/contrib/capsicum-test/ |
H A D | capsicum-rights.h | 107 inline cap_rights_t* cap_rights_remove(cap_rights_t *dst, const cap_rights_t *src) { in cap_rights_remove() function
|
/freebsd/tests/sys/capsicum/ |
H A D | bindat_connectat.c | 189 cap_rights_remove(rights, sub_rights)) >= 0); in check_3()
|
/freebsd/sys/sys/ |
H A D | capsicum.h | 343 cap_rights_t *cap_rights_remove(cap_rights_t *dst, const cap_rights_t *src);
|
/freebsd/sys/kern/ |
H A D | subr_capability.c | 380 cap_rights_remove(cap_rights_t *dst, const cap_rights_t *src) in cap_rights_remove() function
|
/freebsd/tests/sys/kern/ |
H A D | socket_splice.c | 312 cap_rights_remove(&rights, toremove); in remove_rights()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_common_interceptors.inc | 8502 INTERCEPTOR(__sanitizer_cap_rights *, cap_rights_remove, 8505 COMMON_INTERCEPTOR_ENTER(ctx, cap_rights_remove, dst, src); 8509 __sanitizer_cap_rights *ret = REAL(cap_rights_remove)(dst, src); 8554 COMMON_INTERCEPT_FUNCTION(cap_rights_remove); \
|