OpenCore
1.0.4
OpenCore Bootloader
|
#include <AppleKmodInfo.h>
Data Fields | |
UINT64 | NextAddr |
INT32 | InfoVersion |
UINT32 | Id |
UINT8 | Name [KMOD_MAX_NAME] |
UINT8 | Version [KMOD_MAX_NAME] |
INT32 | ReferenceCount |
UINT64 | ReferenceListAddr |
UINT64 | Address |
UINT64 | Size |
UINT64 | HdrSize |
UINT64 | StartAddr |
UINT64 | StopAddr |
Definition at line 49 of file AppleKmodInfo.h.
UINT64 KMOD_INFO_64_V1::Address |
Definition at line 57 of file AppleKmodInfo.h.
UINT64 KMOD_INFO_64_V1::HdrSize |
Definition at line 59 of file AppleKmodInfo.h.
UINT32 KMOD_INFO_64_V1::Id |
Definition at line 52 of file AppleKmodInfo.h.
INT32 KMOD_INFO_64_V1::InfoVersion |
Definition at line 51 of file AppleKmodInfo.h.
UINT8 KMOD_INFO_64_V1::Name[KMOD_MAX_NAME] |
Definition at line 53 of file AppleKmodInfo.h.
UINT64 KMOD_INFO_64_V1::NextAddr |
Definition at line 50 of file AppleKmodInfo.h.
INT32 KMOD_INFO_64_V1::ReferenceCount |
Definition at line 55 of file AppleKmodInfo.h.
UINT64 KMOD_INFO_64_V1::ReferenceListAddr |
Definition at line 56 of file AppleKmodInfo.h.
UINT64 KMOD_INFO_64_V1::Size |
Definition at line 58 of file AppleKmodInfo.h.
UINT64 KMOD_INFO_64_V1::StartAddr |
Definition at line 60 of file AppleKmodInfo.h.
UINT64 KMOD_INFO_64_V1::StopAddr |
Definition at line 61 of file AppleKmodInfo.h.
UINT8 KMOD_INFO_64_V1::Version[KMOD_MAX_NAME] |
Definition at line 54 of file AppleKmodInfo.h.