OpenCore
1.0.4
OpenCore Bootloader
|
#include <Library/OcConfigurationLib.h>
Go to the source code of this file.
Data Structures | |
struct | NVRAM_KEY_MAP_ |
struct | NVRAM_GUID_MAP_ |
Typedefs | |
typedef BOOLEAN(* | NVRAM_KEY_CHECK) (IN CONST VOID *Value, IN UINT32 ValueSize) |
typedef struct NVRAM_KEY_MAP_ | NVRAM_KEY_MAP |
typedef struct NVRAM_GUID_MAP_ | NVRAM_GUID_MAP |
Variables | |
NVRAM_GUID_MAP | mGUIDMaps [] |
UINTN | mGUIDMapsCount |
BOOLEAN | mHasNvramUIScale |
Copyright (C) 2018, vit9696. All rights reserved. Copyright (C) 2020, PMheart. All rights reserved.
All rights reserved.
This program and the accompanying materials are licensed and made available under the terms and conditions of the BSD License which accompanies this distribution. The full text of the license may be found at http://opensource.org/licenses/bsd-license.php
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
Definition in file NvramKeyInfo.h.
typedef struct NVRAM_GUID_MAP_ NVRAM_GUID_MAP |
Structure holding NVRAM GUID maps.
typedef BOOLEAN(* NVRAM_KEY_CHECK) (IN CONST VOID *Value, IN UINT32 ValueSize) |
Check whether one NVRAM key has accepted value.
Definition at line 25 of file NvramKeyInfo.h.
typedef struct NVRAM_KEY_MAP_ NVRAM_KEY_MAP |
Structure holding NVRAM key maps.
|
extern |
Definition at line 184 of file NvramKeyInfo.c.
|
extern |
Definition at line 188 of file NvramKeyInfo.c.
|
extern |
Special check for UIScale under NVRAM and UEFI->Output.
Definition at line 190 of file NvramKeyInfo.c.