Searched refs:fget_unlocked_seq (Results 1 – 2 of 2) sorted by relevance
| /f-stack/freebsd/sys/ |
| H A D | filedesc.h | 276 int fget_unlocked_seq(struct filedesc *fdp, int fd, cap_rights_t *needrightsp,
|
| /f-stack/freebsd/kern/ |
| H A D | kern_descrip.c | 2921 error = fget_unlocked_seq(fdp, fd, needrightsp, &fp, &seq); in fget_cap() 3055 fget_unlocked_seq(struct filedesc *fdp, int fd, cap_rights_t *needrightsp, in fget_unlocked_seq() function 3190 return (fget_unlocked_seq(fdp, fd, needrightsp, fpp, NULL)); in fget_unlocked() 3341 error = fget_unlocked_seq(fdp, fd, rightsp, &fp, &seq); in fget_mmap() 3394 error = fget_unlocked_seq(fdp, fd, rightsp, &fp, &seq); in fget_fcntl()
|