|
OpenCore
1.0.7
OpenCore Bootloader
|
#include <OcAppleKernelLib.h>
Data Fields | |
| UINT8 * | Mkext |
| UINT32 | MkextSize |
| UINT32 | MkextAllocSize |
| MKEXT_HEADER_ANY * | MkextHeader |
| UINT32 | MkextVersion |
| BOOLEAN | Is32Bit |
| UINT32 | NumKexts |
| UINT32 | NumMaxKexts |
| UINT32 | MkextInfoOffset |
| UINT8 * | MkextInfo |
| XML_DOCUMENT * | MkextInfoDocument |
| XML_NODE * | MkextKexts |
| LIST_ENTRY | CachedKexts |
Definition at line 474 of file OcAppleKernelLib.h.
| LIST_ENTRY MKEXT_CONTEXT::CachedKexts |
Definition at line 528 of file OcAppleKernelLib.h.
| BOOLEAN MKEXT_CONTEXT::Is32Bit |
Definition at line 499 of file OcAppleKernelLib.h.
| UINT8* MKEXT_CONTEXT::Mkext |
Definition at line 479 of file OcAppleKernelLib.h.
| UINT32 MKEXT_CONTEXT::MkextAllocSize |
Definition at line 487 of file OcAppleKernelLib.h.
| MKEXT_HEADER_ANY* MKEXT_CONTEXT::MkextHeader |
Definition at line 491 of file OcAppleKernelLib.h.
| UINT8* MKEXT_CONTEXT::MkextInfo |
Definition at line 516 of file OcAppleKernelLib.h.
| XML_DOCUMENT* MKEXT_CONTEXT::MkextInfoDocument |
Definition at line 520 of file OcAppleKernelLib.h.
| UINT32 MKEXT_CONTEXT::MkextInfoOffset |
Definition at line 511 of file OcAppleKernelLib.h.
| XML_NODE* MKEXT_CONTEXT::MkextKexts |
Definition at line 524 of file OcAppleKernelLib.h.
| UINT32 MKEXT_CONTEXT::MkextSize |
Definition at line 483 of file OcAppleKernelLib.h.
| UINT32 MKEXT_CONTEXT::MkextVersion |
Definition at line 495 of file OcAppleKernelLib.h.
| UINT32 MKEXT_CONTEXT::NumKexts |
Definition at line 503 of file OcAppleKernelLib.h.
| UINT32 MKEXT_CONTEXT::NumMaxKexts |
Definition at line 507 of file OcAppleKernelLib.h.