Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/StdLibPrivateInternalFiles/Include/
Dkfile.h56 struct fileops;
84 const struct fileops *f_ops;
103 struct fileops { struct
142 …struct fileops Abstraction; ///< Pointers to functions implementing this device's ab… argument
166 int fdcreate (CHAR16 *, UINT32, UINT32, BOOLEAN, VOID *, const struct fileops *);
201 struct fileops {
218 const struct fileops *f_ops;
/device/linaro/bootloader/edk2/StdLib/Include/sys/
Dfile.h66 struct fileops { struct
95 extern struct fileops vnops;
/device/linaro/bootloader/edk2/StdLibPrivateInternalFiles/Include/Device/
DConsole.h31 …struct fileops Abstraction; ///< Pointers to functions implementing this device's ab…
/device/linaro/bootloader/edk2/StdLib/BsdSocketLib/
Dsocket.c24 const struct fileops SocketOperations = {
/device/linaro/bootloader/edk2/StdLib/LibC/Uefi/
DSysCalls.c155 const struct fileops *FileOps; in IsDupFd()