| /openbsd-src/sys/arch/powerpc/powerpc/ |
| H A D | bus_space.c | 199 bus_space_alloc(bus_space_tag_t tag, bus_addr_t rstart, bus_addr_t rend, in bus_space_alloc() function
|
| /openbsd-src/sys/arch/sparc64/include/ |
| H A D | bus.h | 223 int bus_space_alloc(
|
| /openbsd-src/sys/dev/ic/ |
| H A D | i82365.c | 1133 if (bus_space_alloc(iot, beg, fin, size, align, 0, 0, in pcic_chip_io_alloc() 1144 if (bus_space_alloc(iot, sc->iobase, in pcic_chip_io_alloc()
|
| H A D | tcic2.c | 1040 if (bus_space_alloc(iot, h->sc->iobase, in tcic_chip_io_alloc()
|
| /openbsd-src/sys/arch/i386/include/ |
| H A D | bus.h | 101 int bus_space_alloc(bus_space_tag_t t, bus_addr_t rstart,
|
| /openbsd-src/sys/arch/macppc/include/ |
| H A D | bus.h | 71 int bus_space_alloc(bus_space_tag_t tag, bus_addr_t rstart,
|
| /openbsd-src/sys/arch/hppa/dev/ |
| H A D | elroy.c | 374 if (bus_space_alloc(sc->sc_bt, rstart, rend, size, in elroy_ioalloc() 389 if (bus_space_alloc(sc->sc_bt, rstart, rend, size, in elroy_memalloc()
|
| H A D | dino.c | 554 if (bus_space_alloc(sc->sc_bt, rstart, rend, size, in dino_memalloc()
|
| /openbsd-src/sys/arch/amd64/include/ |
| H A D | bus.h | 93 int bus_space_alloc(bus_space_tag_t t, bus_addr_t rstart,
|
| /openbsd-src/sys/arch/hppa/include/ |
| H A D | bus.h | 176 #define bus_space_alloc(t,b,e,c,al,bn,ca,ap,hp) \ macro
|
| /openbsd-src/sys/arch/alpha/include/ |
| H A D | bus.h | 233 #define bus_space_alloc(t, rs, re, s, a, b, c, ap, hp) \ macro
|
| /openbsd-src/sys/arch/landisk/include/ |
| H A D | bus.h | 262 #define bus_space_alloc(t, rs, re, s, a, b, f, ap, hp) \ macro
|
| /openbsd-src/sys/arch/arm/include/ |
| H A D | bus.h | 243 #define bus_space_alloc(t, rs, re, s, a, b, c, ap, hp) \ macro
|
| /openbsd-src/sys/arch/amd64/amd64/ |
| H A D | bus_space.c | 427 bus_space_alloc(bus_space_tag_t t, bus_addr_t rstart, bus_addr_t rend, in bus_space_alloc() function
|
| /openbsd-src/sys/arch/sparc64/sparc64/ |
| H A D | machdep.c | 1744 bus_space_alloc(bus_space_tag_t t, bus_addr_t rs, bus_addr_t re, bus_size_t s, in bus_space_alloc() function
|
| /openbsd-src/sys/dev/pci/ |
| H A D | eso.c | 431 if (bus_space_alloc(sc->sc_iot, in eso_defer()
|
| /openbsd-src/sys/arch/i386/i386/ |
| H A D | machdep.c | 3650 bus_space_alloc(bus_space_tag_t t, bus_addr_t rstart, bus_addr_t rend, in bus_space_alloc() 3666 panic("bus_space_alloc: bad bus space tag"); in bus_space_alloc() 3673 panic("bus_space_alloc: bad region start/end"); in bus_space_alloc() 3701 printf("bus_space_alloc: pa 0x%lx, size 0x%lx\n", in bus_space_alloc() 3703 printf("bus_space_alloc: can't free region\n"); in bus_space_alloc() 3644 bus_space_alloc(bus_space_tag_t t, bus_addr_t rstart, bus_addr_t rend, bus_space_alloc() function
|