Home
last modified time | relevance | path

Searched defs:smbios_entry_point (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/bhyve/common/
H A Dsmbiostbl.c105 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 */
[all …]