Home
last modified time | relevance | path

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

/f-stack/freebsd/sys/
H A Dfiledesc.h231 int closef(struct file *fp, struct thread *td);
/f-stack/freebsd/kern/
H A Dkern_descrip.c1273 error = closef(fp, td); in closefp_impl()
2549 (void) closef(fp, td); in fdescfree_fds()
2669 (void) closef(fp, td); in fdsetugidsafety()
2770 closef(struct file *fp, struct thread *td) in closef() function