| /netbsd-src/sys/arch/mipsco/mipsco/ |
| H A D | mainbus.c | 61 struct confargs nca; in mbattach() local 67 nca.ca_name = "cpu"; in mbattach() 68 nca.ca_addr = 0; in mbattach() 69 config_found(self, &nca, mbprint, CFARGS_NONE); in mbattach() 71 nca.ca_name = "obio"; in mbattach() 72 nca.ca_addr = 0; in mbattach() 73 config_found(self, &nca, NULL, CFARGS_NONE); in mbattach() 75 nca.ca_name = "isabus"; /* XXX */ in mbattach() 76 nca.ca_addr = 0; in mbattach() 77 config_found(self, &nca, NULL, CFARGS_NONE); in mbattach()
|
| /netbsd-src/sys/arch/hppa/hppa/ |
| H A D | mainbus.c | 1364 struct confargs nca; in mbattach() local 1395 memset(&nca, 0, sizeof(nca)); in mbattach() 1396 nca.ca_name = "pdc"; in mbattach() 1397 nca.ca_hpa = 0; in mbattach() 1398 nca.ca_iot = &hppa_bustag; in mbattach() 1399 nca.ca_dmatag = &hppa_dmatag; in mbattach() 1400 config_found(self, &nca, mbprint, CFARGS_NONE); in mbattach() 1404 memset(&nca, 0, sizeof(nca)); in mbattach() 1405 nca.ca_name = "power"; in mbattach() 1406 nca.ca_irq = HPPACF_IRQ_UNDEF; in mbattach() [all …]
|
| H A D | autoconf.c | 545 struct confargs nca; in pdc_scanbus() local 566 memset(&nca, 0, sizeof(nca)); in pdc_scanbus() 567 nca.ca_iot = ca->ca_iot; in pdc_scanbus() 568 nca.ca_dmatag = ca->ca_dmatag; in pdc_scanbus() 569 nca.ca_pir = hm->hm_pir; in pdc_scanbus() 570 nca.ca_type = hm->hm_type; in pdc_scanbus() 571 nca.ca_hpa = hm->hm_hpa; in pdc_scanbus() 572 nca.ca_dp = hm->hm_dp; in pdc_scanbus() 573 nca.ca_hpa = hm->hm_hpa; in pdc_scanbus() 574 nca.ca_hpasz = hm->hm_hpasz; in pdc_scanbus() [all …]
|
| /netbsd-src/sys/arch/arc/arc/ |
| H A D | mainbus.c | 66 struct confargs nca; in mbattach() local 78 nca.ca_name = "cpu"; in mbattach() 79 nca.ca_slot = 0; in mbattach() 80 nca.ca_offset = 0; in mbattach() 81 config_found(self, &nca, mbprint, CFARGS_NONE); in mbattach() 84 nca.ca_name = platform->mainbusdevs[i]; in mbattach() 85 nca.ca_slot = 0; in mbattach() 86 nca.ca_offset = 0; in mbattach() 87 config_found(self, &nca, mbprint, CFARGS_NONE); in mbattach()
|
| /netbsd-src/sys/arch/newsmips/newsmips/ |
| H A D | mainbus.c | 66 struct confargs nca; in mbattach() local 71 nca.ca_name = "cpu"; in mbattach() 72 config_found(self, &nca, mbprint, CFARGS_NONE); in mbattach() 76 nca.ca_name = "ap"; in mbattach() 77 config_found(self, &nca, NULL, CFARGS_NONE); in mbattach() 79 nca.ca_name = "hb"; in mbattach() 80 config_found(self, &nca, NULL, CFARGS_NONE); in mbattach()
|
| /netbsd-src/sys/arch/hppa/dev/ |
| H A D | phantomas.c | 66 struct confargs *ca = aux, nca; in phantomasattach() local 69 nca = *ca; in phantomasattach() 70 nca.ca_hpabase = 0; in phantomasattach() 71 nca.ca_nmodules = MAXMODBUS; in phantomasattach() 74 pdc_scanbus(self, &nca, phantomas_callback); in phantomasattach()
|
| H A D | gecko.c | 66 struct confargs *ca = aux, nca; in gecko_attach() local 82 nca = *ca; in gecko_attach() 83 nca.ca_hpabase = regs->io_io_low; in gecko_attach() 84 nca.ca_nmodules = MAXMODBUS; in gecko_attach() 86 pdc_scanbus(self, &nca, gecko_callback); in gecko_attach()
|
| H A D | uturn.c | 283 struct confargs *ca = aux, nca; in uturnattach() local 381 nca = *ca; in uturnattach() 382 nca.ca_hpabase = r->io_io_low << 16; in uturnattach() 383 nca.ca_dmatag = &sc->sc_dmatag; in uturnattach() 384 nca.ca_nmodules = MAXMODBUS - 1; in uturnattach() 385 pdc_scanbus(self, &nca, uturn_callback); in uturnattach()
|
| H A D | astro.c | 228 struct confargs *ca = aux, nca; in astro_attach() local 346 nca = *ca; /* clone from us */ in astro_attach() 347 nca.ca_dmatag = &sc->sc_dmatag; in astro_attach() 348 nca.ca_hpabase = IOMOD_IO_IO_LOW(p); in astro_attach() 349 nca.ca_nmodules = MAXMODBUS; in astro_attach() 350 pdc_scanbus(self, &nca, astro_callback); in astro_attach()
|
| H A D | dino.c | 1741 struct confargs *ca = (struct confargs *)aux, nca; in dinoattach() local 1850 nca = *ca; in dinoattach() 1852 nca.ca_hpabase = 0; in dinoattach() 1853 nca.ca_nmodules = MAXMODBUS; in dinoattach() 1854 pdc_scanbus(self, &nca, dino_callback); in dinoattach()
|
| /netbsd-src/lib/libcurses/ |
| H A D | color.c | 171 _cursesi_screen->nca = __NORMAL; in start_color() 175 _cursesi_screen->nca |= __STANDOUT; in start_color() 177 _cursesi_screen->nca |= __UNDERSCORE; in start_color() 179 _cursesi_screen->nca |= __REVERSE; in start_color() 181 _cursesi_screen->nca |= __BLINK; in start_color() 183 _cursesi_screen->nca |= __DIM; in start_color() 185 _cursesi_screen->nca |= __BOLD; in start_color() 187 _cursesi_screen->nca |= __BLANK; in start_color() 189 _cursesi_screen->nca |= __PROTECT; in start_color() 191 _cursesi_screen->nca |= __ALTCHARSET; in start_color() [all …]
|
| H A D | screen.c | 156 new_screen->nca = A_NORMAL; in newterm()
|
| H A D | curses_private.h | 241 attr_t nca; member
|
| H A D | refresh.c | 1052 if (((_cursesi_screen->nca & nsp->attr) == 0) && (__using_color == 1) && in putch() 1369 if (wlp->line[wx].attr & win->screen->nca) { in makech()
|
| /netbsd-src/sys/dev/ic/ |
| H A D | README.ncr5380sbc | 24 The NCR 53C80/53C400 driver (the 'nca' device) consists of two pieces: 30 2) A machine-dependent driver (nca) containing probe and 53 To setup the nca driver, the configuration file must contain the following: 59 Next you need to add one or more configuration lines for the nca devices: 74 Lastly, you need to add a scsibus attachment line for the nca device: 76 scsibus* at nca? 122 As of this writing, the nca driver has two known limitations: 130 As it is, however, performance of the nca driver is acceptable, though some 140 current framework of the bus_space() functions and the nca driver. 156 An nca driver first appeared in FreeBSD. [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | cfgloopmanip.cc | 257 class loop *nca; in fix_bb_placements() local 268 nca = find_common_loop (pred->loop_father, base_loop); in fix_bb_placements() 270 && (nca == base_loop in fix_bb_placements() 271 || nca != pred->loop_father)) in fix_bb_placements()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | cfgloopmanip.c | 258 class loop *nca; in fix_bb_placements() local 269 nca = find_common_loop (pred->loop_father, base_loop); in fix_bb_placements() 271 && (nca == base_loop in fix_bb_placements() 272 || nca != pred->loop_father)) in fix_bb_placements()
|
| /netbsd-src/sys/dev/pcmcia/ |
| H A D | files.pcmcia | 32 attach nca at pcmcia with nca_pcmcia
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/test/certs/ |
| H A D | setup.sh | 107 -addtrust serverAuth -out nca+serverAuth.pem 109 -addtrust serverAuth -out nca+anyEKU.pem
|
| /netbsd-src/crypto/external/bsd/openssl/dist/test/certs/ |
| H A D | setup.sh | 105 -addtrust serverAuth -out nca+serverAuth.pem 107 -addtrust anyExtendedKeyUsage -out nca+anyEKU.pem
|
| /netbsd-src/share/man/man4/ |
| H A D | Makefile | 122 le.4 lm.4 mcd.4 nca.4 nct.4 rtfps.4 sb.4 sea.4 smsc.4 tcom.4 \
|
| /netbsd-src/sys/dev/isa/ |
| H A D | files.isa | 230 attach nca at isa with nca_isa
|
| /netbsd-src/sys/arch/i386/conf/ |
| H A D | INSTALL_TINY | 292 # The "nca" and "dpt" probes might give false hits or hang your machine.
|
| H A D | ALL | 860 nca* at pci? dev ? function ? # Domex DMX-3191D 878 nca* at pcmcia? function ? # NCR53C400 SCSI 893 # The "nca" and "dpt" probes might give false hits or hang your machine.
|
| /netbsd-src/sys/arch/amd64/conf/ |
| H A D | ALL | 798 nca* at pci? dev ? function ? # Domex DMX-3191D 809 nca* at pcmcia? function ? # NCR53C400 SCSI 819 # The "nca" and "dpt" probes might give false hits or hang your machine.
|