Home
last modified time | relevance | path

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

/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dfile.h59 if (fget_unlocked(curthread, fd, &cap_no_rights, &file) != 0) in linux_fget()
94 if (fget_unlocked(curthread, fd, &cap_no_rights, &file) != 0) { in put_unused_fd()
113 if (fget_unlocked(curthread, fd, &cap_no_rights, &file) != 0) { in fd_install()
/freebsd/sys/compat/linuxkpi/common/src/
H A Dlinux_eventfd.c43 if (fget_unlocked(curthread, fd, &cap_no_rights, &fp) != 0) in lkpi_eventfd_ctx_fdget()
/freebsd/sys/kern/
H A Dkern_descrip.c737 error = fget_unlocked(td, fd, &cap_flock_rights, &fp); in kern_fcntl()
824 error = fget_unlocked(td, fd, &cap_no_rights, &fp2); in kern_fcntl()
842 error = fget_unlocked(td, fd, &cap_flock_rights, &fp); in kern_fcntl()
876 error = fget_unlocked(td, fd, &cap_no_rights, &fp); in kern_fcntl()
884 error = fget_unlocked(td, fd, &cap_no_rights, &fp); in kern_fcntl()
898 error = fget_unlocked(td, fd, &cap_no_rights, &fp); in kern_fcntl()
949 error = fget_unlocked(td, fd, &cap_no_rights, &fp); in kern_fcntl()
3166 return (fget_unlocked(td, fd, &cap_no_rights, fpp)); in fget_remote()
3601 fget_unlocked(struct thread *td, int fd, const cap_rights_t *needrightsp, in fget_unlocked() function
3690 error = fget_unlocked(td, fd, needrightsp, &fp); in _fget()
[all …]
H A Dsys_generic.c1461 error = fget_unlocked(td, fd, &cap_event_rights, &fp); in selrescan()
1507 error = fget_unlocked(td, fd, &cap_event_rights, &fp); in selscan()
1725 error = fget_unlocked(td, fd->fd, &cap_event_rights, &fp); in pollrescan()
1788 error = fget_unlocked(td, fds->fd, &cap_event_rights, &fp); in pollscan()
H A Duipc_syscalls.c114 error = fget_unlocked(td, fd, rightsp, &fp); in getsock()
/freebsd/sys/compat/linux/
H A Dlinux.c570 error = fget_unlocked(td, fd, &cap_no_rights, &fp); in linux_to_bsd_poll_events()
H A Dlinux_socket.c2796 error = fget_unlocked(td, out, &cap_no_rights, &ofp); in linux_sendfile_common()
/freebsd/sys/sys/
H A Dfiledesc.h295 int fget_unlocked(struct thread *td, int fd,