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

/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Universal/BdsDxe/BootMngr/
H A DBootManager.c19 BDS_COMMON_OPTION *gOption; variable
113 gOption = Option;
222 gOption = NULL;
360 if (gOption == NULL) {
377 Status = BdsLibBootViaBootOption (gOption, gOption->DevicePath, &ExitDataSize, &ExitData);
380 gOption->StatusString = GetStringById (STRING_TOKEN (STR_BOOT_SUCCEEDED));
381 PlatformBdsBootSuccess (gOption);
383 gOption->StatusString = GetStringById (STRING_TOKEN (STR_BOOT_FAILED));
384 PlatformBdsBootFail (gOption, Statu
[all...]

Completed in 32 milliseconds