OpenCore
1.0.4
OpenCore Bootloader
|
Go to the source code of this file.
Functions | |
VOID | ValidateKextInfo (VOID) |
Variables | |
KEXT_PRECEDENCE | mKextPrecedence [] |
UINTN | mKextPrecedenceSize = ARRAY_SIZE (mKextPrecedence) |
KEXT_INFO | mKextInfo [] |
UINTN | mKextInfoSize = ARRAY_SIZE (mKextInfo) |
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 KextInfo.c.
VOID ValidateKextInfo | ( | VOID | ) |
ASSERT() on incorrect placed kext info, where a set of rules must be followed.
Definition at line 111 of file KextInfo.c.
KEXT_INFO mKextInfo[] |
Definition at line 50 of file KextInfo.c.
UINTN mKextInfoSize = ARRAY_SIZE (mKextInfo) |
Definition at line 108 of file KextInfo.c.
KEXT_PRECEDENCE mKextPrecedence[] |
Definition at line 20 of file KextInfo.c.
UINTN mKextPrecedenceSize = ARRAY_SIZE (mKextPrecedence) |
Definition at line 48 of file KextInfo.c.