Remote-access facility manufacturer and inbound or outbound connection policy. More...
Data Structures | |
| struct | lazybiosType30_t |
| Parsed SMBIOS Type 30 Out-of-Band Remote Access information. More... | |
| struct | lazybiosType30Array_t |
| A parsed set of SMBIOS Type 30 structures. More... | |
Functions | |
| void | lazybiosFreeType30 (lazybiosType30Array_t *Type30) |
| Releases a parsed set of SMBIOS Type 30 structures. | |
| LAZYBIOS_WARN_UNUSED lazybiosType30Array_t * | lazybiosGetType30 (const lazybiosDMI_t *DMIData) |
| Parses all SMBIOS Type 30 structures. | |
Remote-access facility manufacturer and inbound or outbound connection policy.
| void lazybiosFreeType30 | ( | lazybiosType30Array_t * | Type30 | ) |
#include <type30.h>
Releases a parsed set of SMBIOS Type 30 structures.
| Type30 | Set to release; may be NULL. |
References lazybiosFreeType30().
Referenced by lazybiosFreeType30().
| LAZYBIOS_WARN_UNUSED lazybiosType30Array_t * lazybiosGetType30 | ( | const lazybiosDMI_t * | DMIData | ) |
#include <type30.h>
Parses all SMBIOS Type 30 structures.
| DMIData | Raw DMI table container to parse. |
References LAZYBIOS_WARN_UNUSED, and lazybiosGetType30().
Referenced by lazybiosGetType30().