OpenCore  1.0.4
OpenCore Bootloader
Loading...
Searching...
No Matches
NvramKeyInfo.h File Reference

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
 

Detailed Description

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 Documentation

◆ NVRAM_GUID_MAP

Structure holding NVRAM GUID maps.

◆ NVRAM_KEY_CHECK

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.

◆ NVRAM_KEY_MAP

typedef struct NVRAM_KEY_MAP_ NVRAM_KEY_MAP

Structure holding NVRAM key maps.

Variable Documentation

◆ mGUIDMaps

NVRAM_GUID_MAP mGUIDMaps[]
extern

Definition at line 184 of file NvramKeyInfo.c.

◆ mGUIDMapsCount

UINTN mGUIDMapsCount
extern

Definition at line 188 of file NvramKeyInfo.c.

◆ mHasNvramUIScale

BOOLEAN mHasNvramUIScale
extern

Special check for UIScale under NVRAM and UEFI->Output.

Definition at line 190 of file NvramKeyInfo.c.