OpenCore
1.0.4
OpenCore Bootloader
|
#include <Uefi.h>
#include <Guid/SmBios.h>
#include <Library/DebugLib.h>
#include <Library/BaseMemoryLib.h>
#include <Library/MemoryAllocationLib.h>
#include <Library/OcCpuLib.h>
#include <Library/OcFileLib.h>
#include <Library/OcMiscLib.h>
#include <Library/OcSmbiosLib.h>
#include <Library/PrintLib.h>
#include <Library/UefiLib.h>
#include <Library/UefiBootServicesTableLib.h>
#include <Library/UefiRuntimeServicesTableLib.h>
#include "SmbiosInternal.h"
#include "DebugSmbios.h"
Go to the source code of this file.
Functions | |
EFI_STATUS | OcSmbiosDump (IN EFI_FILE_PROTOCOL *Root) |
Copyright (C) 2020, vit9696. All rights reserved.
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 SmbiosDump.c.
EFI_STATUS OcSmbiosDump | ( | IN EFI_FILE_PROTOCOL * | Root | ) |
Dump current SMBIOS data into specified directory under EntryV#.bin/DataV#.bin names, where # is SMBIOS version: 1, 3, or both.
[in] | Root | Directory to dump SMBIOS data. |
EFI_SUCCESS | on success. |
Definition at line 35 of file SmbiosDump.c.