OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fo_stat
(Results
1 - 4
of
4
) sorted by null
/device/linaro/bootloader/edk2/StdLibPrivateInternalFiles/Include/
kfile.h
121
int (EFIAPI *
fo_stat
) (struct __filedes *filp, struct stat *StatBuf, void *Buf);
member in struct:fileops
207
int (*
fo_stat
) (struct file *, struct stat *, struct lwp *);
/device/linaro/bootloader/edk2/StdLib/LibC/Uefi/
SysCalls.c
[
all
...]
/device/linaro/bootloader/edk2/StdLib/LibC/Uefi/Devices/Console/
daConsole.c
752
Stream->Abstraction.
fo_stat
= &da_ConStat;
/device/linaro/bootloader/edk2/StdLib/LibC/Uefi/Devices/UefiShell/
daShell.c
820
Stream->Abstraction.
fo_stat
= &da_ShellStat;
Completed in 321 milliseconds