OpenCore
1.0.4
OpenCore Bootloader
|
#include <AppleKmodInfo.h>
Data Fields | |
UINT32 | NextAddr |
INT32 | InfoVersion |
UINT32 | Id |
UINT8 | Name [KMOD_MAX_NAME] |
UINT8 | Version [KMOD_MAX_NAME] |
INT32 | ReferenceCount |
UINT32 | ReferenceListAddr |
UINT32 | Address |
UINT32 | Size |
UINT32 | HdrSize |
UINT32 | StartAddr |
UINT32 | StopAddr |
Definition at line 31 of file AppleKmodInfo.h.
UINT32 KMOD_INFO_32_V1_::Address |
Definition at line 39 of file AppleKmodInfo.h.
UINT32 KMOD_INFO_32_V1_::HdrSize |
Definition at line 41 of file AppleKmodInfo.h.
UINT32 KMOD_INFO_32_V1_::Id |
Definition at line 34 of file AppleKmodInfo.h.
INT32 KMOD_INFO_32_V1_::InfoVersion |
Definition at line 33 of file AppleKmodInfo.h.
UINT8 KMOD_INFO_32_V1_::Name[KMOD_MAX_NAME] |
Definition at line 35 of file AppleKmodInfo.h.
UINT32 KMOD_INFO_32_V1_::NextAddr |
Definition at line 32 of file AppleKmodInfo.h.
INT32 KMOD_INFO_32_V1_::ReferenceCount |
Definition at line 37 of file AppleKmodInfo.h.
UINT32 KMOD_INFO_32_V1_::ReferenceListAddr |
Definition at line 38 of file AppleKmodInfo.h.
UINT32 KMOD_INFO_32_V1_::Size |
Definition at line 40 of file AppleKmodInfo.h.
UINT32 KMOD_INFO_32_V1_::StartAddr |
Definition at line 42 of file AppleKmodInfo.h.
UINT32 KMOD_INFO_32_V1_::StopAddr |
Definition at line 43 of file AppleKmodInfo.h.
UINT8 KMOD_INFO_32_V1_::Version[KMOD_MAX_NAME] |
Definition at line 36 of file AppleKmodInfo.h.