Searched refs:fget_unlocked_seq (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/kern/ |
H A D | kern_descrip.c | 111 static int fget_unlocked_seq(struct thread *td, int fd, 2922 error = fget_unlocked_seq(td, fd, needrightsp, &fp, &seq); in fget_cap() 3223 fget_unlocked_seq(struct thread *td, int fd, cap_rights_t *needrightsp, in fget_unlocked_seq() function 3279 fget_unlocked_seq(struct thread *td, int fd, cap_rights_t *needrightsp, in fget_unlocked_seq() function 3377 return (fget_unlocked_seq(td, fd, needrightsp, fpp, NULL)); in fget_unlocked() 3529 error = fget_unlocked_seq(td, fd, rightsp, &fp, &seq); in fget_mmap() 3582 error = fget_unlocked_seq(td, fd, rightsp, &fp, &seq); in fget_fcntl()
|