bootxx.c | 52 #include <machine/rpb.h> 70 void romread_uvax(int lbn, int size, void *buf, struct rpb *rpb); 73 int unit_init(int, struct rpb *, int); 78 struct rpb *rpb; variable in typeref:struct:rpb * 109 rpb = (void *)0xf0000; /* Safe address right now */ 113 * now relocate rpb/bqo (which are used by ROM-routines) 115 bcopy ((void *)bootregs[11], rpb, sizeof(struct rpb)); [all...] |