OpenCore
1.0.4
OpenCore Bootloader
|
#include <Base.h>
#include <IndustryStandard/AppleSmBios.h>
#include <Library/DebugLib.h>
#include <Library/UefiLib.h>
#include "DebugSmbios.h"
#include "SmbiosInternal.h"
Go to the source code of this file.
Variables | |
GLOBAL_REMOVE_IF_UNREFERENCED CONST CHAR8 * | SlotDataWidthStrings [] |
Copyright (C) 2016 - 2017, The HermitCrabs Lab. 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 DebugSmbios.c.
VOID SmbiosDebugAnyStructure | ( | IN APPLE_SMBIOS_STRUCTURE_POINTER | Record | ) |
Definition at line 944 of file DebugSmbios.c.
STATIC VOID SmbiosDebugAppleFirmwareVolume | ( | IN APPLE_SMBIOS_STRUCTURE_POINTER | Record | ) |
Definition at line 882 of file DebugSmbios.c.
STATIC VOID SmbiosDebugAppleProcessorSpeed | ( | IN APPLE_SMBIOS_STRUCTURE_POINTER | Record | ) |
Definition at line 927 of file DebugSmbios.c.
STATIC VOID SmbiosDebugAppleProcessorType | ( | IN APPLE_SMBIOS_STRUCTURE_POINTER | Record | ) |
Definition at line 909 of file DebugSmbios.c.
STATIC VOID SmbiosDebugBaseboardInformation | ( | IN APPLE_SMBIOS_STRUCTURE_POINTER | Record | ) |
Definition at line 173 of file DebugSmbios.c.
STATIC VOID SmbiosDebugBiosInformation | ( | IN APPLE_SMBIOS_STRUCTURE_POINTER | Record | ) |
Definition at line 65 of file DebugSmbios.c.
STATIC VOID SmbiosDebugBootInformation | ( | IN APPLE_SMBIOS_STRUCTURE_POINTER | Record | ) |
Definition at line 864 of file DebugSmbios.c.
STATIC VOID SmbiosDebugCacheInformation | ( | IN APPLE_SMBIOS_STRUCTURE_POINTER | Record | ) |
Definition at line 423 of file DebugSmbios.c.
STATIC VOID SmbiosDebugGeneric | ( | IN APPLE_SMBIOS_STRUCTURE_POINTER | Record | ) |
Definition at line 48 of file DebugSmbios.c.
STATIC VOID SmbiosDebugMemoryDevice | ( | IN APPLE_SMBIOS_STRUCTURE_POINTER | Record | ) |
Definition at line 587 of file DebugSmbios.c.
STATIC VOID SmbiosDebugMemoryMappedAddress | ( | IN APPLE_SMBIOS_STRUCTURE_POINTER | Record | ) |
Definition at line 684 of file DebugSmbios.c.
STATIC VOID SmbiosDebugMemoryMappedDevice | ( | IN APPLE_SMBIOS_STRUCTURE_POINTER | Record | ) |
Definition at line 729 of file DebugSmbios.c.
STATIC VOID SmbiosDebugPhysicalMemoryArray | ( | IN APPLE_SMBIOS_STRUCTURE_POINTER | Record | ) |
Definition at line 533 of file DebugSmbios.c.
STATIC VOID SmbiosDebugPortableBatteryDevice | ( | IN APPLE_SMBIOS_STRUCTURE_POINTER | Record | ) |
Definition at line 801 of file DebugSmbios.c.
STATIC VOID SmbiosDebugProcessorInformation | ( | IN APPLE_SMBIOS_STRUCTURE_POINTER | Record | ) |
Definition at line 288 of file DebugSmbios.c.
STATIC VOID SmbiosDebugSystemEnclosure | ( | IN APPLE_SMBIOS_STRUCTURE_POINTER | Record | ) |
Definition at line 227 of file DebugSmbios.c.
STATIC VOID SmbiosDebugSystemInformation | ( | IN APPLE_SMBIOS_STRUCTURE_POINTER | Record | ) |
Definition at line 101 of file DebugSmbios.c.
STATIC VOID SmbiosDebugSystemPorts | ( | IN APPLE_SMBIOS_STRUCTURE_POINTER | Record | ) |
Definition at line 369 of file DebugSmbios.c.
STATIC VOID SmbiosDebugSystemSlots | ( | IN APPLE_SMBIOS_STRUCTURE_POINTER | Record | ) |
Definition at line 468 of file DebugSmbios.c.
GLOBAL_REMOVE_IF_UNREFERENCED CONST CHAR8* SlotDataWidthStrings[] |
Definition at line 28 of file DebugSmbios.c.