Searched defs:gEfiShellProtocol (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellLib/
H A DUefiShellLib.c33 EFI_SHELL_PROTOCOL *gEfiShellProtocol; variable
189 (VOID **)&gEfiShellProtocol,
201 (VOID **)&gEfiShellProtocol
204 gEfiShellProtocol = NULL;
219 if (gEfiShellParametersProtocol == NULL || gEfiShellProtocol == NULL) {
245 (gEfiShellProtocol != NULL && gEfiShellParametersProtocol != NULL) ) {
246 if (gEfiShellProtocol != NULL) {
247 FileFunctionMap.GetFileInfo = gEfiShellProtocol->GetFileInfo;
248 FileFunctionMap.SetFileInfo = gEfiShellProtocol->SetFileInfo;
249 FileFunctionMap.ReadFile = gEfiShellProtocol
[all...]

Completed in 34 milliseconds