Home
last modified time | relevance | path

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

/dragonfly/sys/sys/
H A Dfiledesc.h174 int closef (struct file *fp, struct proc *p);
/dragonfly/sys/kern/
H A Dkern_descrip.c1168 closef(delfp, p); in kern_dup()
1455 error = closef(fp, p); in kern_close()
2016 closef(fp, p); in fdrevoke_proc_callback()
2642 closef(fp, p); in fdfree()
2848 closef(fp, p); in setugidsafety()
2888 closef(fp, p); in fdcloseexec()
2956 closef(struct file *fp, struct proc *p) in closef() function
/dragonfly/sys/vfs/nfs/
H A Dnfs_syscalls.c896 closef(fp, NULL); in nfsrv_slpderef()