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

  /src/sys/arch/news68k/include/
romcall.h 48 #define BOOTDEV_TYPE(x) ((x) & 0xff)
  /src/sys/arch/newsmips/include/
romcall.h 46 #define BOOTDEV_TYPE(x) ((x) & 0xff)
  /src/sys/arch/news68k/news68k/
autoconf.c 135 type = BOOTDEV_TYPE(bootdev);
  /src/sys/arch/newsmips/newsmips/
autoconf.c 137 type = BOOTDEV_TYPE(bootdev);
  /src/sys/arch/news68k/stand/bootxx/
bootxx.c 109 type = BOOTDEV_TYPE(bootdev);
  /src/sys/arch/news68k/stand/boot/
boot.c 108 type = BOOTDEV_TYPE(bootdev);
  /src/sys/arch/newsmips/stand/bootxx/
bootxx.c 105 type = BOOTDEV_TYPE(bootdev);
  /src/sys/arch/newsmips/stand/boot/
boot.c 143 type = BOOTDEV_TYPE(bootdev);

Completed in 17 milliseconds