Searched refs:DriverOptionList (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Include/Library/
H A DPlatformBdsLib.h79 @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 DBdsPlatform.c101 @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 DBdsEntry.c397 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 DBdsPlatform.c1134 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 287 milliseconds