OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fo_fcntl
(Results
1 - 3
of
3
) sorted by null
/device/linaro/bootloader/edk2/StdLibPrivateInternalFiles/Include/
kfile.h
116
int (EFIAPI *
fo_fcntl
) (struct __filedes *filp, UINT32 Cmd, void *p3, void *p4);
member in struct:fileops
205
int (*
fo_fcntl
) (struct file *, u_int, void *, struct lwp *);
/device/linaro/bootloader/edk2/StdLib/LibC/Uefi/Devices/Console/
daConsole.c
754
Stream->Abstraction.
fo_fcntl
= &fnullop_fcntl;
/device/linaro/bootloader/edk2/StdLib/LibC/Uefi/Devices/UefiShell/
daShell.c
817
Stream->Abstraction.
fo_fcntl
= &fnullop_fcntl;
Completed in 6574 milliseconds