Home
last modified time | relevance | path

Searched refs:NewEfiShellProtocol (Results 1 – 8 of 8) sorted by relevance

/device/linaro/bootloader/edk2/ShellPkg/Application/Shell/
DShell.c432 Status = CreatePopulateInstallShellProtocol(&ShellInfoObject.NewEfiShellProtocol); in UefiMain()
434 ASSERT(ShellInfoObject.NewEfiShellProtocol != NULL); in UefiMain()
558 …pString, Size, L"%d.%d", ShellInfoObject.NewEfiShellProtocol->MajorVersion, ShellInfoObject.NewEfi… in UefiMain()
626 Status = gBS->CheckEvent (ShellInfoObject.NewEfiShellProtocol->ExecutionBreak); in UefiMain()
662 if (ShellInfoObject.NewEfiShellProtocol != NULL){ in UefiMain()
663 if (ShellInfoObject.NewEfiShellProtocol->IsRootShell()){ in UefiMain()
666 CleanUpShellEnvironment (ShellInfoObject.NewEfiShellProtocol); in UefiMain()
667 DEBUG_CODE(ShellInfoObject.NewEfiShellProtocol = NULL;); in UefiMain()
1181 MapName = ShellInfoObject.NewEfiShellProtocol->GetMapFromDevicePath(&ImagePath); in DoStartupScript()
1196 …Status = ShellInfoObject.NewEfiShellProtocol->OpenFileByName(FileStringPath, &FileHandle, EFI_FILE… in DoStartupScript()
[all …]
DConsoleWrappers.c119 return (ShellInfoObject.NewEfiShellProtocol->ReadFile( in FileBasedSimpleTextInReadKeyStroke()
417 return (ShellInfoObject.NewEfiShellProtocol->WriteFile( in FileBasedSimpleTextOutOutputString()
DShell.h105 EFI_SHELL_PROTOCOL *NewEfiShellProtocol; member
DShellParametersProtocol.c676 Status = ShellInfoObject.NewEfiShellProtocol->WriteFile (FileHandle, &Size, in WriteFileTag()
1137 ShellInfoObject.NewEfiShellProtocol->DeleteFileByName(StdErrFileName); in UpdateStdInStdOutStdErr()
1161 ShellInfoObject.NewEfiShellProtocol->DeleteFileByName(StdOutFileName); in UpdateStdInStdOutStdErr()
1172 Status = ShellInfoObject.NewEfiShellProtocol->GetFileSize(TempHandle, &FileSize); in UpdateStdInStdOutStdErr()
1181 ShellInfoObject.NewEfiShellProtocol->SetFilePosition ( in UpdateStdInStdOutStdErr()
DFileHandleWrappers.c372 Cwd = ShellInfoObject.NewEfiShellProtocol->GetCurDir (NULL); in CreateTabCompletionList()
393 Status = ShellInfoObject.NewEfiShellProtocol->FindFiles(TabStr, &FileList); in CreateTabCompletionList()
423 ShellInfoObject.NewEfiShellProtocol->FreeFileList (&FileList); in CreateTabCompletionList()
574 ShellInfoObject.NewEfiShellProtocol->FreeFileList (&TabCompleteList); in FileInterfaceStdInRead()
933 ShellInfoObject.NewEfiShellProtocol->FreeFileList (&TabCompleteList); in FileInterfaceStdInRead()
DShellProtocol.c1063 ShellInfoObject.NewEfiShellProtocol->CloseFile (Handle2); in InternalOpenFileDevicePath()
1078 ShellInfoObject.NewEfiShellProtocol->CloseFile(Handle1); in InternalOpenFileDevicePath()
1379 return (ShellInfoObject.NewEfiShellProtocol->DeleteFile(FileHandle)); in EfiShellDeleteFileByName()
1832 ShellInfoObject.NewEfiShellProtocol->CloseFile(FileListNode->Handle); in InternalFreeShellFileInfoNode()
3840 if (ShellInfoObject.NewEfiShellProtocol->ExecutionBreak == NULL) { in NotificationFunction()
3843 return (gBS->SignalEvent(ShellInfoObject.NewEfiShellProtocol->ExecutionBreak)); in NotificationFunction()
3885 if (ShellInfoObject.NewEfiShellProtocol->ExecutionBreak == NULL) { in InernalEfiShellStartMonitor()
DShellManParser.c880 ShellInfoObject.NewEfiShellProtocol->CloseFile(FileHandle); in ProcessManFile()
906 DevPath = ShellInfoObject.NewEfiShellProtocol->GetDevicePathFromFilePath(CmdFilePathName); in ProcessManFile()
DConsoleLogger.c669 gBS->SignalEvent (ShellInfoObject.NewEfiShellProtocol->ExecutionBreak); in ConsoleLoggerDoPageBreak()