Home
last modified time | relevance | path

Searched refs:BOOTDEV_UNIT (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/sys/arch/newsmips/include/
H A Dromcall.h43 #define BOOTDEV_UNIT(x) (((x) >> 16) & 0x0f) macro
/netbsd-src/sys/arch/news68k/include/
H A Dromcall.h45 #define BOOTDEV_UNIT(x) (((x) >> 16) & 0x0f) macro
/netbsd-src/sys/arch/news68k/stand/bootxx/
H A Dbootxx.c107 unit = BOOTDEV_UNIT(bootdev); in bootxx()
/netbsd-src/sys/arch/news68k/stand/boot/
H A Dboot.c106 unit = BOOTDEV_UNIT(bootdev); in boot()
/netbsd-src/sys/arch/newsmips/stand/bootxx/
H A Dbootxx.c103 unit = BOOTDEV_UNIT(bootdev); in bootxx()
/netbsd-src/sys/arch/newsmips/stand/boot/
H A Dboot.c141 unit = BOOTDEV_UNIT(bootdev); in boot()