Searched refs:cd_ndevs (Results 1 - 25 of 93) sorted by relevance

1234

/netbsd-current/sys/arch/mac68k/mac68k/
H A Dautoconf.c176 for (bus = 0 ; bus < scsibus_cd.cd_ndevs ; bus++) {
188 if (bus < 0 || bus >= scsibus_cd.cd_ndevs) {
/netbsd-current/sys/arch/i386/pnpbios/
H A Dpckbc_pnpbios.c194 for (i = 0; i < pckbc_cd.cd_ndevs; i++) {
203 if (i < pckbc_cd.cd_ndevs)
/netbsd-current/sys/dev/ic/
H A Dattimer.c92 for (i = 0; i < attimer_cd.cd_ndevs; i++) {
/netbsd-current/sys/arch/sparc64/dev/
H A Dauxio.c142 if (auxio_cd.cd_ndevs == 0) {
H A Debus_mainbus.c148 for (j = 0; j < pyro_cd.cd_ndevs; j++) {
337 for (i = 0; i < pyro_cd.cd_ndevs; i++) {
/netbsd-current/sys/dev/acpi/
H A Dpckbc_acpi.c230 for (i = 0; i < pckbc_cd.cd_ndevs; i++) {
237 if (i < pckbc_cd.cd_ndevs) {
/netbsd-current/sys/dev/pci/
H A Dpci_usrreq.c128 for (i = 0; i < pci_cd.cd_ndevs; i++) {
135 if (i == pci_cd.cd_ndevs || sc == NULL)
/netbsd-current/sys/arch/amigappc/amigappc/
H A Dautoconf.c258 for (unit = 0; unit < sd_cd.cd_ndevs; ++unit) {
310 for (unit = genericconf[i]->cd_ndevs - 1; unit >= 0; unit--) {
/netbsd-current/sys/arch/news68k/dev/
H A Dif_le.c202 if (unit >= le_cd.cd_ndevs) /* XXX */
/netbsd-current/sys/dev/scsipi/
H A Duk.c157 uk_cd.cd_ndevs));
/netbsd-current/sys/arch/amiga/dev/
H A Dmgnsc.c214 for (i = 0; i < mgnsc_cd.cd_ndevs; ++i) {
H A Dwesc.c198 for (i = 0; i < wesc_cd.cd_ndevs; ++i) {
H A Dzssc.c202 for (i = 0; i < zssc_cd.cd_ndevs; ++i) {
H A Ddrsc.c238 for (i = 0; i < drsc_cd.cd_ndevs; ++i) {
H A Dcbiiisc.c206 for (i = 0; i < cbiiisc_cd.cd_ndevs; ++i) {
H A Dbppcsc.c210 for (i = 0; i < bppcsc_cd.cd_ndevs; ++i) {
H A Dafsc.c224 for (i = 0; i < afsc_cd.cd_ndevs; ++i) {
/netbsd-current/sys/arch/vax/vax/
H A Dmulticpu.c131 for (i = 0; i < cpu_cd.cd_ndevs; i++) {
H A Ddb_machdep.c112 for (i = 0; i < cpu_cd.cd_ndevs; i++) {
612 if ((addr < 0) || (addr >= cpu_cd.cd_ndevs))
/netbsd-current/sys/kern/
H A Dsubr_autoconf.c650 for (i = 0; i < cd->cd_ndevs; i++) {
729 for (i = 0; i < cd->cd_ndevs; i++) {
1375 for (nndevs = MAX(4, cd->cd_ndevs); nndevs <= n; nndevs += nndevs)
1378 while (n >= cd->cd_ndevs) {
1382 ondevs = cd->cd_ndevs;
1397 if (cd->cd_devs != osp || cd->cd_ndevs != ondevs) {
1408 cd->cd_ndevs = nndevs;
1474 for (i = 0; i < cd->cd_ndevs; i++) {
1479 if (i == cd->cd_ndevs) {
1480 dg->dg_ndevs = cd->cd_ndevs;
[all...]
/netbsd-current/sys/arch/mipsco/obio/
H A Dzs.c327 for (unit = 0; unit < zsc_cd.cd_ndevs; unit++) {
367 for (unit = 0; unit < zsc_cd.cd_ndevs; unit++) {
/netbsd-current/sys/arch/amiga/amiga/
H A Dautoconf.c418 for (unit = 0; unit < sd_cd.cd_ndevs; ++unit) {
470 for (unit = genericconf[i]->cd_ndevs - 1; unit >= 0; unit--) {
/netbsd-current/sys/arch/newsmips/apbus/
H A Ddmac3.c117 for (unit = 0; unit < dmac_cd.cd_ndevs; unit++) {
/netbsd-current/sys/arch/hppa/dev/
H A Dsti_sgc.c163 if (cf->cf_unit > sti_cd.cd_ndevs)
/netbsd-current/sys/arch/acorn32/podulebus/
H A Dasc.c341 for (i = 0; i < asc_cd.cd_ndevs; ++i) {

Completed in 319 milliseconds

1234