Home | History | Annotate | Download | only in netboot

Lines Matching refs:check

347 	union bios32 *check;
359 for (check = (union bios32 *) 0xe0000; check <= (union bios32 *) 0xffff0; ++check) {
360 if (check->fields.signature != BIOS32_SIGNATURE)
362 length = check->fields.length * 16;
367 sum += check->chars[i];
370 if (check->fields.revision != 0) {
372 check->fields.revision, check);
377 "structure at %#X\n", check);
380 if (check->fields.entry >= 0x100000) {
385 bios32_entry = check->fields.entry;