Searched refs:CloseFile (Results 1 – 18 of 18) sorted by relevance
47 EFI_SHELL_CLOSE_FILE CloseFile; member
252 FileFunctionMap.CloseFile = gEfiShellProtocol->CloseFile; in ShellLibConstructorWorker()263 FileFunctionMap.CloseFile = (EFI_SHELL_CLOSE_FILE)FileHandleClose; in ShellLibConstructorWorker()726 gEfiShellProtocol->CloseFile(*FileHandle); in ShellOpenFileByName()893 return (FileFunctionMap.CloseFile(*FileHandle)); in ShellCloseFile()
148 gEfiShellProtocol->CloseFile(InShellFileHandle); in ShellCommandRunEfiCompress()151 gEfiShellProtocol->CloseFile(OutShellFileHandle); in ShellCommandRunEfiCompress()
168 gEfiShellProtocol->CloseFile(InFileHandle); in ShellCommandRunEfiDecompress()171 gEfiShellProtocol->CloseFile(OutFileHandle); in ShellCommandRunEfiDecompress()
270 gEfiShellProtocol->CloseFile(FileHandle1); in ShellCommandRunComp()273 gEfiShellProtocol->CloseFile(FileHandle2); in ShellCommandRunComp()
110 gEfiShellProtocol->CloseFile(FileHandle); in ShellCommandRunMkDir()
212 gEfiShellProtocol->CloseFile(Handle); in ShellCommandRunCd()
163 gEfiShellProtocol->CloseFile(ShellFileHandle); in HandleVol()
86 gEfiShellProtocol->CloseFile(ShellFileHandle); in PrintSfoVolumeInfoTableEntry()
101 CloseFile ( in CloseFile() function
559 CloseFile (
479 CloseFile (Private->FileContext->FHandle); in EnrollPlatformKey()658 CloseFile (Private->FileContext->FHandle); in EnrollRsa2048ToKek()781 CloseFile (Private->FileContext->FHandle); in EnrollX509ToKek()951 CloseFile (Private->FileContext->FHandle); in EnrollX509toSigDB()1511 CloseFile (Private->FileContext->FHandle); in EnrollX509HashtoSigDB()2158 CloseFile (Private->FileContext->FHandle); in EnrollImageSignatureToSigDB()3834 CloseFile (Private->FileContext->FHandle); in SecureBootCallback()
137 gEfiShellProtocol->CloseFile(Walker->Handle); in DoTouchByHandle()
510 gEfiShellProtocol->CloseFile(Handle); in IsUnicodeFile()1339 gEfiShellProtocol->CloseFile(ShellParameters->StdIn); in RestoreStdInStdOutStdErr()1345 gEfiShellProtocol->CloseFile(ShellParameters->StdOut); in RestoreStdInStdOutStdErr()1350 gEfiShellProtocol->CloseFile(ShellParameters->StdErr); in RestoreStdInStdOutStdErr()
775 ShellInfoObject.NewEfiShellProtocol->CloseFile(FileHandle); in ProcessManFile()
1169 ShellInfoObject.NewEfiShellProtocol->CloseFile(FileHandle); in DoStartupScript()1701 …ShellInfoObject.NewEfiShellProtocol->CloseFile(ConvertShellHandleToEfiFileProtocol(Split->SplitStd… in RunSplitCommand()1704 …ShellInfoObject.NewEfiShellProtocol->CloseFile(ConvertShellHandleToEfiFileProtocol(Split->SplitStd… in RunSplitCommand()
1063 ShellInfoObject.NewEfiShellProtocol->CloseFile (Handle2); in InternalOpenFileDevicePath()1078 ShellInfoObject.NewEfiShellProtocol->CloseFile(Handle1); in InternalOpenFileDevicePath()1721 ShellInfoObject.NewEfiShellProtocol->CloseFile(FileListNode->Handle); in InternalFreeShellFileInfoNode()
1107 EFI_SHELL_CLOSE_FILE CloseFile; member