lazybios 3.0.0
Lightweight SMBIOS/DMI parsing library
Loading...
Searching...
No Matches
type38.h File Reference

Public API for SMBIOS Type 38 IPMI Device Information. More...

Go to the source code of this file.

Data Structures

struct  lazybiosType38_t
 Parsed SMBIOS Type 38 IPMI Device Information. More...
struct  lazybiosType38Array_t
 A parsed set of SMBIOS Type 38 structures. More...
struct  lazybiosType38Decoded_t
 Decoded forms of the Type 38 encoded fields. More...
struct  lazybiosType38FieldStatus_t
 Availability metadata for SMBIOS Type 38 fields. More...

Macros

#define LAZYBIOS_TYPE_HEADER_ONLY

Functions

void lazybiosFreeType38 (lazybiosType38Array_t *Type38)
 Releases a parsed set of SMBIOS Type 38 structures.
LAZYBIOS_WARN_UNUSED lazybiosType38Array_tlazybiosGetType38 (const lazybiosDMI_t *DMIData)
 Parses all SMBIOS Type 38 structures.

Detailed Description

Public API for SMBIOS Type 38 IPMI Device Information.

Author
LazySeldi

Definition in file type38.h.

Macro Definition Documentation

◆ LAZYBIOS_TYPE_HEADER_ONLY

#define LAZYBIOS_TYPE_HEADER_ONLY

Definition at line 29 of file type38.h.