TianoCore EDK2 master
|
#include "TlsAuthConfigImpl.h"
Go to the source code of this file.
Functions | |
EFI_STATUS EFIAPI | TlsAuthConfigDxeUnload (IN EFI_HANDLE ImageHandle) |
EFI_STATUS EFIAPI | TlsAuthConfigDxeDriverEntryPoint (IN EFI_HANDLE ImageHandle, IN EFI_SYSTEM_TABLE *SystemTable) |
The DriverEntryPoint for TlsAuthConfigDxe driver.
Copyright (c) 2016 - 2018, Intel Corporation. All rights reserved.
SPDX-License-Identifier: BSD-2-Clause-Patent
Definition in file TlsAuthConfigDxe.c.
EFI_STATUS EFIAPI TlsAuthConfigDxeDriverEntryPoint | ( | IN EFI_HANDLE | ImageHandle, |
IN EFI_SYSTEM_TABLE * | SystemTable | ||
) |
This is the declaration of an EFI image entry point. This entry point is the same for UEFI Applications, UEFI OS Loaders, and UEFI Drivers including both device drivers and bus drivers.
ImageHandle | The firmware allocated handle for the UEFI image. |
SystemTable | A pointer to the EFI System Table. |
EFI_SUCCESS | The operation completed successfully. |
Others | An unexpected error occurred. |
Definition at line 66 of file TlsAuthConfigDxe.c.
EFI_STATUS EFIAPI TlsAuthConfigDxeUnload | ( | IN EFI_HANDLE | ImageHandle | ) |
Unloads an image.
ImageHandle | Handle that identifies the image to be unloaded. |
EFI_SUCCESS | The image has been unloaded. |
EFI_INVALID_PARAMETER | ImageHandle is not a valid image handle. |
Definition at line 23 of file TlsAuthConfigDxe.c.