Searched refs:fget_unlocked (Results 1 – 8 of 8) sorted by relevance
| /freebsd/sys/compat/linuxkpi/common/include/linux/ |
| H A D | file.h | 59 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 D | linux_eventfd.c | 43 if (fget_unlocked(curthread, fd, &cap_no_rights, &fp) != 0) in lkpi_eventfd_ctx_fdget()
|
| /freebsd/sys/kern/ |
| H A D | kern_descrip.c | 737 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 D | sys_generic.c | 1461 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 D | uipc_syscalls.c | 114 error = fget_unlocked(td, fd, rightsp, &fp); in getsock()
|
| /freebsd/sys/compat/linux/ |
| H A D | linux.c | 570 error = fget_unlocked(td, fd, &cap_no_rights, &fp); in linux_to_bsd_poll_events()
|
| H A D | linux_socket.c | 2796 error = fget_unlocked(td, out, &cap_no_rights, &ofp); in linux_sendfile_common()
|
| /freebsd/sys/sys/ |
| H A D | filedesc.h | 295 int fget_unlocked(struct thread *td, int fd,
|