OpenCore  1.0.7
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 474 of file OcAppleKernelLib.h.

Field Documentation

◆ CachedKexts

LIST_ENTRY MKEXT_CONTEXT::CachedKexts

Definition at line 528 of file OcAppleKernelLib.h.

◆ Is32Bit

BOOLEAN MKEXT_CONTEXT::Is32Bit

Definition at line 499 of file OcAppleKernelLib.h.

◆ Mkext

UINT8* MKEXT_CONTEXT::Mkext

Definition at line 479 of file OcAppleKernelLib.h.

◆ MkextAllocSize

UINT32 MKEXT_CONTEXT::MkextAllocSize

Definition at line 487 of file OcAppleKernelLib.h.

◆ MkextHeader

MKEXT_HEADER_ANY* MKEXT_CONTEXT::MkextHeader

Definition at line 491 of file OcAppleKernelLib.h.

◆ MkextInfo

UINT8* MKEXT_CONTEXT::MkextInfo

Definition at line 516 of file OcAppleKernelLib.h.

◆ MkextInfoDocument

XML_DOCUMENT* MKEXT_CONTEXT::MkextInfoDocument

Definition at line 520 of file OcAppleKernelLib.h.

◆ MkextInfoOffset

UINT32 MKEXT_CONTEXT::MkextInfoOffset

Definition at line 511 of file OcAppleKernelLib.h.

◆ MkextKexts

XML_NODE* MKEXT_CONTEXT::MkextKexts

Definition at line 524 of file OcAppleKernelLib.h.

◆ MkextSize

UINT32 MKEXT_CONTEXT::MkextSize

Definition at line 483 of file OcAppleKernelLib.h.

◆ MkextVersion

UINT32 MKEXT_CONTEXT::MkextVersion

Definition at line 495 of file OcAppleKernelLib.h.

◆ NumKexts

UINT32 MKEXT_CONTEXT::NumKexts

Definition at line 503 of file OcAppleKernelLib.h.

◆ NumMaxKexts

UINT32 MKEXT_CONTEXT::NumMaxKexts

Definition at line 507 of file OcAppleKernelLib.h.


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