/src/sys/arch/rs6000/stand/boot/ |
iplcb.c | 9 extern struct ipl_directory ipldir; 63 struct ipl_directory *ipldir; local in function:dump_iplcb 67 ipldir = &(iplcb_ptr->dir); 72 printf(" IPLCB_ID: %s\n", ipldir->iplcb_id); 73 printf(" GPR offset: 0x%x\n", ipldir->gpr_save_off); 74 printf(" Bitmap size: 0x%x\n", ipldir->cb_bitmap_size); 75 printf(" Bitmap offset: 0x%x\n", ipldir->bitmap_off); 76 printf(" Bitmap size: 0x%x\n", ipldir->bitmap_size); 77 printf(" IPL info offset: 0x%x\n", ipldir->iplinfo_off); 78 printf(" IPL info size: 0x%x\n", ipldir->iplinfo_size) [all...] |
iplcb.c | 9 extern struct ipl_directory ipldir; 63 struct ipl_directory *ipldir; local in function:dump_iplcb 67 ipldir = &(iplcb_ptr->dir); 72 printf(" IPLCB_ID: %s\n", ipldir->iplcb_id); 73 printf(" GPR offset: 0x%x\n", ipldir->gpr_save_off); 74 printf(" Bitmap size: 0x%x\n", ipldir->cb_bitmap_size); 75 printf(" Bitmap offset: 0x%x\n", ipldir->bitmap_off); 76 printf(" Bitmap size: 0x%x\n", ipldir->bitmap_size); 77 printf(" IPL info offset: 0x%x\n", ipldir->iplinfo_off); 78 printf(" IPL info size: 0x%x\n", ipldir->iplinfo_size) [all...] |
/src/sys/arch/rs6000/rs6000/ |
machdep.c | 100 struct ipl_directory *ipldir; variable in typeref:struct:ipl_directory * 236 ipldir = (struct ipl_directory *)&iplcb->dir; 238 ipldir->iplinfo_off); 240 ipldir->sysinfo_offset); 342 bi = (struct buc_info *)((char *)iplcb + ipldir->bucinfo_off); 354 bi = (struct buc_info *)((char *)iplcb + ipldir->bucinfo_off +
|
machdep.c | 100 struct ipl_directory *ipldir; variable in typeref:struct:ipl_directory * 236 ipldir = (struct ipl_directory *)&iplcb->dir; 238 ipldir->iplinfo_off); 240 ipldir->sysinfo_offset); 342 bi = (struct buc_info *)((char *)iplcb + ipldir->bucinfo_off); 354 bi = (struct buc_info *)((char *)iplcb + ipldir->bucinfo_off +
|