OpenCore  1.0.4
OpenCore Bootloader
Loading...
Searching...
No Matches
ControlMsrE2.c File Reference
#include "ControlMsrE2.h"

Go to the source code of this file.

Macros

#define CONTEXTS_MAX   8
 
#define OPTIONS_MAX   9
 

Functions

VOID IterateListHeaders (IN EFI_HII_HANDLE *HiiHandles, IN EFI_HII_PACKAGE_LIST_HEADER **ListHeaders, IN UINT32 ListHeaderCount, IN EFI_STRING SearchString)
 
EFI_STATUS SearchForString (IN EFI_STRING SearchString)
 
EFI_STATUS EFIAPI UefiMain (IN EFI_HANDLE ImageHandle, IN EFI_SYSTEM_TABLE *SystemTable)
 

Detailed Description

Control CFGLock BIOS Option

Copyright (c) 2020, Brumbaer. 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 ControlMsrE2.c.

Macro Definition Documentation

◆ CONTEXTS_MAX

#define CONTEXTS_MAX   8

Definition at line 20 of file ControlMsrE2.c.

◆ OPTIONS_MAX

#define OPTIONS_MAX   9

Definition at line 21 of file ControlMsrE2.c.

Function Documentation

◆ IterateListHeaders()

VOID IterateListHeaders ( IN EFI_HII_HANDLE * HiiHandles,
IN EFI_HII_PACKAGE_LIST_HEADER ** ListHeaders,
IN UINT32 ListHeaderCount,
IN EFI_STRING SearchString )

Definition at line 24 of file ControlMsrE2.c.

◆ SearchForString()

EFI_STATUS SearchForString ( IN EFI_STRING SearchString)

Definition at line 176 of file ControlMsrE2.c.

◆ UefiMain()

EFI_STATUS EFIAPI UefiMain ( IN EFI_HANDLE ImageHandle,
IN EFI_SYSTEM_TABLE * SystemTable )

Definition at line 216 of file ControlMsrE2.c.