Lines Matching defs:bootrec
31 struct bootrec *bootrec;
48 bootrec = (struct bootrec *) data;
50 while (bootrec->data <= end_data && (bootrec->data +
51 (len = le32_to_cpu(bootrec->len))) <= end_data) {
52 u32 code = le32_to_cpu(bootrec->code);
56 bootrec->data);
61 char *iftype = (char *)bootrec->data;
76 if (strnlen((unsigned char *) bootrec->data, 24) < 24)
77 fw_version = (unsigned char *) bootrec->data;
81 (struct bootrec_desc *)bootrec->data;
89 if (le32_to_cpu(bootrec->len) == 11)
106 exp_if = (struct exp_if *) bootrec->data;
120 bootrec = (struct bootrec *)&bootrec->data[len];