Lines Matching defs:Symbios_nvram
38 struct Symbios_nvram { struct
40 u_short type; /* 0x0000 */
41 u_short byte_count; /* excluding header/trailer */
42 u_short checksum;
45 u_char v_major; /* 0x00 */
46 u_char v_minor; /* 0x30 */
47 u32 boot_crc;
48 u_short flags;
54 u_short flags1;
56 u_short term_state;
60 u_short rmvbl_flags;
64 u_char host_id;
65 u_char num_hba; /* 0x04 */
66 u_char num_devices; /* 0x10 */
67 u_char max_scam_devices; /* 0x04 */
68 u_char num_valid_scam_devices; /* 0x00 */
69 u_char flags2;
73 struct Symbios_host{
83 } host[4];
86 struct Symbios_target {
118 typedef struct Symbios_nvram Symbios_nvram; argument