Home
last modified time | relevance | path

Searched refs:_fdrop (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/sys/
H A Dfile.h255 int _fdrop(struct file *fp, struct thread *td);
298 _error = _fdrop(_fp, td); \
309 _error = _fdrop(_fp, td); \
/f-stack/freebsd/kern/
H A Dkern_descrip.c2052 _fdrop(fp, td); in falloc_abort()
3510 _fdrop(struct file *fp, struct thread *td) in _fdrop() function