TianoCore EDK2 master
|
Go to the source code of this file.
Functions | |
EFI_STATUS EFIAPI | ConnectNvVarsToFileSystem (IN EFI_HANDLE FsHandle) |
EFI_STATUS EFIAPI | UpdateNvVarsOnFileSystem () |
Provides functions to save and restore NV variables in a file.
Copyright (c) 2009, Intel Corporation. All rights reserved.
SPDX-License-Identifier: BSD-2-Clause-Patent
Definition in file NvVarsFileLib.h.
EFI_STATUS EFIAPI ConnectNvVarsToFileSystem | ( | IN EFI_HANDLE | FsHandle | ) |
Attempts to connect the NvVarsFileLib to the specified file system.
[in] | FsHandle | - Handle for a gEfiSimpleFileSystemProtocolGuid instance |
EFI_SUCCESS | - The given file system was connected successfully |
Definition at line 27 of file NvVarsFileLib.c.
EFI_STATUS EFIAPI UpdateNvVarsOnFileSystem | ( | ) |
Update non-volatile variables stored on the file system.
EFI_SUCCESS | - The non-volatile variables were saved to the disk |
EFI_NOT_STARTED | - A file system has not been connected |
Definition at line 68 of file NvVarsFileLib.c.