HomeSort by: relevance | last modified time | path
    Searched defs:rpb (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/arch/vax/boot/xxboot/
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...]
  /src/sys/arch/vax/include/
rpb.h 1 /* $NetBSD: rpb.h,v 1.10 2017/05/22 17:12:11 ragge Exp $ */
33 * to get more info about RPB.
36 struct rpb { /* size description */ struct
37 struct rpb *rpb_base; /* 4 physical base address of block */
121 extern struct rpb rpb;
  /src/sys/arch/alpha/include/
rpb.h 1 /* $NetBSD: rpb.h,v 1.45 2024/03/31 19:11:21 thorpej Exp $ */
41 struct rpb { struct
510 extern struct rpb *hwrpb;

Completed in 13 milliseconds