Lines Matching defs:smbios_entry_point
105 struct smbios_entry_point { struct
106 char eanchor[4]; /* anchor tag */
107 uint8_t echecksum; /* checksum of entry point structure */
108 uint8_t eplen; /* length in bytes of entry point */
109 uint8_t major; /* major version of the SMBIOS spec */
110 uint8_t minor; /* minor version of the SMBIOS spec */
111 uint16_t maxssize; /* maximum size in bytes of a struct */
112 uint8_t revision; /* entry point structure revision */
113 uint8_t format[5]; /* entry point rev-specific data */
114 char ianchor[5]; /* intermediate anchor tag */
115 uint8_t ichecksum; /* intermediate checksum */
116 uint16_t stlen; /* len in bytes of structure table */
117 uint32_t staddr; /* physical addr of structure table */
118 uint16_t stnum; /* number of structure table entries */
119 uint8_t bcdrev; /* BCD value representing DMI ver */