Searched refs:EFI_FILE_PROTOCOL (Results 1 - 13 of 13) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Application/Shell/
H A DFileHandleWrappers.h2 EFI_FILE_PROTOCOL wrappers for other items (Like Environment Variables, StdIn, StdOut, StdErr, etc...)
31 extern EFI_FILE_PROTOCOL FileInterfaceStdIn;
36 extern EFI_FILE_PROTOCOL FileInterfaceStdOut;
41 extern EFI_FILE_PROTOCOL FileInterfaceStdErr;
46 extern EFI_FILE_PROTOCOL FileInterfaceNulFile;
49 Creates a EFI_FILE_PROTOCOL (almost) object for using to access
55 @return other a pointer to an EFI_FILE_PROTOCOL structure
57 EFI_FILE_PROTOCOL*
64 Creates a EFI_FILE_PROTOCOL (almost) object for using to access
70 @return other a pointer to an EFI_FILE_PROTOCOL structur
[all...]
H A DFileHandleWrappers.c2 EFI_FILE_PROTOCOL wrappers for other items (Like Environment Variables,
33 IN EFI_FILE_PROTOCOL *This,
34 OUT EFI_FILE_PROTOCOL **NewHandle,
53 IN EFI_FILE_PROTOCOL *This
70 IN EFI_FILE_PROTOCOL *This,
88 IN EFI_FILE_PROTOCOL *This,
108 IN EFI_FILE_PROTOCOL *This,
130 IN EFI_FILE_PROTOCOL *This,
144 @param[in] This The pointer to the EFI_FILE_PROTOCOL object.
154 IN EFI_FILE_PROTOCOL *Thi
[all...]
H A DShellProtocol.c873 EFI_FILE_PROTOCOL *RealFileHandle;
996 EFI_FILE_PROTOCOL *Handle1;
997 EFI_FILE_PROTOCOL *Handle2;
1138 described in EFI_FILE_PROTOCOL.Open().
H A DShellParametersProtocol.c1101 if (TempHandle == NULL || ((EFI_FILE_PROTOCOL*)TempHandle)->Read(TempHandle, &Size, NULL) != EFI_BUFFER_TOO_SMALL) {
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Protocol/
H A DSimpleFileSystem.h31 typedef struct _EFI_FILE_PROTOCOL EFI_FILE_PROTOCOL; typedef in typeref:struct:_EFI_FILE_PROTOCOL
43 typedef EFI_FILE_PROTOCOL EFI_FILE;
69 OUT EFI_FILE_PROTOCOL **Root
92 @param This A pointer to the EFI_FILE_PROTOCOL instance that is the file
122 IN EFI_FILE_PROTOCOL *This,
123 OUT EFI_FILE_PROTOCOL **NewHandle,
150 @param This A pointer to the EFI_FILE_PROTOCOL instance that is the file
159 IN EFI_FILE_PROTOCOL *This
165 @param This A pointer to the EFI_FILE_PROTOCOL instance that is the
175 IN EFI_FILE_PROTOCOL *Thi
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Include/Protocol/
H A DEfiShellInterface.h77 EFI_FILE_PROTOCOL *StdIn;
78 EFI_FILE_PROTOCOL *StdOut;
79 EFI_FILE_PROTOCOL *StdErr;
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellCommandLib/
H A DUefiShellCommandLib.h62 EFI_FILE_PROTOCOL *FileHandle;
H A DUefiShellCommandLib.c1145 Converts a SHELL_FILE_HANDLE to an EFI_FILE_PROTOCOL*.
1149 @return a EFI_FILE_PROTOCOL* representing the same file.
1151 EFI_FILE_PROTOCOL*
1157 return ((EFI_FILE_PROTOCOL*)(Handle));
1161 Converts a EFI_FILE_PROTOCOL* to an SHELL_FILE_HANDLE.
1163 @param[in] Handle The pointer to EFI_FILE_PROTOCOL to convert.
1172 IN CONST EFI_FILE_PROTOCOL *Handle,
1188 Buffer->FileHandle = (EFI_FILE_PROTOCOL*)Handle;
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Include/Library/
H A DShellCommandLib.h589 Converts a SHELL_FILE_HANDLE to an EFI_FILE_PROTOCOL*.
593 @return a EFI_FILE_PROTOCOL* representing the same file.
595 EFI_FILE_PROTOCOL*
616 Converts a EFI_FILE_PROTOCOL* to an SHELL_FILE_HANDLE.
618 @param[in] Handle The pointer to EFI_FILE_PROTOCOL to convert.
626 IN CONST EFI_FILE_PROTOCOL *Handle,
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellLevel2CommandsLib/
H A DVol.c41 EFI_FILE_PROTOCOL *EfiFpHandle;
H A DLs.c58 EFI_FILE_PROTOCOL *EfiFpHandle;
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/
H A DSecureBootConfigFileExplorer.c494 EFI_FILE_PROTOCOL *Handle1;
495 EFI_FILE_PROTOCOL *Handle2;
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellLib/
H A DUefiShellLib.c487 EFI_FILE_PROTOCOL *Handle1;
488 EFI_FILE_PROTOCOL *Handle2;
1564 ((EFI_FILE_PROTOCOL*)((EFI_SHELL_FILE_INFO_NO_CONST*)Node)->Handle)->Close(((EFI_SHELL_FILE_INFO_NO_CONST*)Node)->Handle);

Completed in 1465 milliseconds