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

/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/Library/DxeImageVerificationLib/
H A DDxeImageVerificationLib.c1208 UINT8 *SetupMode; local
1281 SetupMode = GetEfiGlobalVariable (EFI_SETUP_MODE_NAME);
1284 // SetupMode doesn't exist means no AuthVar driver is dispatched,
1287 if (SetupMode == NULL) {
1294 if (*SetupMode == SETUP_MODE) {
1295 FreePool (SetupMode);
1299 FreePool (SetupMode);
1551 // Authenticated variable driver will update "SecureBoot" depending on SetupMode variable.
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/
H A DSecureBootConfigImpl.c2057 UINT8 *SetupMode; local
2061 SetupMode = NULL;
2091 SetupMode = GetVariable (EFI_SETUP_MODE_NAME, &gEfiGlobalVariableGuid);
2092 if (SetupMode == NULL || (*SetupMode) == 1) {
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dntsecpkg.h103 ULONG SetupMode; member in struct:_SECPKG_PARAMETERS
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dntsecpkg.h103 ULONG SetupMode; member in struct:_SECPKG_PARAMETERS

Completed in 44 milliseconds