| /netbsd/src/sys/arch/acorn32/podulebus/ |
| D | sfas.c | 108 void sfas_init_nexus(struct sfas_softc *, struct nexus *); 125 struct nexus *sfas_arbitate_target(struct sfas_softc *, int); 126 void sfas_setup_nexus(struct sfas_softc *, struct nexus *, 130 int sfas_midaction(struct sfas_softc *, sfas_regmap_p, struct nexus *); 131 int sfas_postaction(struct sfas_softc *, sfas_regmap_p, struct nexus *); 134 void dump_nexus(struct nexus *nexus); 171 sfas_init_nexus(struct sfas_softc *dev, struct nexus *nexus) in sfas_init_nexus() argument 173 memset(nexus, 0, sizeof(struct nexus)); in sfas_init_nexus() 175 nexus->state = SFAS_NS_IDLE; in sfas_init_nexus() 176 nexus->period = 200; in sfas_init_nexus() [all …]
|
| D | esc.c | 126 void esc_init_nexus(struct esc_softc *, struct nexus *); 132 struct nexus *esc_arbitate_target(struct esc_softc *, int); 133 void esc_setup_nexus(struct esc_softc *, struct nexus *, struct esc_pending *, 136 int esc_midaction(struct esc_softc *, esc_regmap_p, struct nexus *); 137 int esc_postaction(struct esc_softc *, esc_regmap_p, struct nexus *); 172 esc_init_nexus(struct esc_softc *dev, struct nexus *nexus) in esc_init_nexus() argument 174 memset(nexus, 0, sizeof(struct nexus)); in esc_init_nexus() 176 nexus->state = ESC_NS_IDLE; in esc_init_nexus() 177 nexus->period = 200; in esc_init_nexus() 178 nexus->offset = 0; in esc_init_nexus() [all …]
|
| D | sfasvar.h | 80 struct nexus { struct 190 struct nexus sc_nexus[8]; 191 struct nexus *sc_cur_nexus; 192 struct nexus *sc_sel_nexus;
|
| D | escvar.h | 80 struct nexus { struct 189 struct nexus sc_nexus[8]; 190 struct nexus *sc_cur_nexus; 191 struct nexus *sc_sel_nexus;
|
| /netbsd/src/sys/arch/vax/vax/ |
| D | sbi.c | 111 #define NEXPAGES (sizeof(struct nexus) / VAX_NBPG) in sbi_mainbus_attach() 115 struct nexus *nexusP = 0; in sbi_mainbus_attach() 118 nexusP = (struct nexus *)vax_map_physmem((paddr_t)(NEX780) + in sbi_mainbus_attach() 119 sizeof(struct nexus) * nexnum, NEXPAGES); in sbi_mainbus_attach() 162 #define NEXPAGES (sizeof(struct nexus) / VAX_NBPG) in sbi_abus_attach() 167 struct nexus *nexusP = 0; in sbi_abus_attach() 170 nexusP = (struct nexus *)vax_map_physmem(sa.sa_base + in sbi_abus_attach() 171 sizeof(struct nexus) * nexnum, NEXPAGES); in sbi_abus_attach()
|
| D | cmi.c | 80 #define NEXPAGES (sizeof(struct nexus) / VAX_NBPG) in cmi_attach() 83 sizeof(struct nexus) * sa.sa_nexnum, NEXPAGES); in cmi_attach() 97 sizeof(struct nexus) * sa.sa_nexnum, NEXPAGES); in cmi_attach() 111 sizeof(struct nexus) * sa.sa_nexnum, NEXPAGES); in cmi_attach() 117 sizeof(struct nexus) * sa.sa_nexnum, NEXPAGES); in cmi_attach()
|
| D | ubi.c | 77 #define NEXPAGES (sizeof(struct nexus) / VAX_NBPG) in ubi_attach() 86 sizeof(struct nexus) * sa.sa_nexnum, NEXPAGES); in ubi_attach() 101 sizeof(struct nexus) * sa.sa_nexnum, NEXPAGES); in ubi_attach() 110 sizeof(struct nexus) * sa.sa_nexnum, NEXPAGES); in ubi_attach()
|
| /netbsd/src/share/examples/refuse/dmesgfs/ |
| D | dmesgfs.c | 252 build_tree(virtdir_t *tp, const char *nexus, char type) in build_tree() argument 273 add_dev(nexus, strlen(nexus), nexus, strlen(nexus), NEXUS_DESCRIPTION, in build_tree() 320 char *nexus; in main() local 324 nexus = NULL; in main() 335 nexus = optarg; in main() 342 if (!build_tree(&pci, (nexus) ? nexus : "mainbus0", type)) { in main()
|
| /netbsd/src/sys/dev/isa/ |
| D | seagate.c | 204 struct sea_scb *nexus; /* currently connected command */ member 311 connected = sea->nexus ? 1 : 0; in sea_queue_length() 539 sea->nexus = 0; in sea_init() 719 if (!sea->nexus) { in sea_main() 774 if (!sea->nexus) { in sea_main() 784 if (sea->nexus) { /* we are connected. Do the task */ in sea_main() 958 sea->nexus = scb; in sea_reselect() 1132 sea->nexus = scb; in sea_select() 1167 if (sea->nexus) in sea_abort() 1260 struct sea_scb *scb = sea->nexus; in sea_information_transfer() [all …]
|
| /netbsd/src/sys/arch/vax/include/ |
| D | nexus.h | 77 #define NEX780 ((struct nexus *)0x20000000) 81 #define NEX730 ((struct nexus *)0xf20000) 87 struct nexus { struct
|
| D | ka730.h | 36 #define NEX730SZ (NNEX730 * sizeof(struct nexus))
|
| D | ka750.h | 38 #define NEX750SZ (NNEX750 * sizeof(struct nexus))
|
| D | Makefile | 16 nexus.h param.h pcb.h pmap.h \
|
| /netbsd/src/sys/dev/ic/ |
| D | oosiop.c | 175 sc->sc_tgt[i].nexus = NULL; in oosiop_attach() 864 sc->sc_tgt[cb->id].nexus = NULL; in oosiop_done() 997 if (sc->sc_tgt[i].nexus) { in oosiop_reset_bus() 998 sc->sc_tgt[i].nexus->xfer->status = in oosiop_reset_bus() 1000 oosiop_done(sc, sc->sc_tgt[i].nexus); in oosiop_reset_bus() 1132 sc->sc_tgt[cb->id].nexus = cb; in oosiop_intr() 1205 sc->sc_tgt[cb->id].nexus = NULL; in oosiop_scriptintr() 1213 cb = sc->sc_tgt[sc->sc_resid].nexus; in oosiop_scriptintr()
|
| D | oosiopvar.h | 96 struct oosiop_cb *nexus; member
|
| /netbsd/src/share/doc/smm/config/ |
| D | spell.ok | 216 nexus
|
| /netbsd/src/distrib/sets/lists/comp/ |
| D | md.vax | 56 ./usr/include/vax/nexus.h comp-c-include
|
| /netbsd/src/external/gpl3/binutils/dist/ld/ |
| D | ChangeLog-9899 | 320 1999-08-25 Philip Blundell <pb@nexus.co.uk> 424 1999-07-22 Philip Blundell <pb@nexus.co.uk> 772 1999-04-12 Philip Blundell <pb@nexus.co.uk> 877 1999-03-31 Philip Blundell <pb@nexus.co.uk>
|
| /netbsd/src/external/gpl3/binutils/dist/include/elf/ |
| D | ChangeLog-9103 | 1161 1999-06-21 Philip Blundell <pb@nexus.co.uk> 1336 From Philip Blundell <pb@nexus.co.uk>:
|
| /netbsd/src/external/gpl3/gdb/dist/include/elf/ |
| D | ChangeLog-9103 | 1161 1999-06-21 Philip Blundell <pb@nexus.co.uk> 1336 From Philip Blundell <pb@nexus.co.uk>:
|
| /netbsd/src/external/gpl3/binutils/dist/include/coff/ |
| D | ChangeLog-9103 | 332 1999-06-21 Philip Blundell <pb@nexus.co.uk>
|
| /netbsd/src/external/gpl3/gdb/dist/include/coff/ |
| D | ChangeLog-9103 | 332 1999-06-21 Philip Blundell <pb@nexus.co.uk>
|
| /netbsd/src/external/gpl3/gdb/dist/bfd/ |
| D | ChangeLog-9899 | 415 1999-09-13 Philip Blundell <pb@nexus.co.uk> 2381 1999-05-25 Philip Blundell <pb@nexus.co.uk> 2406 1999-05-24 Philip Blundell <pb@nexus.co.uk> 2746 1999-03-25 Philip Blundell <pb@nexus.co.uk>
|
| /netbsd/src/external/gpl3/binutils/dist/bfd/ |
| D | ChangeLog-9899 | 415 1999-09-13 Philip Blundell <pb@nexus.co.uk> 2381 1999-05-25 Philip Blundell <pb@nexus.co.uk> 2406 1999-05-24 Philip Blundell <pb@nexus.co.uk> 2746 1999-03-25 Philip Blundell <pb@nexus.co.uk>
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | ChangeLog-1999 | 7437 Wed Sep 15 15:23:28 1999 Philip Blundell <pb@nexus.co.uk> 9937 Fri Aug 27 01:01:51 1999 Philip Blundell <pb@nexus.co.uk> 12270 1999-07-27 Philip Blundell <pb@nexus.co.uk> 12389 Mon Jul 26 17:24:51 1999 Philip Blundell <pb@nexus.co.uk> 12563 Fri Jul 23 14:09:58 1999 Philip Blundell <pb@nexus.co.uk> 13566 Sat Jun 19 05:40:07 1999 Philip Blundell <pb@nexus.co.uk> 14292 Wed May 26 02:19:31 1999 Philip Blundell <pb@nexus.co.uk> 14361 Sat May 22 09:35:51 1999 Philip Blundell <pb@nexus.co.uk> 14371 Sat May 22 09:34:22 1999 Philip Blundell <pb@nexus.co.uk> 14748 Sun May 9 11:12:19 1999 Philip Blundell <bp@nexus.co.uk> [all …]
|