Searched refs:fget_unlocked (Results 1 – 6 of 6) sorted by relevance
| /freebsd-12-stable/sys/compat/linuxkpi/common/include/linux/ |
| D | file.h | 56 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/ |
| D | kern_descrip.c | 622 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()
|
| D | sys_generic.c | 1211 return (fget_unlocked(fdp, fd, &cap_event_rights, fpp, NULL)); in getselfd_cap()
|
| D | tty.c | 2078 error = fget_unlocked(fdp, fd, cap_rights_init(&rights, CAP_TTYHOOK), in ttyhook_register()
|
| D | vfs_syscalls.c | 4145 error = fget_unlocked(td->td_proc->p_fd, fd, rightsp, &fp, NULL); in getvnode()
|
| /freebsd-12-stable/sys/sys/ |
| D | filedesc.h | 201 int fget_unlocked(struct filedesc *fdp, int fd, cap_rights_t *needrightsp,
|