HomeSort by: relevance | last modified time | path
    Searched refs:devtyp (Results 1 - 8 of 8) sorted by relevancy

  /src/sys/arch/vax/mba/
mbavar.h 115 enum mb_devices devtyp; member in struct:mbaunit
mba.c 153 ma.ma_devtyp = mbaunit[j].devtyp;
  /src/sys/arch/vax/boot/boot/
devopen.c 64 dev = bootrpb.devtyp;
126 bootrpb.devtyp = dev;
191 bootrpb.devtyp, bootrpb.unit, bootrpb.csrphy, bootrpb.adpphy);
autoconf.c 85 bootrpb.devtyp = bootregs[0];
ra.c 87 if (bootrpb.devtyp == BDEV_TK)
  /src/sys/arch/vax/include/
rpb.h 66 u_char devtyp; /* 1 Bootstrap device type code */ member in struct:rpb
  /src/sys/arch/vax/boot/xxboot/
bootxx.c 119 rpb->devtyp = bootregs[0];
124 if (rpb->devtyp != BDEV_HP && vax_cputype == VAX_TYP_750)
242 if (rpb->devtyp == BDEV_UDA || rpb->devtyp == BDEV_TK) {
285 if (rpb->devtyp == BDEV_HP)
  /src/sys/arch/vax/vax/
autoconf.c 94 rpb.devtyp, rpb.unit, rpb.csrphy, rpb.adpphy, rpb.slave);
275 if (rpb.devtyp != nr)
426 if (rpb.devtyp == BDEV_UDA && rpb.csrphy == ioaddr)

Completed in 13 milliseconds