lazybios 3.0.0
Lightweight SMBIOS/DMI parsing library
Loading...
Searching...
No Matches
HP OEM Type 204: HPE ProLiant System/Rack Locator

HPE ProLiant System/Rack Locator information. More...

Data Structures

struct  lazybiosOemHpType204_t
 Parsed HPE ProLiant System/Rack Locator information. More...
struct  lazybiosOemHpType204Array_t
 A parsed set of Hp OEM Type 204 structures. More...

Functions

void lazybiosFreeOemHpType204 (lazybiosOemHpType204Array_t *HpType204)
 Releases a parsed set of Hp OEM Type 204 structures.
LAZYBIOS_WARN_UNUSED lazybiosOemHpType204Array_tlazybiosGetOemHpType204 (const lazybiosDMI_t *DMIData)
 Parses all Hp OEM SMBIOS Type 204 structures.

Detailed Description

HPE ProLiant System/Rack Locator information.

Function Documentation

◆ lazybiosFreeOemHpType204()

void lazybiosFreeOemHpType204 ( lazybiosOemHpType204Array_t * HpType204)

#include <hp_type204.h>

Releases a parsed set of Hp OEM Type 204 structures.

Parameters
HpType204Set to release; may be NULL.

References lazybiosFreeOemHpType204().

Referenced by lazybiosFreeOemHpType204().

◆ lazybiosGetOemHpType204()

LAZYBIOS_WARN_UNUSED lazybiosOemHpType204Array_t * lazybiosGetOemHpType204 ( const lazybiosDMI_t * DMIData)

#include <hp_type204.h>

Parses all Hp OEM SMBIOS Type 204 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 lazybiosGetOemHpType204().

Referenced by lazybiosGetOemHpType204().