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

Go to the source code of this file.

Macros

#define APPLE_HFS_PARTITION_TYPE_GUID
 
#define APPLE_HFS_CS_PARTITION_TYPE_GUID
 
#define APPLE_HFS_BOOT_PARTITION_TYPE_GUID
 
#define APPLE_HFS_UUID_INFO_GUID
 

Variables

EFI_GUID gAppleHfsPartitionTypeGuid
 
EFI_GUID gAppleHfsCsPartitionTypeGuid
 
EFI_GUID gAppleHfsBootPartitionTypeGuid
 
EFI_GUID gAppleHfsUuidInfoGuid
 

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 AppleHfsInfo.h.

Macro Definition Documentation

◆ APPLE_HFS_BOOT_PARTITION_TYPE_GUID

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

Boot (Recovery) HFS+ volume.

Definition at line 37 of file AppleHfsInfo.h.

◆ APPLE_HFS_CS_PARTITION_TYPE_GUID

#define APPLE_HFS_CS_PARTITION_TYPE_GUID
Value:
{ 0x53746F72, 0x6167, 0x11AA, \
{ 0xAA, 0x11, 0x00, 0x30, 0x65, 0x43, 0xEC, 0xAC } }

CoreStorage HFS+ volume.

Definition at line 28 of file AppleHfsInfo.h.

◆ APPLE_HFS_PARTITION_TYPE_GUID

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

Normal HFS+ volume.

Definition at line 19 of file AppleHfsInfo.h.

◆ APPLE_HFS_UUID_INFO_GUID

#define APPLE_HFS_UUID_INFO_GUID
Value:
{ 0xFA99420C, 0x88F1, 0x11E7, \
{ 0x95, 0xF6, 0xB8, 0xE8, 0x56, 0x2C, 0xBA, 0xFA } }

Accessible from EFI_FILE_PROTOCOL::GetInfo, this GUID allows to quickly obtain volume UUID.

Definition at line 47 of file AppleHfsInfo.h.

Variable Documentation

◆ gAppleHfsBootPartitionTypeGuid

EFI_GUID gAppleHfsBootPartitionTypeGuid
extern

◆ gAppleHfsCsPartitionTypeGuid

EFI_GUID gAppleHfsCsPartitionTypeGuid
extern

◆ gAppleHfsPartitionTypeGuid

EFI_GUID gAppleHfsPartitionTypeGuid
extern

◆ gAppleHfsUuidInfoGuid

EFI_GUID gAppleHfsUuidInfoGuid
extern