Searched defs:smbios_entry_point (Results 1 – 1 of 1) sorted by relevance
99 struct smbios_entry_point { struct100 char eanchor[4]; /* anchor tag */101 uint8_t echecksum; /* checksum of entry point structure */102 uint8_t eplen; /* length in bytes of entry point */103 uint8_t major; /* major version of the SMBIOS spec */104 uint8_t minor; /* minor version of the SMBIOS spec */105 uint16_t maxssize; /* maximum size in bytes of a struct */106 uint8_t revision; /* entry point structure revision */107 uint8_t format[5]; /* entry point rev-specific data */108 char ianchor[5]; /* intermediate anchor tag */[all …]