Searched refs:needrightsp (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/sys/ |
H A D | filedesc.h | 284 int fget_cap_noref(struct filedesc *fdp, int fd, cap_rights_t *needrightsp, 286 int fget_cap(struct thread *td, int fd, cap_rights_t *needrightsp, 289 int fget_unlocked(struct thread *td, int fd, cap_rights_t *needrightsp, 292 int fget_only_user(struct filedesc *fdp, int fd, cap_rights_t *needrightsp,
|
H A D | file.h | 295 int fgetvp_rights(struct thread *td, int fd, cap_rights_t *needrightsp,
|
/freebsd/sys/kern/ |
H A D | kern_descrip.c | 112 cap_rights_t *needrightsp, struct file **fpp, seqc_t *seqp); 2879 fget_cap_noref(struct filedesc *fdp, int fd, cap_rights_t *needrightsp, in fget_cap_noref() argument 2895 error = cap_check(cap_rights_fde_inline(fde), needrightsp); in fget_cap_noref() 2912 fget_cap(struct thread *td, int fd, cap_rights_t *needrightsp, in fget_cap() argument 2922 error = fget_unlocked_seq(td, fd, needrightsp, &fp, &seq); in fget_cap() 2944 error = fget_cap_noref(fdp, fd, needrightsp, fpp, havecapsp); in fget_cap() 2952 fget_cap(struct thread *td, int fd, cap_rights_t *needrightsp, in fget_cap() argument 2956 error = fget_unlocked(td, fd, needrightsp, fpp); in fget_cap() 3223 fget_unlocked_seq(struct thread *td, int fd, cap_rights_t *needrightsp, in fget_unlocked_seq() argument 3250 error = cap_check_inline(&haverights, needrightsp); in fget_unlocked_seq() [all …]
|