Searched defs:SecCoreFile (Results 1 - 1 of 1) sorted by relevance
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/GenFv/ |
H A D | GenFvInternalLib.c | 1278 EFI_FFS_FILE_HEADER *SecCoreFile; local 1334 Status = GetFileByType (EFI_FV_FILETYPE_SECURITY_CORE, 1, &SecCoreFile); 1335 if (EFI_ERROR (Status) || SecCoreFile == NULL) { 1351 Status = GetSectionByType (SecCoreFile, EFI_SECTION_PE32, 1, &Pe32Section); 1353 Status = GetSectionByType (SecCoreFile, EFI_SECTION_TE, 1, &Pe32Section); 1659 EFI_FFS_FILE_HEADER *SecCoreFile; local 1686 Status = GetFileByType (EFI_FV_FILETYPE_SECURITY_CORE, 1, &SecCoreFile); 1687 if (EFI_ERROR (Status) || SecCoreFile == NULL) { 1749 Status = GetSectionByType (SecCoreFile, EFI_SECTION_PE32, 1, &Pe32Section); 1751 Status = GetSectionByType (SecCoreFile, EFI_SECTION_T [all...] |
Completed in 192 milliseconds