OpenCore
1.0.4
OpenCore Bootloader
|
Go to the source code of this file.
Typedefs | |
typedef UINT32(* | CONFIG_CHECK) (IN OC_GLOBAL_CONFIG *Config) |
Functions | |
UINT32 | CheckACPI (IN OC_GLOBAL_CONFIG *Config) |
UINT32 | CheckBooter (IN OC_GLOBAL_CONFIG *Config) |
UINT32 | CheckDeviceProperties (IN OC_GLOBAL_CONFIG *Config) |
UINT32 | CheckKernel (IN OC_GLOBAL_CONFIG *Config) |
UINT32 | CheckMisc (IN OC_GLOBAL_CONFIG *Config) |
UINT32 | CheckNvram (IN OC_GLOBAL_CONFIG *Config) |
UINT32 | CheckPlatformInfo (IN OC_GLOBAL_CONFIG *Config) |
UINT32 | CheckUefi (IN OC_GLOBAL_CONFIG *Config) |
UINT32 | CheckConfig (IN OC_GLOBAL_CONFIG *Config) |
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 ocvalidate.h.
typedef UINT32(* CONFIG_CHECK) (IN OC_GLOBAL_CONFIG *Config) |
OpenCore Configuration checker.
Definition at line 26 of file ocvalidate.h.
UINT32 CheckACPI | ( | IN OC_GLOBAL_CONFIG * | Config | ) |
Validate OpenCore Configuration ACPI Section.
[in] | Config | Configuration structure. |
Definition at line 215 of file ValidateAcpi.c.
UINT32 CheckBooter | ( | IN OC_GLOBAL_CONFIG * | Config | ) |
Validate OpenCore Configuration Booter Section.
[in] | Config | Configuration structure. |
Definition at line 232 of file ValidateBooter.c.
UINT32 CheckConfig | ( | IN OC_GLOBAL_CONFIG * | Config | ) |
Validate OpenCore Configuration overall, by calling each checker above.
[in] | Config | Configuration structure. |
Definition at line 24 of file ocvalidate.c.
UINT32 CheckDeviceProperties | ( | IN OC_GLOBAL_CONFIG * | Config | ) |
Validate OpenCore Configuration DeviceProperties Section.
[in] | Config | Configuration structure. |
Definition at line 204 of file ValidateDeviceProperties.c.
UINT32 CheckKernel | ( | IN OC_GLOBAL_CONFIG * | Config | ) |
Validate OpenCore Configuration Kernel Section.
[in] | Config | Configuration structure. |
Definition at line 781 of file ValidateKernel.c.
UINT32 CheckMisc | ( | IN OC_GLOBAL_CONFIG * | Config | ) |
Validate OpenCore Configuration Misc Section.
[in] | Config | Configuration structure. |
Definition at line 794 of file ValidateMisc.c.
UINT32 CheckNvram | ( | IN OC_GLOBAL_CONFIG * | Config | ) |
Validate OpenCore Configuration NVRAM Section.
[in] | Config | Configuration structure. |
Definition at line 359 of file ValidateNvram.c.
UINT32 CheckPlatformInfo | ( | IN OC_GLOBAL_CONFIG * | Config | ) |
Validate OpenCore Configuration PlatformInfo Section.
[in] | Config | Configuration structure. |
Definition at line 118 of file ValidatePlatformInfo.c.
UINT32 CheckUefi | ( | IN OC_GLOBAL_CONFIG * | Config | ) |
Validate OpenCore Configuration UEFI Section.
[in] | Config | Configuration structure. |
Definition at line 788 of file ValidateUefi.c.