Searched refs:needrightsp (Results 1 - 3 of 3) sorted by last modified time

/freebsd-11-stable/sys/sys/
H A Dfiledesc.h193 int fget_cap_locked(struct filedesc *fdp, int fd, cap_rights_t *needrightsp,
195 int fget_cap(struct thread *td, int fd, cap_rights_t *needrightsp,
199 int fget_unlocked(struct filedesc *fdp, int fd, cap_rights_t *needrightsp,
H A Dfile.h263 int fgetvp_rights(struct thread *td, int fd, cap_rights_t *needrightsp,
/freebsd-11-stable/sys/kern/
H A Dkern_descrip.c2463 fget_cap_locked(struct filedesc *fdp, int fd, cap_rights_t *needrightsp, argument
2478 error = cap_check(cap_rights_fde(fde), needrightsp);
2494 fget_cap(struct thread *td, int fd, cap_rights_t *needrightsp, argument
2500 error = fget_unlocked(fdp, fd, needrightsp, fpp, NULL);
2508 error = fget_unlocked(fdp, fd, needrightsp, &fp, &seq);
2530 error = fget_cap_locked(fdp, fd, needrightsp, fpp, havecapsp);
2539 fget_unlocked(struct filedesc *fdp, int fd, cap_rights_t *needrightsp, argument
2579 error = cap_check(&haverights, needrightsp);
2633 cap_rights_t *needrightsp, seq_t *seqp)
2641 error = fget_unlocked(fdp, fd, needrightsp,
2632 _fget(struct thread *td, int fd, struct file **fpp, int flags, cap_rights_t *needrightsp, seq_t *seqp) argument
2772 _fgetvp(struct thread *td, int fd, int flags, cap_rights_t *needrightsp, struct vnode **vpp) argument
2801 fgetvp_rights(struct thread *td, int fd, cap_rights_t *needrightsp, struct filecaps *havecaps, struct vnode **vpp) argument
[all...]

Completed in 113 milliseconds