Lines Matching defs:smapi_bios_header
37 struct smapi_bios_header { struct
38 u_int8_t signature[4]; /* '$SMB' */
39 u_int8_t version_major;
40 u_int8_t version_minor;
41 u_int8_t length;
42 u_int8_t checksum;
43 u_int16_t information;
47 u_int16_t reserved1;
49 u_int16_t real16_offset;
50 u_int16_t real16_segment;
52 u_int16_t reserved2;
54 u_int16_t prot16_offset;
55 u_int32_t prot16_segment;
57 u_int32_t prot32_offset;
58 u_int32_t prot32_segment;