Searched defs:needrightsp (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/kern/ |
H A D | kern_descrip.c | 2920 fget_cap_noref(struct filedesc *fdp, int fd, const cap_rights_t *needrightsp, in fget_cap_noref() 2953 fget_cap(struct thread *td, int fd, const cap_rights_t *needrightsp, in fget_cap() 2994 fget_cap(struct thread *td, int fd, const cap_rights_t *needrightsp, in fget_cap() 3279 fget_unlocked_seq(struct thread *td, int fd, const cap_rights_t *needrightsp, in fget_unlocked_seq() 3338 fget_unlocked_seq(struct thread *td, int fd, const cap_rights_t *needrightsp, in fget_unlocked_seq() 3385 fget_unlocked_flags(struct thread *td, int fd, const cap_rights_t *needrightsp, in fget_unlocked_flags() 3449 fget_unlocked(struct thread *td, int fd, const cap_rights_t *needrightsp, in fget_unlocked() 3466 fget_only_user(struct filedesc *fdp, int fd, const cap_rights_t *needrightsp, in fget_only_user() 3496 fget_only_user(struct filedesc *fdp, int fd, const cap_rights_t *needrightsp, in fget_only_user() 3532 const cap_rights_t *needrightsp) in _fget() [all …]
|
H A D | vfs_inotify.c | 858 fget_inotify(struct thread *td, int fd, const cap_rights_t *needrightsp, in fget_inotify()
|