HomeSort by relevance Sort by last modified time
    Searched refs:OsIndicationSupport (Results 1 - 2 of 2) sorted by null

  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/BdsDxe/
BdsEntry.c 398 UINT64 OsIndicationSupport;
413 OsIndicationSupport = EFI_OS_INDICATIONS_BOOT_TO_FW_UI \
421 &OsIndicationSupport
444 (OsIndication & ~OsIndicationSupport) != 0 ||
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/BdsDxe/
BdsEntry.c 435 UINT64 OsIndicationSupport;
443 OsIndicationSupport = EFI_OS_INDICATIONS_BOOT_TO_FW_UI | EFI_OS_INDICATIONS_START_PLATFORM_RECOVERY;
449 &OsIndicationSupport
478 ((OsIndication & ~OsIndicationSupport) != 0) ||
    [all...]

Completed in 103 milliseconds