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

/freebsd-10.3-release/sys/sys/
H A Dcaprights.h52 struct cap_rights { struct
58 typedef struct cap_rights cap_rights_t;
H A Dtypes.h237 struct cap_rights;
239 typedef struct cap_rights cap_rights_t;
H A Dcapsicum.h362 cap_rights_t *cap_rights(struct filedesc *fdp, int fd);
/freebsd-10.3-release/sys/kern/
H A Dsys_capability.c211 cap_rights(struct filedesc *fdp, int fd) function
267 error = _cap_check(cap_rights(fdp, fd), &rights, CAPFAIL_INCREASE);
305 rights = *cap_rights(fdp, fd);
H A Dsys_generic.c1474 cap_check(cap_rights(fdp, fd->fd),
1549 cap_check(cap_rights(fdp, fds->fd),
H A Dkern_descrip.c2606 error = cap_check(cap_rights(fdp, fd), needrightsp);
3498 rights = *cap_rights(fdp, i);
H A Duipc_mqueue.c2399 error = cap_check(cap_rights(fdp, mqd),
/freebsd-10.3-release/lib/libprocstat/
H A Dlibprocstat.c815 cap_rights_t cap_rights; local
856 cap_rights = kif->kf_cap_rights;
862 refcount, offset, path, &cap_rights);

Completed in 111 milliseconds