Lines Matching +full:load +full:- +full:reserved
2 Load File protocol as defined in the UEFI 2.0 specification.
4 The load file protocol exists to supports the addition of new boot devices,
10 Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>
11 SPDX-License-Identifier: BSD-2-Clause-Patent
31 /// Backward-compatible with EFI1.1
36 Causes the driver to load a specified file.
39 @param FilePath The device specific path of the file to load.
41 boot manager is attempting to load FilePath as a boot
56 @retval EFI_NO_MEDIA No medium was present to load the file.
60 @retval EFI_ABORTED The file load process was manually cancelled.
61 @retval EFI_WARN_FILE_SYSTEM The resulting Buffer contains UEFI-compliant file system.