Symbol: cap_rights
lib/libprocstat/libprocstat.c
866
cap_rights_t cap_rights;
lib/libprocstat/libprocstat.c
905
cap_rights = kif->kf_cap_rights;
lib/libprocstat/libprocstat.c
911
refcount, offset, path, &cap_rights);
lib/libsysdecode/tests/sysdecode_test.c
149
ATF_TP_ADD_TC(tp, cap_rights);
lib/libsysdecode/tests/sysdecode_test.c
85
ATF_TC_WITHOUT_HEAD(cap_rights);
lib/libsysdecode/tests/sysdecode_test.c
86
ATF_TC_BODY(cap_rights, tc)
sys/bsm/audit_record.h
195
struct cap_rights;
sys/bsm/audit_record.h
197
typedef struct cap_rights cap_rights_t;
sys/kern/kern_descrip.c
3736
fdrights = *cap_rights(fdp, fd);
sys/kern/kern_descrip.c
4967
rights = *cap_rights(fdp, i);
sys/kern/sys_capability.c
245
error = _cap_check(cap_rights(fdp, fd), rights, CAPFAIL_INCREASE);
sys/kern/sys_capability.c
329
rights = *cap_rights(fdp, fd);
sys/kern/uipc_mqueue.c
2388
error = cap_check(cap_rights(fdp, mqd), &cap_event_rights);
sys/sys/caprights.h
57
typedef struct cap_rights cap_rights_t;
sys/sys/capsicum.h
384
#define CAP_RIGHTS_INITIALIZER2(r1, r2) ((struct cap_rights){ \
sys/sys/capsicum.h
477
const cap_rights_t *cap_rights(struct filedesc *fdp, int fd);
sys/sys/ktrace.h
222
cap_rights_t cap_rights[2];
sys/sys/ktrace.h
223
#define cap_needed cap_rights[0]
sys/sys/ktrace.h
224
#define cap_held cap_rights[1]
sys/sys/sockopt.h
38
struct cap_rights;
sys/sys/sockopt.h
54
const struct cap_rights *sopt_rights; /* Capsicum rights for the fd */
sys/sys/types.h
247
struct cap_rights;
sys/sys/types.h
249
typedef struct cap_rights cap_rights_t;
tools/build/cross-build/include/common/sys/types.h
66
struct cap_rights;
tools/build/cross-build/include/common/sys/types.h
68
typedef struct cap_rights cap_rights_t;