Searched refs:fo_close (Results 1 – 5 of 5) sorted by relevance
110 int (EFIAPI *fo_close) (struct __filedes *filp);208 int (*fo_close) (struct file *, struct lwp *);
76 int (*fo_close) __P((struct file *fp, struct proc *p)); member
749 Stream->Abstraction.fo_close = &da_ConClose; in __Cons_construct()
814 Stream->Abstraction.fo_close = &da_ShellClose; in __ctor_DevShell()
205 retval = Fp->f_ops->fo_close( Fp); in _closeX()