Lines Matching defs:Symbios_nvram
141 struct Symbios_nvram { struct
143 u_short type; /* 0x0000 */
144 u_short byte_count; /* excluding header/trailer */
145 u_short checksum;
148 u_char v_major; /* 0x00 */
149 u_char v_minor; /* 0x30 */
150 u32 boot_crc;
151 u_short flags;
157 u_short flags1;
159 u_short term_state;
163 u_short rmvbl_flags;
167 u_char host_id;
168 u_char num_hba; /* 0x04 */
169 u_char num_devices; /* 0x10 */
170 u_char max_scam_devices; /* 0x04 */
171 u_char num_valid_scam_devices; /* 0x00 */
172 u_char flags2;
176 struct Symbios_host{
186 } host[4];
189 struct Symbios_target {
221 typedef struct Symbios_nvram Symbios_nvram; argument