/netbsd-src/sys/arch/sparc/sparc/ |
H A D | cpuunit.c | 89 bus_space_tag_t sbt; in cpuunit_attach() local 102 sbt = sc->sc_bustag = kmem_alloc(sizeof(*sbt), KM_SLEEP); in cpuunit_attach() 103 memcpy(sbt, sc->sc_st, sizeof(*sbt)); in cpuunit_attach() 104 sbt->cookie = sc; in cpuunit_attach() 105 sbt->parent = sc->sc_st; in cpuunit_attach() 106 sbt->nranges = 0; in cpuunit_attach() 107 sbt->ranges = NULL; in cpuunit_attach() 113 sizeof(struct openprom_range), &sbt->nranges, &sbt->ranges); in cpuunit_attach() 125 if (cpuunit_setup_attach_args(sc, sbt, node, &cpua)) in cpuunit_attach()
|
H A D | machdep.c | 2803 struct sparc_bus_space_tag *sbt; in bus_space_tag_alloc() local 2805 sbt = kmem_zalloc(sizeof(*sbt), KM_SLEEP); in bus_space_tag_alloc() 2808 memcpy(sbt, parent, sizeof(*sbt)); in bus_space_tag_alloc() 2809 sbt->parent = parent; in bus_space_tag_alloc() 2810 sbt->ranges = NULL; in bus_space_tag_alloc() 2811 sbt->nranges = 0; in bus_space_tag_alloc() 2814 sbt->cookie = cookie; in bus_space_tag_alloc() 2815 return (sbt); in bus_space_tag_alloc()
|
/netbsd-src/share/examples/rump/btplay/ |
H A D | btplay.c | 67 struct sockaddr_bt sbt; in main() local 95 memset(&sbt, 0, sizeof(sbt)); in main() 96 sbt.bt_len = sizeof(sbt); in main() 97 sbt.bt_family = AF_BLUETOOTH; in main() 98 bdaddr_copy(&sbt.bt_bdaddr, &btr.btr_bdaddr); in main() 100 if (rump_sys_bind(s, (struct sockaddr *)&sbt, sizeof(sbt)) == -1) in main() 102 if (rump_sys_connect(s, (struct sockaddr *)&sbt, sizeof(sbt)) == -1) in main()
|
/netbsd-src/sys/dev/sbus/ |
H A D | qec.c | 104 bus_space_tag_t sbt; in qecattach() local 167 sbt = bus_space_tag_alloc(sc->sc_bustag, sc); in qecattach() 168 if (sbt == NULL) { in qecattach() 173 sbt->sparc_bus_map = qec_bus_map; in qecattach() 174 sbt->sparc_intr_establish = qec_intr_establish; in qecattach() 180 &sbt->nranges, &sbt->ranges); in qecattach() 209 sbt, sc->sc_dmatag, node, &sax); in qecattach()
|
H A D | dma_sbus.c | 132 bus_space_tag_t sbt; in dmaattach_sbus() local 201 if ((sbt = bus_space_tag_alloc(sc->sc_bustag, dsc)) == NULL) { in dmaattach_sbus() 205 sbt->sparc_intr_establish = dmabus_intr_establish; in dmaattach_sbus() 212 sbus_setup_attach_args(sbsc, sbt, sc->sc_dmatag, node, &sax); in dmaattach_sbus()
|
/netbsd-src/sys/dev/sdmmc/ |
H A D | files.sdmmc | 21 device sbt: btbus, bluetooth 22 attach sbt at sdmmc 23 file dev/sdmmc/sbt.c sbt
|
H A D | sbt.c | 83 CFATTACH_DECL_NEW(sbt, sizeof(struct sbt_softc),
|
/netbsd-src/sys/arch/sparc/dev/ |
H A D | sbus.c | 353 bus_space_tag_t sbt; in sbus_attach_common() local 357 if ((sbt = bus_space_tag_alloc(sc->sc_bustag, sc)) == NULL) { in sbus_attach_common() 362 sbt->sparc_intr_establish = sbus_intr_establish; in sbus_attach_common() 384 &sbt->nranges, &sbt->ranges); in sbus_attach_common() 390 sbt->ranges = sbus_translations; in sbus_attach_common() 391 sbt->nranges = in sbus_attach_common() 412 if (sbus_setup_attach_args(sc, sbt, sc->sc_dmatag, in sbus_attach_common() 433 if (sbus_setup_attach_args(sc, sbt, sc->sc_dmatag, in sbus_attach_common()
|
H A D | ebus.c | 247 bus_space_tag_t sbt; in ebus_attach() local 286 if ((sbt = bus_space_tag_alloc(sc->sc_bustag, sc)) == NULL) in ebus_attach() 289 sbt->sparc_bus_map = _ebus_bus_map; in ebus_attach() 290 sbt->sparc_bus_mmap = ebus_bus_mmap; in ebus_attach() 291 sbt->sparc_intr_establish = ebus_intr_establish; in ebus_attach() 314 if (ebus_setup_attach_args(sc, sbt, dmatag, node, &ea) != 0) { in ebus_attach()
|
/netbsd-src/sys/arch/sparc64/dev/ |
H A D | sbus.c | 176 bus_space_tag_t sbt; in sbus_attach() local 212 sbt = bus_space_tag_alloc(sc->sc_bustag, sc); in sbus_attach() 213 sbt->type = SBUS_BUS_SPACE; in sbus_attach() 214 sbt->sparc_bus_map = _sbus_bus_map; in sbus_attach() 215 sbt->sparc_intr_establish = sbus_intr_establish; in sbus_attach() 228 &sbt->nranges, &sbt->ranges); in sbus_attach() 287 if (sbus_setup_attach_args(sc, sbt, sc->sc_dmatag, in sbus_attach()
|
/netbsd-src/sys/dev/pci/ |
H A D | piixpm.c | 420 bus_space_tag_t sbt = sc->sc_sb800_bt; in piixpm_sb800_pmread() local 425 val = bus_space_read_1(sbt, sbh, offset); in piixpm_sb800_pmread() 427 bus_space_write_1(sbt, sbh, SB800_INDIRECTIO_INDEX, offset); in piixpm_sb800_pmread() 428 val = bus_space_read_1(sbt, sbh, SB800_INDIRECTIO_DATA); in piixpm_sb800_pmread() 443 bus_space_tag_t sbt = sc->sc_sb800_bt; in piixpm_sb800_init() local 458 rv = bus_space_map(sbt, SB800_FCH_PM_BASE, in piixpm_sb800_init() 461 rv = bus_space_map(sbt, SB800_INDIRECTIO_BASE, in piixpm_sb800_init() 487 bus_space_write_1(sbt, sbh, SB800_INDIRECTIO_INDEX, in piixpm_sb800_init() 489 data = bus_space_read_1(sbt, sbh, SB800_INDIRECTIO_DATA); in piixpm_sb800_init()
|
/netbsd-src/sys/dev/bluetooth/ |
H A D | bluetoothdevices.config | 12 #sbt* at sdmmc? 22 #bthub* at sbt?
|
/netbsd-src/external/cddl/osnet/dev/profile/ |
H A D | profile.c | 293 sbt_to_nsec(sbintime_t sbt) in sbt_to_nsec() argument 296 return ((sbt >> 32) * NANOSEC + in sbt_to_nsec() 297 (((uint32_t)sbt * (hrtime_t)NANOSEC) >> 32)); in sbt_to_nsec()
|
/netbsd-src/sys/arch/sparc64/sparc64/ |
H A D | machdep.c | 2187 struct sparc_bus_space_tag *sbt; in bus_space_tag_alloc() local 2189 sbt = kmem_zalloc(sizeof(*sbt), KM_SLEEP); in bus_space_tag_alloc() 2192 memcpy(sbt, parent, sizeof(*sbt)); in bus_space_tag_alloc() 2193 sbt->parent = parent; in bus_space_tag_alloc() 2194 sbt->ranges = NULL; in bus_space_tag_alloc() 2195 sbt->nranges = 0; in bus_space_tag_alloc() 2198 sbt->cookie = cookie; in bus_space_tag_alloc() 2199 return (sbt); in bus_space_tag_alloc()
|
/netbsd-src/sys/arch/evbarm/conf/ |
H A D | POGO | 16 no sbt*
|
H A D | HPT5325 | 374 #sbt* at sdmmc?
|
H A D | SHEEVAPLUG | 372 sbt* at sdmmc?
|
/netbsd-src/share/man/man4/ |
H A D | Makefile | 150 MAN += sbt.4 sdhc.4 sdmmc.4
|
/netbsd-src/sys/arch/amd64/conf/ |
H A D | XEN3_DOM0 | 1085 sbt* at sdmmc? 1096 bthub* at sbt?
|
H A D | GENERIC | 1079 sbt* at sdmmc? 1090 bthub* at sbt?
|
H A D | ALL | 1530 sbt* at sdmmc? 1541 bthub* at sbt?
|
/netbsd-src/sys/arch/i386/conf/ |
H A D | GENERIC | 1335 sbt* at sdmmc? 1342 bthub* at sbt?
|
H A D | ALL | 1626 sbt* at sdmmc? 1637 bthub* at sbt?
|
/netbsd-src/usr.sbin/makemandb/ |
H A D | nostem.txt | 3426 sbt
|