OpenCore  1.0.4
OpenCore Bootloader
Loading...
Searching...
No Matches
SmbiosDump.c File Reference
#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)
 

Detailed Description

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.

Function Documentation

◆ OcSmbiosDump()

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.

Parameters
[in]RootDirectory to dump SMBIOS data.
Return values
EFI_SUCCESSon success.

Definition at line 35 of file SmbiosDump.c.