Lines Matching refs:OsIndication
436 UINT64 OsIndication; in BdsFormalizeOSIndicationVariable() local
463 OsIndication = 0; in BdsFormalizeOSIndicationVariable()
471 &OsIndication in BdsFormalizeOSIndicationVariable()
477 if ((DataSize != sizeof (OsIndication)) || in BdsFormalizeOSIndicationVariable()
478 ((OsIndication & ~OsIndicationSupport) != 0) || in BdsFormalizeOSIndicationVariable()
589 UINT64 OsIndication; in BdsEntry() local
823 &OsIndication in BdsEntry()
826 OsIndication = 0; in BdsEntry()
831 DEBUG ((EFI_D_INFO, "[Bds]OsIndication: %016x\n", OsIndication)); in BdsEntry()
858 BootFwUi = (BOOLEAN) ((OsIndication & EFI_OS_INDICATIONS_BOOT_TO_FW_UI) != 0); in BdsEntry()
859 PlatformRecovery = (BOOLEAN) ((OsIndication & EFI_OS_INDICATIONS_START_PLATFORM_RECOVERY) != 0); in BdsEntry()
864 …OsIndication &= ~((UINT64) (EFI_OS_INDICATIONS_BOOT_TO_FW_UI | EFI_OS_INDICATIONS_START_PLATFORM_R… in BdsEntry()
870 &OsIndication in BdsEntry()