Home | History | Annotate | Download | only in Shell

Lines Matching refs:gEfiShellProtocol

493   Status = gEfiShellProtocol->OpenFileByName(FileName, &Handle, EFI_FILE_MODE_READ);

497 gEfiShellProtocol->GetFilePosition(Handle, &OriginalFilePosition);
498 gEfiShellProtocol->SetFilePosition(Handle, 0);
500 Status = gEfiShellProtocol->ReadFile(Handle, &CharSize, &CharBuffer);
504 gEfiShellProtocol->SetFilePosition(Handle, OriginalFilePosition);
505 gEfiShellProtocol->CloseFile(Handle);
647 gEfiShellProtocol->ReadFile(*Handle, &CharSize, &CharBuffer);
649 gEfiShellProtocol->SetFilePosition(*Handle, 0);
1324 gEfiShellProtocol->CloseFile(ShellParameters->StdIn);
1330 gEfiShellProtocol->CloseFile(ShellParameters->StdOut);
1335 gEfiShellProtocol->CloseFile(ShellParameters->StdErr);