Searched defs:bootDesc (Results 1 – 1 of 1) sorted by relevance
128 struct bootDesc { struct129 uint8_t structType;130 uint8_t stdIdent[VSD_STD_ID_LEN];131 uint8_t structVersion;132 uint8_t reserved1;133 struct regid archType;134 struct regid bootIdent;135 __le32 bootExtLocation;136 __le32 bootExtLength;137 __le64 loadAddress;[all …]