Home
last modified time | relevance | path

Searched refs:fget_unlocked_flags (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/sys/
H A Dfiledesc.h297 int fget_unlocked_flags(struct thread *td, int fd,
/freebsd/sys/kern/
H A Dkern_descrip.c3150 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 Dvfs_syscalls.c4489 error = fget_unlocked_flags(td, fd, rightsp, flagsp, &fp); in getvnode_path()