Searched refs:fget_unlocked_flags (Results 1 – 3 of 3) sorted by relevance
| /freebsd/sys/sys/ |
| H A D | filedesc.h | 297 int fget_unlocked_flags(struct thread *td, int fd,
|
| /freebsd/sys/kern/ |
| H A D | kern_descrip.c | 3150 error = fget_unlocked_flags(td, fd, needrightsp, flagsp, fpp); in fget_cap() 3537 fget_unlocked_flags(struct thread *td, int fd, const cap_rights_t *needrightsp, in fget_unlocked_flags() function 3604 return (fget_unlocked_flags(td, fd, needrightsp, NULL, fpp)); in fget_unlocked()
|
| H A D | vfs_syscalls.c | 4489 error = fget_unlocked_flags(td, fd, rightsp, flagsp, &fp); in getvnode_path()
|