OpenCore
1.0.4
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 472 of file OcAppleKernelLib.h.
LIST_ENTRY MKEXT_CONTEXT::CachedKexts |
Definition at line 526 of file OcAppleKernelLib.h.
BOOLEAN MKEXT_CONTEXT::Is32Bit |
Definition at line 497 of file OcAppleKernelLib.h.
UINT8* MKEXT_CONTEXT::Mkext |
Definition at line 477 of file OcAppleKernelLib.h.
UINT32 MKEXT_CONTEXT::MkextAllocSize |
Definition at line 485 of file OcAppleKernelLib.h.
MKEXT_HEADER_ANY* MKEXT_CONTEXT::MkextHeader |
Definition at line 489 of file OcAppleKernelLib.h.
UINT8* MKEXT_CONTEXT::MkextInfo |
Definition at line 514 of file OcAppleKernelLib.h.
XML_DOCUMENT* MKEXT_CONTEXT::MkextInfoDocument |
Definition at line 518 of file OcAppleKernelLib.h.
UINT32 MKEXT_CONTEXT::MkextInfoOffset |
Definition at line 509 of file OcAppleKernelLib.h.
XML_NODE* MKEXT_CONTEXT::MkextKexts |
Definition at line 522 of file OcAppleKernelLib.h.
UINT32 MKEXT_CONTEXT::MkextSize |
Definition at line 481 of file OcAppleKernelLib.h.
UINT32 MKEXT_CONTEXT::MkextVersion |
Definition at line 493 of file OcAppleKernelLib.h.
UINT32 MKEXT_CONTEXT::NumKexts |
Definition at line 501 of file OcAppleKernelLib.h.
UINT32 MKEXT_CONTEXT::NumMaxKexts |
Definition at line 505 of file OcAppleKernelLib.h.