Lines Matching defs:Symbios_nvram
51 struct Symbios_nvram { struct
53 u_short type; /* 0x0000 */
54 u_short byte_count; /* excluding header/trailer */
55 u_short checksum;
58 u_char v_major; /* 0x00 */
59 u_char v_minor; /* 0x30 */
60 u32 boot_crc;
61 u_short flags;
67 u_short flags1;
69 u_short term_state;
73 u_short rmvbl_flags;
77 u_char host_id;
78 u_char num_hba; /* 0x04 */
79 u_char num_devices; /* 0x10 */
80 u_char max_scam_devices; /* 0x04 */
81 u_char num_valid_scam_devices; /* 0x00 */
82 u_char flags2;
86 struct Symbios_host{
96 } host[4];
99 struct Symbios_target {
131 typedef struct Symbios_nvram Symbios_nvram; typedef