| /netbsd/src/sys/arch/arm/footbridge/ |
| D | footbridge.c | 117 union footbridge_attach_args *fba = aux; in footbridge_print() local 120 aprint_normal("%s at %s", fba->fba_name, pnp); in footbridge_print() 148 union footbridge_attach_args fba; in footbridge_attach() local 238 fba.fba_pba.pba_pc = &footbridge_pci_chipset; in footbridge_attach() 239 fba.fba_pba.pba_iot = &footbridge_pci_io_bs_tag; in footbridge_attach() 240 fba.fba_pba.pba_memt = &footbridge_pci_mem_bs_tag; in footbridge_attach() 241 fba.fba_pba.pba_dmat = &footbridge_pci_bus_dma_tag; in footbridge_attach() 242 fba.fba_pba.pba_dmat64 = NULL; in footbridge_attach() 243 fba.fba_pba.pba_flags = PCI_FLAGS_IO_OKAY | PCI_FLAGS_MEM_OKAY; in footbridge_attach() 244 fba.fba_pba.pba_bus = 0; in footbridge_attach() [all …]
|
| D | footbridge_clock.c | 96 union footbridge_attach_args *fba = aux; 98 if (strcmp(fba->fba_ca.ca_name, "clk") == 0) 113 union footbridge_attach_args *fba = aux; 116 sc->sc_iot = fba->fba_ca.ca_iot; 117 sc->sc_ioh = fba->fba_ca.ca_ioh;
|
| D | footbridge_com.c | 176 union footbridge_attach_args *fba = aux; in fcom_probe() local 178 if (strcmp(fba->fba_name, "fcom") == 0) in fcom_probe() 192 union footbridge_attach_args *fba = aux; in fcom_attach() local 197 sc->sc_iot = fba->fba_fca.fca_iot; in fcom_attach() 198 sc->sc_ioh = fba->fba_fca.fca_ioh; in fcom_attach() 200 sc->sc_rx_irq = fba->fba_fca.fca_rx_irq; in fcom_attach() 201 sc->sc_tx_irq = fba->fba_fca.fca_tx_irq; in fcom_attach()
|
| /netbsd/src/sys/arch/sparc/dev/ |
| D | cgfour.c | 342 struct fbgattr *fba; in cgfourioctl() local 352 fba = (struct fbgattr *)data; in cgfourioctl() 353 fba->real_type = sc->sc_fb.fb_type.fb_type; in cgfourioctl() 354 fba->owner = 0; /* XXX ??? */ in cgfourioctl() 355 fba->fbtype = sc->sc_fb.fb_type; in cgfourioctl() 356 fba->sattr.flags = 0; in cgfourioctl() 357 fba->sattr.emu_type = sc->sc_fb.fb_type.fb_type; in cgfourioctl() 358 fba->sattr.dev_specific[0] = -1; in cgfourioctl() 359 fba->emu_types[0] = sc->sc_fb.fb_type.fb_type; in cgfourioctl() 360 fba->emu_types[1] = -1; in cgfourioctl()
|
| D | cgeight.c | 351 struct fbgattr *fba; in cgeightioctl() local 361 fba = (struct fbgattr *)data; in cgeightioctl() 362 fba->real_type = sc->sc_fb.fb_type.fb_type; in cgeightioctl() 363 fba->owner = 0; /* XXX ??? */ in cgeightioctl() 364 fba->fbtype = sc->sc_fb.fb_type; in cgeightioctl() 365 fba->sattr.flags = 0; in cgeightioctl() 366 fba->sattr.emu_type = sc->sc_fb.fb_type.fb_type; in cgeightioctl() 367 fba->sattr.dev_specific[0] = -1; in cgeightioctl() 368 fba->emu_types[0] = sc->sc_fb.fb_type.fb_type; in cgeightioctl() 369 fba->emu_types[1] = -1; in cgeightioctl()
|
| D | cgtwo.c | 246 register struct fbgattr *fba; in cgtwoioctl() local 255 fba = (struct fbgattr *)data; in cgtwoioctl() 256 fba->real_type = sc->sc_fb.fb_type.fb_type; in cgtwoioctl() 257 fba->owner = 0; /* XXX ??? */ in cgtwoioctl() 258 fba->fbtype = sc->sc_fb.fb_type; in cgtwoioctl() 259 fba->sattr.flags = 0; in cgtwoioctl() 260 fba->sattr.emu_type = sc->sc_fb.fb_type.fb_type; in cgtwoioctl() 261 fba->sattr.dev_specific[0] = -1; in cgtwoioctl() 262 fba->emu_types[0] = sc->sc_fb.fb_type.fb_type; in cgtwoioctl() 263 fba->emu_types[1] = -1; in cgtwoioctl()
|
| D | cgfourteen.c | 452 struct fbgattr *fba; in cgfourteenioctl() local 462 fba = (struct fbgattr *)data; in cgfourteenioctl() 463 fba->real_type = FBTYPE_MDICOLOR; in cgfourteenioctl() 464 fba->owner = 0; /* XXX ??? */ in cgfourteenioctl() 465 fba->fbtype = sc->sc_fb.fb_type; in cgfourteenioctl() 466 fba->sattr.flags = 0; in cgfourteenioctl() 467 fba->sattr.emu_type = sc->sc_fb.fb_type.fb_type; in cgfourteenioctl() 468 fba->sattr.dev_specific[0] = -1; in cgfourteenioctl() 469 fba->emu_types[0] = sc->sc_fb.fb_type.fb_type; in cgfourteenioctl() 470 fba->emu_types[1] = -1; in cgfourteenioctl()
|
| /netbsd/src/sys/arch/sun3/dev/ |
| D | cg2.c | 255 struct fbgattr *fba = data; in cg2gattr() local 257 fba->real_type = fb->fb_fbtype.fb_type; in cg2gattr() 258 fba->owner = 0; /* XXX - TIOCCONS stuff? */ in cg2gattr() 259 fba->fbtype = fb->fb_fbtype; in cg2gattr() 260 fba->sattr.flags = 0; in cg2gattr() 261 fba->sattr.emu_type = fb->fb_fbtype.fb_type; in cg2gattr() 262 fba->sattr.dev_specific[0] = -1; in cg2gattr() 263 fba->emu_types[0] = fb->fb_fbtype.fb_type; in cg2gattr() 264 fba->emu_types[1] = -1; in cg2gattr()
|
| D | cg4.c | 412 struct fbgattr *fba = data; in cg4gattr() local 414 fba->real_type = fb->fb_fbtype.fb_type; in cg4gattr() 415 fba->owner = 0; /* XXX - TIOCCONS stuff? */ in cg4gattr() 416 fba->fbtype = fb->fb_fbtype; in cg4gattr() 417 fba->sattr.flags = 0; in cg4gattr() 418 fba->sattr.emu_type = fb->fb_fbtype.fb_type; in cg4gattr() 419 fba->sattr.dev_specific[0] = -1; in cg4gattr() 420 fba->emu_types[0] = fb->fb_fbtype.fb_type; in cg4gattr() 421 fba->emu_types[1] = -1; in cg4gattr()
|
| /netbsd/src/sys/dev/sun/ |
| D | cgthree.c | 265 struct fbgattr *fba; in cgthreeioctl() local 275 fba = (struct fbgattr *)data; in cgthreeioctl() 276 fba->real_type = sc->sc_fb.fb_type.fb_type; in cgthreeioctl() 277 fba->owner = 0; /* XXX ??? */ in cgthreeioctl() 278 fba->fbtype = sc->sc_fb.fb_type; in cgthreeioctl() 279 fba->sattr.flags = 0; in cgthreeioctl() 280 fba->sattr.emu_type = sc->sc_fb.fb_type.fb_type; in cgthreeioctl() 281 fba->sattr.dev_specific[0] = -1; in cgthreeioctl() 282 fba->emu_types[0] = sc->sc_fb.fb_type.fb_type; in cgthreeioctl() 283 fba->emu_types[1] = -1; in cgthreeioctl()
|
| D | cgsix.c | 689 #define fba ((struct fbgattr *)data) in cgsixioctl() macro 690 fba->real_type = sc->sc_fb.fb_type.fb_type; in cgsixioctl() 691 fba->owner = 0; /* XXX ??? */ in cgsixioctl() 692 fba->fbtype = sc->sc_fb.fb_type; in cgsixioctl() 693 fba->sattr.flags = 0; in cgsixioctl() 694 fba->sattr.emu_type = sc->sc_fb.fb_type.fb_type; in cgsixioctl() 695 fba->sattr.dev_specific[0] = -1; in cgsixioctl() 696 fba->emu_types[0] = sc->sc_fb.fb_type.fb_type; in cgsixioctl() 697 fba->emu_types[1] = -1; in cgsixioctl() 698 #undef fba in cgsixioctl()
|
| /netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/ |
| D | unwind-on-each-insn.exp.tcl | 43 set fba "" 46 set fba $expect_out(1,string) 50 return [list $sp $fba]
|
| /netbsd/src/sys/dev/sbus/ |
| D | tcx.c | 461 #define fba ((struct fbgattr *)data) in tcxioctl() macro 462 fba->real_type = sc->sc_fb.fb_type.fb_type; in tcxioctl() 463 fba->owner = 0; /* XXX ??? */ in tcxioctl() 464 fba->fbtype = sc->sc_fb.fb_type; in tcxioctl() 465 fba->sattr.flags = 0; in tcxioctl() 466 fba->sattr.emu_type = sc->sc_fb.fb_type.fb_type; in tcxioctl() 467 fba->sattr.dev_specific[0] = -1; in tcxioctl() 468 fba->emu_types[0] = sc->sc_fb.fb_type.fb_type; in tcxioctl() 469 fba->emu_types[1] = FBTYPE_SUN3COLOR; in tcxioctl() 470 fba->emu_types[2] = -1; in tcxioctl() [all …]
|
| D | zx.c | 381 #define fba ((struct fbgattr *)data) in zxioctl() macro 382 fba->real_type = sc->sc_fb.fb_type.fb_type; in zxioctl() 383 fba->owner = 0; /* XXX ??? */ in zxioctl() 384 fba->fbtype = sc->sc_fb.fb_type; in zxioctl() 385 fba->sattr.flags = 0; in zxioctl() 386 fba->sattr.emu_type = sc->sc_fb.fb_type.fb_type; in zxioctl() 387 fba->sattr.dev_specific[0] = -1; in zxioctl() 388 fba->emu_types[0] = sc->sc_fb.fb_type.fb_type; in zxioctl() 389 fba->emu_types[1] = -1; in zxioctl() 390 fba->emu_types[2] = -1; in zxioctl() [all …]
|
| D | agten.c | 1105 struct fbgattr *fba; in agten_fb_ioctl() local 1115 fba = (struct fbgattr *)data; in agten_fb_ioctl() 1116 fba->real_type = sc->sc_fb.fb_type.fb_type; in agten_fb_ioctl() 1117 fba->owner = 0; /* XXX ??? */ in agten_fb_ioctl() 1118 fba->fbtype = sc->sc_fb.fb_type; in agten_fb_ioctl() 1119 fba->sattr.flags = 0; in agten_fb_ioctl() 1120 fba->sattr.emu_type = sc->sc_fb.fb_type.fb_type; in agten_fb_ioctl() 1121 fba->sattr.dev_specific[0] = -1; in agten_fb_ioctl() 1122 fba->emu_types[0] = sc->sc_fb.fb_type.fb_type; in agten_fb_ioctl() 1123 fba->emu_types[1] = -1; in agten_fb_ioctl()
|
| D | mgx.c | 1017 #define fba ((struct fbgattr *)data) in mgx_ioctl() macro 1018 fba->real_type = sc->sc_fb.fb_type.fb_type; in mgx_ioctl() 1019 fba->owner = 0; /* XXX ??? */ in mgx_ioctl() 1020 fba->fbtype = sc->sc_fb.fb_type; in mgx_ioctl() 1021 fba->sattr.flags = 0; in mgx_ioctl() 1022 fba->sattr.emu_type = sc->sc_fb.fb_type.fb_type; in mgx_ioctl() 1023 fba->sattr.dev_specific[0] = -1; in mgx_ioctl() 1024 fba->emu_types[0] = sc->sc_fb.fb_type.fb_type; in mgx_ioctl() 1025 fba->emu_types[1] = -1; in mgx_ioctl() 1026 #undef fba in mgx_ioctl()
|
| D | p9100.c | 548 struct fbgattr *fba; in p9100ioctl() local 558 fba = (struct fbgattr *)data; in p9100ioctl() 559 fba->real_type = sc->sc_fb.fb_type.fb_type; in p9100ioctl() 560 fba->owner = 0; /* XXX ??? */ in p9100ioctl() 561 fba->fbtype = sc->sc_fb.fb_type; in p9100ioctl() 562 fba->sattr.flags = 0; in p9100ioctl() 563 fba->sattr.emu_type = sc->sc_fb.fb_type.fb_type; in p9100ioctl() 564 fba->sattr.dev_specific[0] = -1; in p9100ioctl() 565 fba->emu_types[0] = sc->sc_fb.fb_type.fb_type; in p9100ioctl() 566 fba->emu_types[1] = -1; in p9100ioctl()
|
| /netbsd/src/sys/arch/sparc64/dev/ |
| D | ffb.c | 414 #define fba ((struct fbgattr *)data) in ffb_ioctl() macro 415 fba->real_type = sc->sc_fb.fb_type.fb_type; in ffb_ioctl() 416 fba->owner = 0; /* XXX ??? */ in ffb_ioctl() 417 fba->fbtype = sc->sc_fb.fb_type; in ffb_ioctl() 418 fba->sattr.flags = 0; in ffb_ioctl() 419 fba->sattr.emu_type = sc->sc_fb.fb_type.fb_type; in ffb_ioctl() 420 fba->sattr.dev_specific[0] = -1; in ffb_ioctl() 421 fba->emu_types[0] = sc->sc_fb.fb_type.fb_type; in ffb_ioctl() 422 fba->emu_types[1] = -1; in ffb_ioctl() 423 #undef fba in ffb_ioctl()
|
| /netbsd/src/tests/ipf/input/ |
| D | l1 | 42 4500 0028 0000 4000 3f11 2fba 0202 0202 0404 0404
|
| /netbsd/src/sys/arch/m68k/060sp/dist/ |
| D | itest.sa | 542 dc.l $48ee7fff,$ffc061ff,$00002fba,$4a0066ff
|
| /netbsd/src/external/gpl3/gdb/dist/opcodes/ |
| D | ChangeLog-0203 | 1167 * sparc-opc.c (sparc_opcodes) <fb, fba, fbe, fbz, fbg, fbge,
|
| /netbsd/src/external/gpl3/binutils/dist/opcodes/ |
| D | ChangeLog-0203 | 1167 * sparc-opc.c (sparc_opcodes) <fb, fba, fbe, fbz, fbg, fbge,
|
| /netbsd/src/external/gpl3/gdb/dist/include/opcode/ |
| D | ChangeLog-9103 | 3092 * sparc.h: fba and cba are now aliases for fb and cb respectively.
|
| /netbsd/src/external/gpl3/binutils/dist/include/opcode/ |
| D | ChangeLog-9103 | 3092 * sparc.h: fba and cba are now aliases for fb and cb respectively.
|