ndevs              95 arch/i386/stand/boot/conf.c int ndevs = NENTS(devsw);
ndevs              96 arch/i386/stand/cdboot/conf.c int ndevs = NENTS(devsw);
ndevs              63 arch/i386/stand/libsa/dev_i386.c 	for (i = 0; i < ndevs && rc != 0; dp++, i++) {
ndevs             109 arch/i386/stand/pxeboot/conf.c int ndevs = NENTS(devsw);
ndevs             111 arch/i386/stand/pxeboot/devopen.c 	for (i = 0; i < ndevs && rc != 0; dp++, i++) {
ndevs             296 dev/isa/ess.c  	for (i = 0; i < sc->ndevs; i++)
ndevs             961 dev/isa/ess.c  		sc->ndevs = ESS_1788_NDEVS;
ndevs             971 dev/isa/ess.c  		sc->ndevs = ESS_1888_NDEVS;
ndevs             981 dev/isa/ess.c  	for (i = 0; i < sc->ndevs; i++) {
ndevs             134 dev/isa/essvar.h 	int ndevs;
ndevs            1278 dev/raidframe/rf_openbsdkintf.c 		d_cfg->ndevs = raidPtr->numRow * raidPtr->numCol;
ndevs            1279 dev/raidframe/rf_openbsdkintf.c 		if (d_cfg->ndevs >= RF_MAX_DISKS) {
ndevs              90 dev/raidframe/rf_raidframe.h 	int			ndevs;
ndevs              94 lib/libsa/stand.h extern int ndevs;		/* number of elements in devsw[] */