OpenCore
1.0.4
OpenCore Bootloader
|
Go to the source code of this file.
Data Structures | |
struct | APPLE_DIAG_VARIABLE_ACCESS_PROTOCOL |
Macros | |
#define | APPLE_DIAG_VARIABLE_ACCESS_PROTOCOL_GUID |
#define | APPLE_DIAG_VAULT_PROTOCOL_GUID |
Typedefs | |
typedef EFI_STATUS(EFIAPI * | DIAG_ACCESS_GET) (IN CHAR16 *Key, OUT VOID *Value, IN OUT UINTN *Length) |
typedef EFI_STATUS(EFIAPI * | DIAG_ACCESS_SET) (IN CHAR16 *Key, IN VOID *Value, IN OUT UINTN *Length) |
Variables | |
EFI_GUID | gAppleDiagVariableAccessProtocolGuid |
EFI_GUID | gAppleDiagVaultProtocolGuid |
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 AppleDiag.h.
#define APPLE_DIAG_VARIABLE_ACCESS_PROTOCOL_GUID |
Definition at line 16 of file AppleDiag.h.
#define APPLE_DIAG_VAULT_PROTOCOL_GUID |
Definition at line 20 of file AppleDiag.h.
typedef EFI_STATUS(EFIAPI * DIAG_ACCESS_GET) (IN CHAR16 *Key, OUT VOID *Value, IN OUT UINTN *Length) |
Definition at line 25 of file AppleDiag.h.
typedef EFI_STATUS(EFIAPI * DIAG_ACCESS_SET) (IN CHAR16 *Key, IN VOID *Value, IN OUT UINTN *Length) |
Definition at line 33 of file AppleDiag.h.
|
extern |
|
extern |