bootrec
exp_if = (struct exp_if *) bootrec->data;
bootrec = (struct bootrec *)&bootrec->data[len];
struct bootrec *bootrec;
bootrec = (struct bootrec *) data;
while (bootrec->data <= end_data && (bootrec->data +
(len = le32_to_cpu(bootrec->len))) <= end_data) {
u32 code = le32_to_cpu(bootrec->code);
bootrec->data);
char *iftype = (char *)bootrec->data;
if (strnlen((unsigned char *) bootrec->data, 24) < 24)
fw_version = (unsigned char *) bootrec->data;
(struct bootrec_desc *)bootrec->data;
if (le32_to_cpu(bootrec->len) == 11)