/src/sys/arch/vax/boot/boot/ |
autoconf.c | 52 long *bootregs; variable in typeref:typename:long * 63 int fromnet = (bootregs[12] != -1); 72 printf("r%d: %lx\n", copyrpb, bootregs[copyrpb]); 85 bootrpb.devtyp = bootregs[0]; 86 bootrpb.adpphy = bootregs[1]; 87 bootrpb.csrphy = bootregs[2]; 88 bootrpb.unit = bootregs[3]; 89 bootrpb.rpb_bootr5 = bootregs[5]; 108 struct rpb *prpb = (struct rpb *)bootregs[11];
|
autoconf.c | 52 long *bootregs; variable in typeref:typename:long * 63 int fromnet = (bootregs[12] != -1); 72 printf("r%d: %lx\n", copyrpb, bootregs[copyrpb]); 85 bootrpb.devtyp = bootregs[0]; 86 bootrpb.adpphy = bootregs[1]; 87 bootrpb.csrphy = bootregs[2]; 88 bootrpb.unit = bootregs[3]; 89 bootrpb.rpb_bootr5 = bootregs[5]; 108 struct rpb *prpb = (struct rpb *)bootregs[11];
|
/src/sys/arch/vax/boot/xxboot/ |
bootxx.c | 77 unsigned *bootregs; variable in typeref:typename:unsigned * 115 bcopy ((void *)bootregs[11], rpb, sizeof(struct rpb)); 119 rpb->devtyp = bootregs[0]; 120 rpb->unit = bootregs[3]; 121 rpb->rpb_bootr5 = bootregs[5]; 122 rpb->csrphy = bootregs[2]; 123 rpb->adpphy = bootregs[1]; /* BI node on 8200 */ 126 (bootregs[1] == 0xffe000 ? 0xf30000 : 0xf32000); 256 unit_init(initfn, rpb, bootregs[12]); 288 read750(block, (int *)bootregs); [all...] |
bootxx.c | 77 unsigned *bootregs; variable in typeref:typename:unsigned * 115 bcopy ((void *)bootregs[11], rpb, sizeof(struct rpb)); 119 rpb->devtyp = bootregs[0]; 120 rpb->unit = bootregs[3]; 121 rpb->rpb_bootr5 = bootregs[5]; 122 rpb->csrphy = bootregs[2]; 123 rpb->adpphy = bootregs[1]; /* BI node on 8200 */ 126 (bootregs[1] == 0xffe000 ? 0xf30000 : 0xf32000); 256 unit_init(initfn, rpb, bootregs[12]); 288 read750(block, (int *)bootregs); [all...] |