Home
last modified time | relevance | path

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

/netbsd-src/sys/stand/efiboot/
H A Dsmbios.h178 struct smbios_board { struct
179 uint8_t vendor; /* string */
180 uint8_t product; /* string */
181 uint8_t version; /* string */
182 uint8_t serial; /* string */
183 uint8_t asset; /* string */
184 uint8_t feature; /* feature flags */
185 uint8_t location; /* location in chassis */
186 uint16_t handle; /* chassis handle */
187 uint8_t type; /* board type */
[all …]
/netbsd-src/sys/dev/
H A Dsmbiosvar.h183 struct smbios_board { struct
184 uint8_t vendor; /* string */
185 uint8_t product; /* string */
186 uint8_t version; /* string */
187 uint8_t serial; /* string */
188 uint8_t asset; /* string */
189 uint8_t feature; /* feature flags */
190 uint8_t location; /* location in chassis */
191 uint16_t handle; /* chassis handle */
192 uint8_t type; /* board type */
[all …]