Home
last modified time | relevance | path

Searched refs:fo_close (Results 1 – 5 of 5) sorted by relevance

/device/linaro/bootloader/edk2/StdLibPrivateInternalFiles/Include/
Dkfile.h110 int (EFIAPI *fo_close) (struct __filedes *filp);
208 int (*fo_close) (struct file *, struct lwp *);
/device/linaro/bootloader/edk2/StdLib/Include/sys/
Dfile.h76 int (*fo_close) __P((struct file *fp, struct proc *p)); member
/device/linaro/bootloader/edk2/StdLib/LibC/Uefi/Devices/Console/
DdaConsole.c749 Stream->Abstraction.fo_close = &da_ConClose; in __Cons_construct()
/device/linaro/bootloader/edk2/StdLib/LibC/Uefi/Devices/UefiShell/
DdaShell.c814 Stream->Abstraction.fo_close = &da_ShellClose; in __ctor_DevShell()
/device/linaro/bootloader/edk2/StdLib/LibC/Uefi/
DSysCalls.c205 retval = Fp->f_ops->fo_close( Fp); in _closeX()