Searched defs:needrightsp (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/kern/ |
H A D | kern_descrip.c | 2879 fget_cap_noref(struct filedesc *fdp, int fd, cap_rights_t *needrightsp, in fget_cap_noref() 2912 fget_cap(struct thread *td, int fd, cap_rights_t *needrightsp, in fget_cap() 2952 fget_cap(struct thread *td, int fd, cap_rights_t *needrightsp, in fget_cap() 3223 fget_unlocked_seq(struct thread *td, int fd, cap_rights_t *needrightsp, in fget_unlocked_seq() 3279 fget_unlocked_seq(struct thread *td, int fd, cap_rights_t *needrightsp, in fget_unlocked_seq() 3322 fget_unlocked(struct thread *td, int fd, cap_rights_t *needrightsp, in fget_unlocked() 3391 fget_only_user(struct filedesc *fdp, int fd, cap_rights_t *needrightsp, in fget_only_user() 3421 fget_only_user(struct filedesc *fdp, int fd, cap_rights_t *needrightsp, in fget_only_user() 3457 cap_rights_t *needrightsp) in _fget() 3607 _fgetvp(struct thread *td, int fd, int flags, cap_rights_t *needrightsp, in _fgetvp() [all …]
|