Searched refs:OsIndication (Results 1 – 4 of 4) sorted by relevance
540 UINT64 OsIndication; in BdsFormalizeOSIndicationVariable() local575 OsIndication = 0; in BdsFormalizeOSIndicationVariable()583 &OsIndication in BdsFormalizeOSIndicationVariable()589 if ((DataSize != sizeof (OsIndication)) || in BdsFormalizeOSIndicationVariable()590 ((OsIndication & ~OsIndicationSupport) != 0) || in BdsFormalizeOSIndicationVariable()701 UINT64 OsIndication; in BdsEntry() local956 &OsIndication in BdsEntry()959 OsIndication = 0; in BdsEntry()964 DEBUG ((EFI_D_INFO, "[Bds]OsIndication: %016x\n", OsIndication)); in BdsEntry()991 BootFwUi = (BOOLEAN) ((OsIndication & EFI_OS_INDICATIONS_BOOT_TO_FW_UI) != 0); in BdsEntry()[all …]
399 UINT64 OsIndication; in BdsFormalizeEfiGlobalVariable() local431 OsIndication = 0; in BdsFormalizeEfiGlobalVariable()439 &OsIndication in BdsFormalizeEfiGlobalVariable()444 (OsIndication & ~OsIndicationSupport) != 0 || in BdsFormalizeEfiGlobalVariable()
999 UINT64 OsIndication; in PlatformBdsEnterFrontPage() local1071 OsIndication = 0; in PlatformBdsEnterFrontPage()1078 &OsIndication in PlatformBdsEnterFrontPage()1084 if (!EFI_ERROR(Status) && ((OsIndication & EFI_OS_INDICATIONS_BOOT_TO_FW_UI) != 0)) { in PlatformBdsEnterFrontPage()1088 OsIndication &= ~((UINT64)EFI_OS_INDICATIONS_BOOT_TO_FW_UI); in PlatformBdsEnterFrontPage()1094 &OsIndication in PlatformBdsEnterFrontPage()
2861 UINT64 OsIndication; in BootIntoFirmwareInterface() local2864 OsIndication = 0; in BootIntoFirmwareInterface()2871 &OsIndication in BootIntoFirmwareInterface()2874 DEBUG ((EFI_D_INFO, "OSIndication Variable Value %d\n", OsIndication)); in BootIntoFirmwareInterface()2878 if (!EFI_ERROR(Status) && (OsIndication != 0)) { in BootIntoFirmwareInterface()