Lines Matching refs:fget_unlocked
729 error = fget_unlocked(td, fd, &cap_flock_rights, &fp); in kern_fcntl()
816 error = fget_unlocked(td, fd, &cap_no_rights, &fp2); in kern_fcntl()
834 error = fget_unlocked(td, fd, &cap_flock_rights, &fp); in kern_fcntl()
868 error = fget_unlocked(td, fd, &cap_no_rights, &fp); in kern_fcntl()
876 error = fget_unlocked(td, fd, &cap_no_rights, &fp); in kern_fcntl()
890 error = fget_unlocked(td, fd, &cap_no_rights, &fp); in kern_fcntl()
941 error = fget_unlocked(td, fd, &cap_no_rights, &fp); in kern_fcntl()
3086 return (fget_unlocked(td, fd, &cap_no_rights, fpp)); in fget_remote()
3521 fget_unlocked(struct thread *td, int fd, const cap_rights_t *needrightsp, in fget_unlocked() function
3610 error = fget_unlocked(td, fd, needrightsp, &fp); in _fget()
3721 return (fget_unlocked(td, fd, rightsp, fpp)); in fget_fcntl()