lazybios 3.0.0
Lightweight SMBIOS/DMI parsing library
Loading...
Searching...
No Matches
Dell OEM Type 177: Dell BIOS Flags

Dell BIOS Flags information. More...

Data Structures

struct  lazybiosOemDellType177_t
 Parsed Dell BIOS Flags information. More...
struct  lazybiosOemDellType177Array_t
 A parsed set of Dell OEM Type 177 structures. More...

Functions

void lazybiosFreeOemDellType177 (lazybiosOemDellType177Array_t *DellType177)
 Releases a parsed set of Dell OEM Type 177 structures.
LAZYBIOS_WARN_UNUSED lazybiosOemDellType177Array_tlazybiosGetOemDellType177 (const lazybiosDMI_t *DMIData)
 Parses all Dell OEM SMBIOS Type 177 structures.

Detailed Description

Dell BIOS Flags information.

Function Documentation

◆ lazybiosFreeOemDellType177()

void lazybiosFreeOemDellType177 ( lazybiosOemDellType177Array_t * DellType177)

#include <dell_type177.h>

Releases a parsed set of Dell OEM Type 177 structures.

Parameters
DellType177Set to release; may be NULL.

References lazybiosFreeOemDellType177().

Referenced by lazybiosFreeOemDellType177().

◆ lazybiosGetOemDellType177()

LAZYBIOS_WARN_UNUSED lazybiosOemDellType177Array_t * lazybiosGetOemDellType177 ( const lazybiosDMI_t * DMIData)

#include <dell_type177.h>

Parses all Dell OEM SMBIOS Type 177 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 lazybiosGetOemDellType177().

Referenced by lazybiosGetOemDellType177().