Searched refs:ShellFileHandle (Results 1 – 3 of 3) sorted by relevance
40 SHELL_FILE_HANDLE ShellFileHandle; in HandleVol() local72 &ShellFileHandle, in HandleVol()75 if (EFI_ERROR(Status) || ShellFileHandle == NULL) { in HandleVol()85 EfiFpHandle = ConvertShellHandleToEfiFileProtocol(ShellFileHandle); in HandleVol()162 gEfiShellProtocol->CloseFile(ShellFileHandle); in HandleVol()
34 SHELL_FILE_HANDLE ShellFileHandle; in PrintSfoVolumeInfoTableEntry() local53 &ShellFileHandle, in PrintSfoVolumeInfoTableEntry()65 EfiFpHandle = ConvertShellHandleToEfiFileProtocol(ShellFileHandle); in PrintSfoVolumeInfoTableEntry()85 gEfiShellProtocol->CloseFile(ShellFileHandle); in PrintSfoVolumeInfoTableEntry()
232 SHELL_FILE_HANDLE ShellFileHandle; in HMainCommandSaveBuffer() local431 Status = ShellOpenFileByName (FileName, &ShellFileHandle, EFI_FILE_MODE_READ, 0); in HMainCommandSaveBuffer()435 Info = ShellGetFileInfo(ShellFileHandle); in HMainCommandSaveBuffer()437 ShellCloseFile(&ShellFileHandle); in HMainCommandSaveBuffer()