Searched defs:ndevs (Results 1 - 25 of 55) sorted by relevance

123

/netbsd-6-1-5-RELEASE/sys/arch/prep/stand/boot/
H A Dconf.c44 int ndevs = (sizeof (devsw) / sizeof (devsw[0])); variable
/netbsd-6-1-5-RELEASE/sys/arch/rs6000/stand/boot/
H A Dconf.c44 int ndevs = (sizeof (devsw) / sizeof (devsw[0])); variable
/netbsd-6-1-5-RELEASE/sys/arch/sun68k/stand/bootxx/
H A Dconf.c9 int ndevs = 1; variable
/netbsd-6-1-5-RELEASE/sys/arch/sun68k/stand/bootyy/
H A Dconf.c9 int ndevs = 1; variable
/netbsd-6-1-5-RELEASE/sys/arch/i386/stand/boot/
H A Dconf.c58 int ndevs = sizeof(devsw) / sizeof(struct devsw); variable
/netbsd-6-1-5-RELEASE/sys/arch/i386/stand/netboot/
H A Dconf.c43 int ndevs = sizeof(devsw)/sizeof(struct devsw); variable
/netbsd-6-1-5-RELEASE/sys/arch/landisk/stand/boot/
H A Dconf.c49 int ndevs = sizeof(devsw) / sizeof(devsw[0]); variable
/netbsd-6-1-5-RELEASE/sys/arch/mmeye/stand/boot/
H A Dconf.c48 int ndevs = __arraycount(devsw); variable
/netbsd-6-1-5-RELEASE/sys/arch/mvme68k/stand/bootsd/
H A Dconf.c18 int ndevs = __arraycount(devsw); variable
/netbsd-6-1-5-RELEASE/sys/arch/mvme68k/stand/bootxx/
H A Dconf.c12 int ndevs = __arraycount(devsw); variable
/netbsd-6-1-5-RELEASE/sys/arch/bebox/stand/boot/
H A Dconf.c62 int ndevs = sizeof(devsw) / sizeof(devsw[0]); variable
/netbsd-6-1-5-RELEASE/sys/arch/sun68k/stand/netboot/
H A Dconf.c19 int ndevs = 1; variable
/netbsd-6-1-5-RELEASE/sys/arch/sun68k/stand/tapeboot/
H A Dconf.c15 int ndevs = 1; variable
/netbsd-6-1-5-RELEASE/sys/arch/sun68k/stand/ufsboot/
H A Dconf.c17 int ndevs = 1; variable
/netbsd-6-1-5-RELEASE/sys/arch/mvme68k/stand/bootst/
H A Dconf.c15 int ndevs = 1; variable
/netbsd-6-1-5-RELEASE/sys/arch/x68k/stand/boot/
H A Dconf.c45 int ndevs = sizeof(devsw) / sizeof(devsw[0]); variable
/netbsd-6-1-5-RELEASE/sys/arch/zaurus/stand/zboot/
H A Dconf.c44 int ndevs = __arraycount(devsw); variable
/netbsd-6-1-5-RELEASE/sys/arch/mvmeppc/stand/boot/
H A Dconf.c19 int ndevs = sizeof(devsw) / sizeof(devsw[0]); variable
/netbsd-6-1-5-RELEASE/sys/arch/next68k/stand/boot/
H A Dconf.c75 int ndevs = (sizeof(devsw)/sizeof(devsw[0])); variable
/netbsd-6-1-5-RELEASE/sys/arch/sbmips/stand/netboot/
H A Dconf.c18 int ndevs = 1; variable
/netbsd-6-1-5-RELEASE/sys/arch/hpcmips/stand/lcboot/
H A Dconf.c55 int ndevs = sizeof devsw / sizeof devsw[0]; variable
/netbsd-6-1-5-RELEASE/sys/arch/ia64/stand/ia64/efi/
H A Dconf.c50 int ndevs = sizeof(devsw) / sizeof(struct devsw); variable
/netbsd-6-1-5-RELEASE/sys/arch/ia64/stand/ia64/ski/
H A Dconf.c77 int ndevs = sizeof(devsw) / sizeof(struct devsw); variable
/netbsd-6-1-5-RELEASE/sys/arch/cobalt/stand/boot/
H A Dconf.c59 int ndevs = __arraycount(devsw); variable
/netbsd-6-1-5-RELEASE/sys/arch/alpha/stand/netboot/
H A Dconf.c18 int ndevs = 1; variable

Completed in 289 milliseconds

123