Searched refs:OsIndication (Results 1 – 4 of 4) sorted by relevance
436 UINT64 OsIndication; in BdsFormalizeOSIndicationVariable() local463 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() local823 &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()[all …]
399 UINT64 OsIndication; in BdsFormalizeEfiGlobalVariable() local431 OsIndication = 0; in BdsFormalizeEfiGlobalVariable()439 &OsIndication in BdsFormalizeEfiGlobalVariable()444 (OsIndication & ~OsIndicationSupport) != 0 || in BdsFormalizeEfiGlobalVariable()
997 UINT64 OsIndication; in PlatformBdsEnterFrontPage() local1069 OsIndication = 0; in PlatformBdsEnterFrontPage()1076 &OsIndication in PlatformBdsEnterFrontPage()1082 if (!EFI_ERROR(Status) && ((OsIndication & EFI_OS_INDICATIONS_BOOT_TO_FW_UI) != 0)) { in PlatformBdsEnterFrontPage()1086 OsIndication &= ~((UINT64)EFI_OS_INDICATIONS_BOOT_TO_FW_UI); in PlatformBdsEnterFrontPage()1092 &OsIndication in PlatformBdsEnterFrontPage()
2795 UINT64 OsIndication;2798 OsIndication = 0;2805 &OsIndication2808 DEBUG ((EFI_D_INFO, "OSIndication Variable Value %d\n", OsIndication));2812 if (!EFI_ERROR(Status) && (OsIndication != 0)) { in PlatformBdsConnectSimpleConsole()