OpenCore  1.0.4
OpenCore Bootloader
Loading...
Searching...
No Matches
AppleApfsInfo.h File Reference

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
 

Detailed Description

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.

Macro Definition Documentation

◆ APPLE_APFS_CONTAINER_INFO_GUID

#define APPLE_APFS_CONTAINER_INFO_GUID
Value:
{ 0x3533CF0D, 0x685F, 0x5EBF, \
{ 0x8D, 0xC6, 0x73, 0x93, 0x48, 0x5B, 0xAF, 0xA2 } }

Definition at line 22 of file AppleApfsInfo.h.

◆ APPLE_APFS_PARTITION_TYPE_GUID

#define APPLE_APFS_PARTITION_TYPE_GUID
Value:
{ 0x7C3457EF, 0x0000, 0x11AA, \
{ 0xAA, 0x11, 0x00, 0x30, 0x65, 0x43, 0xEC, 0xAC } }

Definition at line 16 of file AppleApfsInfo.h.

◆ APPLE_APFS_VOLUME_INFO_GUID

#define APPLE_APFS_VOLUME_INFO_GUID
Value:
{ 0x900C7693, 0x8C14, 0x58BA, \
{ 0xB4, 0x4E, 0x97, 0x45, 0x15, 0xD2, 0x7C, 0x78 } }

Definition at line 33 of file AppleApfsInfo.h.

◆ APPLE_APFS_VOLUME_ROLE_PREBOOT

#define APPLE_APFS_VOLUME_ROLE_PREBOOT   BIT4

Definition at line 38 of file AppleApfsInfo.h.

◆ APPLE_APFS_VOLUME_ROLE_RECOVERY

#define APPLE_APFS_VOLUME_ROLE_RECOVERY   BIT2

Definition at line 37 of file AppleApfsInfo.h.

Typedef Documentation

◆ APPLE_APFS_VOLUME_ROLE

typedef UINT32 APPLE_APFS_VOLUME_ROLE

Definition at line 40 of file AppleApfsInfo.h.

Variable Documentation

◆ gAppleApfsContainerInfoGuid

EFI_GUID gAppleApfsContainerInfoGuid
extern

Definition at line 20 of file UserGlobalVar.c.

◆ gAppleApfsPartitionTypeGuid

EFI_GUID gAppleApfsPartitionTypeGuid
extern

◆ gAppleApfsVolumeInfoGuid

EFI_GUID gAppleApfsVolumeInfoGuid
extern

Definition at line 23 of file UserGlobalVar.c.