Searched refs:NewEfiShellProtocol (Results 1 - 7 of 7) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Application/Shell/
H A DConsoleWrappers.c56 ShellInfoObject.NewEfiShellProtocol->GetFilePosition(((SHELL_EFI_SIMPLE_TEXT_INPUT_PROTOCOL *)Context)->FileHandle, &Position);
57 ShellInfoObject.NewEfiShellProtocol->GetFileSize (((SHELL_EFI_SIMPLE_TEXT_INPUT_PROTOCOL *)Context)->FileHandle, &Size );
102 return (ShellInfoObject.NewEfiShellProtocol->ReadFile(
383 return (ShellInfoObject.NewEfiShellProtocol->WriteFile(
H A DShell.c253 Status = CreatePopulateInstallShellProtocol(&ShellInfoObject.NewEfiShellProtocol);
255 ASSERT(ShellInfoObject.NewEfiShellProtocol != NULL);
334 UnicodeSPrint(TempString, Size, L"%d.%d", ShellInfoObject.NewEfiShellProtocol->MajorVersion, ShellInfoObject.NewEfiShellProtocol->MinorVersion);
401 Status = gBS->CheckEvent (ShellInfoObject.NewEfiShellProtocol->ExecutionBreak);
436 if (ShellInfoObject.NewEfiShellProtocol != NULL){
437 if (ShellInfoObject.NewEfiShellProtocol->IsRootShell()){
438 ShellInfoObject.NewEfiShellProtocol->SetEnv(L"cwd", L"", TRUE);
440 CleanUpShellProtocol(ShellInfoObject.NewEfiShellProtocol);
441 DEBUG_CODE(ShellInfoObject.NewEfiShellProtocol
[all...]
H A DShell.h95 EFI_SHELL_PROTOCOL *NewEfiShellProtocol; member in struct:__anon12754
H A DShellParametersProtocol.c991 ShellInfoObject.NewEfiShellProtocol->DeleteFileByName(StdErrFileName);
1001 ShellInfoObject.NewEfiShellProtocol->WriteFile(TempHandle, &Size, TagBuffer);
1021 ShellInfoObject.NewEfiShellProtocol->DeleteFileByName(StdOutFileName);
1036 ShellInfoObject.NewEfiShellProtocol->WriteFile(TempHandle, &Size, TagBuffer);
1041 Status = ShellInfoObject.NewEfiShellProtocol->GetFileSize(TempHandle, &FileSize);
1043 Status = ShellInfoObject.NewEfiShellProtocol->SetFilePosition(TempHandle, FileSize);
H A DShellProtocol.c1099 ShellInfoObject.NewEfiShellProtocol->CloseFile (Handle2);
1114 ShellInfoObject.NewEfiShellProtocol->CloseFile(Handle1);
1374 return (ShellInfoObject.NewEfiShellProtocol->DeleteFile(FileHandle));
1642 ShellInfoObject.NewEfiShellProtocol->CloseFile(FileListNode->Handle);
3343 if (ShellInfoObject.NewEfiShellProtocol->ExecutionBreak == NULL) {
3346 return (gBS->SignalEvent(ShellInfoObject.NewEfiShellProtocol->ExecutionBreak));
3389 if (ShellInfoObject.NewEfiShellProtocol->ExecutionBreak == NULL) {
H A DFileHandleWrappers.c446 ShellInfoObject.NewEfiShellProtocol->FreeFileList (&FoundFileList);
509 Cwd = ShellInfoObject.NewEfiShellProtocol->GetCurDir(NULL);
526 Status = ShellInfoObject.NewEfiShellProtocol->FindFiles(TabStr, &FoundFileList);
H A DShellManParser.c634 ShellInfoObject.NewEfiShellProtocol->CloseFile(FileHandle);

Completed in 88 milliseconds