Home About us GitHub Contact us Docs

FoxOS

Welcome to the FoxOS website!

smbios32::print_smbios_entry

Signature: void smbios32::print_smbios_entry(smbios_entry_t* smbios)
Description: Prints a smbios32 entry

Parameters:

Return: void

smbios32::next

Signature: smbios_structure_header_t* smbios32::next(smbios_structure_header_t* structure)
Description: Calculates the next smbios32 structure in the smbios32 table

Parameters:

Return: smbios_structure_header_t*

smbios32::find_smbios_structure

Signature: smbios_structure_header_t* smbios32::find_smbios_structure(smbios_entry_t* smbios, uint8_t type, int idx)
Description: Finds a smbios32 structure in the smbios32 table

Parameters:

Return: smbios_structure_header_t*

smbios32::get_string

Signature: char* smbios32::get_string(smbios_structure_header_t* structure, str_id id)
Description: Gets a string from the smbios32 table

Parameters:

Return: char*

smbios32::type_to_str

Signature: char* smbios32::type_to_str(uint8_t type)
Description: Converts a smbios32 table type to a string

Parameters:

Return: char*

Show file on GitHub