OpenCore
1.0.4
OpenCore Bootloader
|
Go to the source code of this file.
Data Structures | |
struct | APPLE_APFS_CONTAINER_INFO |
struct | APPLE_APFS_VOLUME_INFO |
Macros | |
#define | APPLE_APFS_PARTITION_TYPE_GUID |
#define | APPLE_APFS_CONTAINER_INFO_GUID |
#define | APPLE_APFS_VOLUME_INFO_GUID |
#define | APPLE_APFS_VOLUME_ROLE_RECOVERY BIT2 |
#define | APPLE_APFS_VOLUME_ROLE_PREBOOT BIT4 |
Typedefs | |
typedef UINT32 | APPLE_APFS_VOLUME_ROLE |
Variables | |
EFI_GUID | gAppleApfsPartitionTypeGuid |
EFI_GUID | gAppleApfsContainerInfoGuid |
EFI_GUID | gAppleApfsVolumeInfoGuid |
Copyright (C) 2017, Download-Fritz. 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 AppleApfsInfo.h.
#define APPLE_APFS_CONTAINER_INFO_GUID |
Definition at line 22 of file AppleApfsInfo.h.
#define APPLE_APFS_PARTITION_TYPE_GUID |
Definition at line 16 of file AppleApfsInfo.h.
#define APPLE_APFS_VOLUME_INFO_GUID |
Definition at line 33 of file AppleApfsInfo.h.
#define APPLE_APFS_VOLUME_ROLE_PREBOOT BIT4 |
Definition at line 38 of file AppleApfsInfo.h.
#define APPLE_APFS_VOLUME_ROLE_RECOVERY BIT2 |
Definition at line 37 of file AppleApfsInfo.h.
typedef UINT32 APPLE_APFS_VOLUME_ROLE |
Definition at line 40 of file AppleApfsInfo.h.
|
extern |
Definition at line 20 of file UserGlobalVar.c.
|
extern |
|
extern |
Definition at line 23 of file UserGlobalVar.c.