Searched defs:FileContext (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/
H A DSecureBootConfigFileExplorer.c226 MenuEntry->FileContext = AllocateZeroPool (ContextSize);
227 if (MenuEntry->FileContext == NULL) {
321 SECUREBOOT_FILE_CONTEXT *FileContext; local
324 FileContext = (SECUREBOOT_FILE_CONTEXT *) MenuEntry->FileContext;
326 if (!FileContext->IsRoot) {
327 FreePool (FileContext->DevicePath);
329 if (FileContext->FHandle != NULL) {
330 FileContext->FHandle->Close (FileContext
661 SECUREBOOT_FILE_CONTEXT *FileContext; local
847 SECUREBOOT_FILE_CONTEXT *FileContext; local
[all...]
H A DSecureBootConfigImpl.h163 VOID *FileContext; member in struct:__anon12733
213 SECUREBOOT_FILE_CONTEXT *FileContext; member in struct:__anon12738
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Universal/BdsDxe/BootMaint/
H A DBootOption.c107 BM_FILE_CONTEXT *FileContext; local
128 FileContext = (BM_FILE_CONTEXT *) MenuEntry->VariableContext;
130 if (!FileContext->IsRoot) {
131 FreePool (FileContext->DevicePath);
133 if (FileContext->FHandle != NULL) {
134 FileContext->FHandle->Close (FileContext->FHandle);
138 if (FileContext->FileName != NULL) {
139 FreePool (FileContext->FileName);
141 if (FileContext
242 BM_FILE_CONTEXT *FileContext; local
559 BM_FILE_CONTEXT *FileContext; local
[all...]
H A DBootMaint.h362 BM_FILE_CONTEXT *FileContext; member in struct:__anon10498
1414 @param FileContext The file context data, which contains the device path
1423 IN BM_FILE_CONTEXT *FileContext

Completed in 50 milliseconds