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 |
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.
#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.
#define KMOD_MAX_NAME 64 |
Definition at line 23 of file AppleKmodInfo.h.
#define KMOD_RETURN_FAILURE 5 |
Definition at line 25 of file AppleKmodInfo.h.
#define KMOD_RETURN_SUCCESS 0 |
Definition at line 24 of file AppleKmodInfo.h.
typedef struct KMOD_INFO_32_V1_ KMOD_INFO_32_V1 |
typedef struct KMOD_INFO_64_V1 KMOD_INFO_64_V1 |