Home
last modified time | relevance | path

Searched refs:devtyp (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/sys/arch/vax/boot/xxboot/
H A Dbootxx.c119 rpb->devtyp = bootregs[0]; in Xmain()
124 if (rpb->devtyp != BDEV_HP && vax_cputype == VAX_TYP_750) in Xmain()
242 if (rpb->devtyp == BDEV_UDA || rpb->devtyp == BDEV_TK) { in devopen()
285 if (rpb->devtyp == BDEV_HP) in romstrategy()
/netbsd-src/sys/arch/vax/boot/boot/
H A Ddevopen.c64 dev = bootrpb.devtyp; in devopen()
126 bootrpb.devtyp = dev; in devopen()
191 bootrpb.devtyp, bootrpb.unit, bootrpb.csrphy, bootrpb.adpphy); in devopen()
H A Dautoconf.c85 bootrpb.devtyp = bootregs[0]; in autoconf()
H A Dra.c87 if (bootrpb.devtyp == BDEV_TK) in raopen()
/netbsd-src/sys/arch/vax/vax/
H A Dautoconf.c94 rpb.devtyp, rpb.unit, rpb.csrphy, rpb.adpphy, rpb.slave); in cpu_rootconf()
275 if (rpb.devtyp != nr) in jmfr()
426 if (rpb.devtyp == BDEV_UDA && rpb.csrphy == ioaddr) in booted_ra()
/netbsd-src/sys/arch/vax/mba/
H A Dmbavar.h115 enum mb_devices devtyp; member
H A Dmba.c153 ma.ma_devtyp = mbaunit[j].devtyp; in mbaattach()
/netbsd-src/sys/arch/vax/include/
H A Drpb.h66 u_char devtyp; /* 1 Bootstrap device type code */ member