Searched refs:DriverOptionList (Results 1 - 4 of 4) sorted by relevance
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Include/Library/ |
H A D | PlatformBdsLib.h | 79 @param DriverOptionList The header of the driver option link list 88 IN LIST_ENTRY *DriverOptionList,
|
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Library/PlatformBdsLibNull/ |
H A D | BdsPlatform.c | 101 @param DriverOptionList The header of the driver option link list 110 IN LIST_ENTRY *DriverOptionList, 109 PlatformBdsPolicyBehavior( IN LIST_ENTRY *DriverOptionList, IN LIST_ENTRY *BootOptionList, IN PROCESS_CAPSULES ProcessCapsules, IN BASEM_MEMORY_TEST BaseMemoryTest ) argument
|
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Universal/BdsDxe/ |
H A D | BdsEntry.c | 397 LIST_ENTRY DriverOptionList; local 411 InitializeListHead (&DriverOptionList); 458 BdsLibBuildOptionFromVar (&DriverOptionList, L"DriverOrder"); 459 if (!IsListEmpty (&DriverOptionList)) { 460 BdsLibLoadDrivers (&DriverOptionList); 474 PlatformBdsPolicyBehavior (&DriverOptionList, &BootOptionList, BdsProcessCapsules, BdsMemoryTest);
|
/vbox/src/VBox/Devices/EFI/Firmware/OvmfPkg/Library/PlatformBdsLib/ |
H A D | BdsPlatform.c | 1134 IN OUT LIST_ENTRY *DriverOptionList, 1149 DriverOptionList - The header of the driver option link list 1191 PlatformBdsGetDriverOption (DriverOptionList); 1133 PlatformBdsPolicyBehavior( IN OUT LIST_ENTRY *DriverOptionList, IN OUT LIST_ENTRY *BootOptionList, IN PROCESS_CAPSULES ProcessCapsules, IN BASEM_MEMORY_TEST BaseMemoryTest ) argument
|
Completed in 110 milliseconds