lazybios 3.0.0
Lightweight SMBIOS/DMI parsing library
Loading...
Searching...
No Matches
Dell OEM Type 218: Dell Token Interface

Dell Token Interface command port, command classes, and token records. More...

Data Structures

struct  lazybiosOemDellType218_t
 Parsed Dell Token Interface information. More...
struct  lazybiosOemDellType218Array_t
 A parsed set of Dell OEM Type 218 structures. More...

Functions

void lazybiosFreeOemDellType218 (lazybiosOemDellType218Array_t *DellType218)
 Releases a parsed set of Dell OEM Type 218 structures.
LAZYBIOS_WARN_UNUSED lazybiosOemDellType218Array_tlazybiosGetOemDellType218 (const lazybiosDMI_t *DMIData)
 Parses all Dell OEM SMBIOS Type 218 structures.

Detailed Description

Dell Token Interface command port, command classes, and token records.

Function Documentation

◆ lazybiosFreeOemDellType218()

void lazybiosFreeOemDellType218 ( lazybiosOemDellType218Array_t * DellType218)

#include <dell_type218.h>

Releases a parsed set of Dell OEM Type 218 structures.

Parameters
DellType218Set to release; may be NULL.

References lazybiosFreeOemDellType218().

Referenced by lazybiosFreeOemDellType218().

◆ lazybiosGetOemDellType218()

LAZYBIOS_WARN_UNUSED lazybiosOemDellType218Array_t * lazybiosGetOemDellType218 ( const lazybiosDMI_t * DMIData)

#include <dell_type218.h>

Parses all Dell OEM SMBIOS Type 218 structures.

Parameters
DMIDataRaw DMI table container to parse.
Returns
Newly allocated set, empty when the table holds no such structure, or NULL when the arguments are unusable or an allocation fails.

References LAZYBIOS_WARN_UNUSED, and lazybiosGetOemDellType218().

Referenced by lazybiosGetOemDellType218().