lazybios 3.0.0
Lightweight SMBIOS/DMI parsing library
Loading...
Searching...
No Matches
lazybiosEntryInspection Struct Reference

#include <lazybios_internal.h>

Data Fields

int checksum_valid
int intermediate_checksum_valid
size_t length
lazybiosSMBIOSVersionTag tag

Detailed Description

Internal, platform-neutral backend transformations.

Keeping firmware byte validation separate from the operating-system calls lets the same code run under unit tests and libFuzzer on every host.

Definition at line 276 of file lazybios_internal.h.

Field Documentation

◆ checksum_valid

int lazybiosEntryInspection::checksum_valid

Definition at line 279 of file lazybios_internal.h.

◆ intermediate_checksum_valid

int lazybiosEntryInspection::intermediate_checksum_valid

Definition at line 280 of file lazybios_internal.h.

◆ length

size_t lazybiosEntryInspection::length

Definition at line 278 of file lazybios_internal.h.

◆ tag

lazybiosSMBIOSVersionTag lazybiosEntryInspection::tag

Definition at line 277 of file lazybios_internal.h.


The documentation for this struct was generated from the following file: