Home
last modified time | relevance | path

Searched refs:fnullop_flush (Results 1 – 4 of 4) sorted by relevance

/device/linaro/bootloader/edk2/StdLib/BsdSocketLib/
Dsocket.c34 fnullop_flush, // flush
/device/linaro/bootloader/edk2/StdLib/LibC/Uefi/Devices/Utility/
DDevGenisis.c43 int EFIAPI fnullop_flush (struct __filedes *filp) in fnullop_flush() function
/device/linaro/bootloader/edk2/StdLibPrivateInternalFiles/Include/
Dkfile.h174 int EFIAPI fnullop_flush (struct __filedes *filp);
/device/linaro/bootloader/edk2/StdLib/LibC/Uefi/Devices/UefiShell/
DdaShell.c819 Stream->Abstraction.fo_flush = &fnullop_flush; in __ctor_DevShell()