Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/StdLib/BsdSocketLib/
Dsocket.c32 fnullop_fcntl, // fcntl
/device/linaro/bootloader/edk2/StdLib/LibC/Uefi/Devices/Utility/
DDevGenisis.c35 int EFIAPI fnullop_fcntl (struct __filedes *filp, UINT32 Cmd, void *p3, void *p4) in fnullop_fcntl() function
/device/linaro/bootloader/edk2/StdLibPrivateInternalFiles/Include/
Dkfile.h172 int EFIAPI fnullop_fcntl (struct __filedes *filp, UINT32 Cmd, void *p3, void *p4);
/device/linaro/bootloader/edk2/StdLib/LibC/Uefi/Devices/Console/
DdaConsole.c754 Stream->Abstraction.fo_fcntl = &fnullop_fcntl; in __Cons_construct()
/device/linaro/bootloader/edk2/StdLib/LibC/Uefi/Devices/UefiShell/
DdaShell.c817 Stream->Abstraction.fo_fcntl = &fnullop_fcntl; in __ctor_DevShell()