Lines Matching defs:bootrec
82 rs6000_boot_record_t bootrec;
422 memset(&bootrec, 0, sizeof(rs6000_boot_record_t));
425 bootrec.ipl_record = IPLRECID;
429 bootrec.bootcode_len = bcl;
430 bootrec.bootcode_off = 0; /* XXX */
431 bootrec.bootpart_start = 2; /* skip bootrec and confrec */
432 bootrec.bootprg_start = 2;
433 bootrec.bootpart_len = bcl;
434 bootrec.boot_load_addr = 0x800000; /* XXX? */
435 bootrec.boot_frag = 1;
436 bootrec.boot_emul = 0x02; /* ?? */
438 bootrec.servcode_len = bootrec.bootcode_len;
439 bootrec.servcode_off = bootrec.bootcode_off;
440 bootrec.servpart_start = bootrec.bootpart_start;
441 bootrec.servprg_start = bootrec.bootprg_start;
442 bootrec.servpart_len = bootrec.bootpart_len;
443 bootrec.serv_load_addr = bootrec.boot_load_addr;
444 bootrec.serv_frag = bootrec.boot_frag;
445 bootrec.serv_emul = bootrec.boot_emul;
578 memcpy(swapped, &bootrec, sizeof(rs6000_boot_record_t));