OpenCore
1.0.4
OpenCore Bootloader
|
Go to the source code of this file.
Data Structures | |
struct | APPLE_FIRMWARE_PASSWORD_PROTOCOL_ |
The structure exposed by the APPLE_FIRMWARE_PASSWORD_PROTOCOL. More... | |
Macros | |
#define | APPLE_FIRMWARE_PASSWORD_PROTOCOL_GUID |
Typedefs | |
typedef struct APPLE_FIRMWARE_PASSWORD_PROTOCOL_ | APPLE_FIRMWARE_PASSWORD_PROTOCOL |
The forward declaration for the protocol for the APPLE_FIRMWARE_PASSWORD_PROTOCOL. | |
typedef EFI_STATUS(EFIAPI * | APPLE_FIRMWARE_PASSWORD_CHECK) (IN APPLE_FIRMWARE_PASSWORD_PROTOCOL *This, IN OUT UINTN *Arg1) |
Variables | |
EFI_GUID | gAppleFirmwarePasswordProtocolGuid |
A global variable storing the GUID of the _APPLE_FIRMWARE_PASSWORD_PROTOCOL. | |
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 AppleFirmwarePassword.h.
#define APPLE_FIRMWARE_PASSWORD_PROTOCOL_GUID |
Definition at line 16 of file AppleFirmwarePassword.h.
typedef EFI_STATUS(EFIAPI * APPLE_FIRMWARE_PASSWORD_CHECK) (IN APPLE_FIRMWARE_PASSWORD_PROTOCOL *This, IN OUT UINTN *Arg1) |
[in] | This | This protocol. |
[in,out] | Arg1 |
EFI_SUCCESS | The log was saved successfully. |
other |
Definition at line 36 of file AppleFirmwarePassword.h.
The forward declaration for the protocol for the APPLE_FIRMWARE_PASSWORD_PROTOCOL.
Definition at line 24 of file AppleFirmwarePassword.h.
|
extern |
A global variable storing the GUID of the _APPLE_FIRMWARE_PASSWORD_PROTOCOL.