OpenCore  1.0.4
OpenCore Bootloader
1.0.4
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
AppleKmodInfo.h File Reference

Go to the source code of this file.

Data Structures

struct  KMOD_INFO_32_V1_
 
struct  KMOD_INFO_64_V1
 
union  KMOD_INFO_ANY
 

Macros

#define KMOD_INFO_VERSION   1
 
#define KMOD_MAX_NAME   64
 
#define KMOD_RETURN_SUCCESS   0
 
#define KMOD_RETURN_FAILURE   5
 

Typedefs

typedef struct KMOD_INFO_32_V1_ KMOD_INFO_32_V1
 
typedef struct KMOD_INFO_64_V1 KMOD_INFO_64_V1
 

Detailed Description

Copyright (C) 2019, vit9696. All rights reserved.

This program and the accompanying materials are licensed and made available under the terms and conditions of the BSD License which accompanies this distribution. The full text of the license may be found at http://opensource.org/licenses/bsd-license.php

THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.

Definition in file AppleKmodInfo.h.

Macro Definition Documentation

◆ KMOD_INFO_VERSION

#define KMOD_INFO_VERSION   1

kmod structure definitions. Keep in sync with XNU osfmk/mach/kmod.h. Last sync time: 4903.221.2.

Definition at line 22 of file AppleKmodInfo.h.

◆ KMOD_MAX_NAME

#define KMOD_MAX_NAME   64

Definition at line 23 of file AppleKmodInfo.h.

◆ KMOD_RETURN_FAILURE

#define KMOD_RETURN_FAILURE   5

Definition at line 25 of file AppleKmodInfo.h.

◆ KMOD_RETURN_SUCCESS

#define KMOD_RETURN_SUCCESS   0

Definition at line 24 of file AppleKmodInfo.h.

Typedef Documentation

◆ KMOD_INFO_32_V1

◆ KMOD_INFO_64_V1

typedef struct KMOD_INFO_64_V1 KMOD_INFO_64_V1