Functions | |
VOID EFIAPI | LoadDeferredImage (IN EFI_EVENT Event, IN VOID *Context) |
VOID | LoadDeferredImageInit (IN EFI_HANDLE ImageHandle) |
Variables | |
EFI_HANDLE | mDeferredImageHandle |
Copyright (c) 2009 - 2010, Intel Corporation. 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.
VOID EFIAPI LoadDeferredImage | ( | IN EFI_EVENT | Event, | |
IN VOID * | Context | |||
) |
The function will load all the deferred images again. If the deferred image is loaded successfully, try to start it.
Event | Event whose notification function is being invoked. | |
Context | Pointer to the notification function's context |
References BOOLEAN(), EFI_STATUS(), mDeferredImageHandle, TRUE, and UINTN().
Referenced by LoadDeferredImageInit().
VOID LoadDeferredImageInit | ( | IN EFI_HANDLE | ImageHandle | ) |
Register an event notification function for user profile changed.
[in] | ImageHandle | Image handle this driver. |
References EFI_STATUS(), LoadDeferredImage(), and mDeferredImageHandle.
Referenced by UserIdentifyManagerInit().
EFI_HANDLE mDeferredImageHandle |