OpenCore  1.0.4
OpenCore Bootloader
Loading...
Searching...
No Matches
MKEXT_CONTEXT Struct Reference

#include <OcAppleKernelLib.h>

Data Fields

UINT8 * Mkext
 
UINT32 MkextSize
 
UINT32 MkextAllocSize
 
MKEXT_HEADER_ANYMkextHeader
 
UINT32 MkextVersion
 
BOOLEAN Is32Bit
 
UINT32 NumKexts
 
UINT32 NumMaxKexts
 
UINT32 MkextInfoOffset
 
UINT8 * MkextInfo
 
XML_DOCUMENTMkextInfoDocument
 
XML_NODEMkextKexts
 
LIST_ENTRY CachedKexts
 

Detailed Description

Definition at line 472 of file OcAppleKernelLib.h.

Field Documentation

◆ CachedKexts

LIST_ENTRY MKEXT_CONTEXT::CachedKexts

Definition at line 526 of file OcAppleKernelLib.h.

◆ Is32Bit

BOOLEAN MKEXT_CONTEXT::Is32Bit

Definition at line 497 of file OcAppleKernelLib.h.

◆ Mkext

UINT8* MKEXT_CONTEXT::Mkext

Definition at line 477 of file OcAppleKernelLib.h.

◆ MkextAllocSize

UINT32 MKEXT_CONTEXT::MkextAllocSize

Definition at line 485 of file OcAppleKernelLib.h.

◆ MkextHeader

MKEXT_HEADER_ANY* MKEXT_CONTEXT::MkextHeader

Definition at line 489 of file OcAppleKernelLib.h.

◆ MkextInfo

UINT8* MKEXT_CONTEXT::MkextInfo

Definition at line 514 of file OcAppleKernelLib.h.

◆ MkextInfoDocument

XML_DOCUMENT* MKEXT_CONTEXT::MkextInfoDocument

Definition at line 518 of file OcAppleKernelLib.h.

◆ MkextInfoOffset

UINT32 MKEXT_CONTEXT::MkextInfoOffset

Definition at line 509 of file OcAppleKernelLib.h.

◆ MkextKexts

XML_NODE* MKEXT_CONTEXT::MkextKexts

Definition at line 522 of file OcAppleKernelLib.h.

◆ MkextSize

UINT32 MKEXT_CONTEXT::MkextSize

Definition at line 481 of file OcAppleKernelLib.h.

◆ MkextVersion

UINT32 MKEXT_CONTEXT::MkextVersion

Definition at line 493 of file OcAppleKernelLib.h.

◆ NumKexts

UINT32 MKEXT_CONTEXT::NumKexts

Definition at line 501 of file OcAppleKernelLib.h.

◆ NumMaxKexts

UINT32 MKEXT_CONTEXT::NumMaxKexts

Definition at line 505 of file OcAppleKernelLib.h.


The documentation for this struct was generated from the following file: