Searched refs:cap_rights (Results 1 - 10 of 10) sorted by relevance

/freebsd-13-stable/tools/build/cross-build/include/common/sys/
H A Dtypes.h68 struct cap_rights;
70 typedef struct cap_rights cap_rights_t;
/freebsd-13-stable/sys/sys/
H A Dcaprights.h54 struct cap_rights { struct
60 typedef struct cap_rights cap_rights_t;
H A Dtypes.h249 struct cap_rights;
251 typedef struct cap_rights cap_rights_t;
H A Dcapsicum.h448 const cap_rights_t *cap_rights(struct filedesc *fdp, int fd);
/freebsd-13-stable/sys/kern/
H A Dsys_capability.c226 cap_rights(struct filedesc *fdp, int fd) function
248 error = _cap_check(cap_rights(fdp, fd), rights, CAPFAIL_INCREASE);
332 rights = *cap_rights(fdp, fd);
H A Dkern_descrip.c3368 fdrights = *cap_rights(fdp, fd);
4450 rights = *cap_rights(fdp, i);
H A Duipc_mqueue.c2360 error = cap_check(cap_rights(fdp, mqd), &cap_event_rights);
/freebsd-13-stable/contrib/openbsm/sys/bsm/
H A Daudit_record.h190 struct cap_rights;
192 typedef struct cap_rights cap_rights_t;
/freebsd-13-stable/sys/bsm/
H A Daudit_record.h197 struct cap_rights;
199 typedef struct cap_rights cap_rights_t;
/freebsd-13-stable/lib/libprocstat/
H A Dlibprocstat.c868 cap_rights_t cap_rights; local
909 cap_rights = kif->kf_cap_rights;
915 refcount, offset, path, &cap_rights);

Completed in 261 milliseconds