Home
last modified time | relevance | path

Searched refs:fget_unlocked (Results 1 – 6 of 6) sorted by relevance

/freebsd-12-stable/sys/compat/linuxkpi/common/include/linux/
Dfile.h56 if (fget_unlocked(curthread->td_proc->p_fd, fd, in linux_fget()
92 if (fget_unlocked(curthread->td_proc->p_fd, fd, in put_unused_fd()
112 if (fget_unlocked(curthread->td_proc->p_fd, fd, in fd_install()
/freebsd-12-stable/sys/kern/
Dkern_descrip.c622 error = fget_unlocked(fdp, fd, &cap_flock_rights, &fp, NULL); in kern_fcntl()
709 error = fget_unlocked(fdp, fd, &cap_no_rights, &fp2, NULL); in kern_fcntl()
727 error = fget_unlocked(fdp, fd, &cap_flock_rights, &fp, NULL); in kern_fcntl()
764 error = fget_unlocked(fdp, fd, &cap_no_rights, &fp, NULL); in kern_fcntl()
2676 error = fget_unlocked(fdp, fd, needrightsp, fpp, NULL); in fget_cap()
2684 error = fget_unlocked(fdp, fd, needrightsp, &fp, &seq); in fget_cap()
2715 fget_unlocked(struct filedesc *fdp, int fd, cap_rights_t *needrightsp, in fget_unlocked() function
2822 error = fget_unlocked(fdp, fd, needrightsp, &fp, seqp); in _fget()
2922 return (fget_unlocked(fdp, fd, rightsp, fpp, NULL)); in fget_fcntl()
2929 error = fget_unlocked(fdp, fd, rightsp, fpp, &seq); in fget_fcntl()
Dsys_generic.c1211 return (fget_unlocked(fdp, fd, &cap_event_rights, fpp, NULL)); in getselfd_cap()
Dtty.c2078 error = fget_unlocked(fdp, fd, cap_rights_init(&rights, CAP_TTYHOOK), in ttyhook_register()
Dvfs_syscalls.c4145 error = fget_unlocked(td->td_proc->p_fd, fd, rightsp, &fp, NULL); in getvnode()
/freebsd-12-stable/sys/sys/
Dfiledesc.h201 int fget_unlocked(struct filedesc *fdp, int fd, cap_rights_t *needrightsp,