bshp 3351 arch/i386/i386/machdep.c bus_space_handle_t *bshp)
bshp 3385 arch/i386/i386/machdep.c *bshp = bpa;
bshp 3390 arch/i386/i386/machdep.c *bshp = (bus_space_handle_t)ISA_HOLE_VADDR(bpa);
bshp 3398 arch/i386/i386/machdep.c error = bus_mem_add_mapping(bpa, size, cacheable, bshp);
bshp 3413 arch/i386/i386/machdep.c int cacheable, bus_space_handle_t *bshp)
bshp 3419 arch/i386/i386/machdep.c *bshp = bpa;
bshp 3427 arch/i386/i386/machdep.c return (bus_mem_add_mapping(bpa, size, cacheable, bshp));
bshp 3433 arch/i386/i386/machdep.c int cacheable, bus_addr_t *bpap, bus_space_handle_t *bshp)
bshp 3475 arch/i386/i386/machdep.c *bshp = *bpap = bpa;
bshp 3483 arch/i386/i386/machdep.c error = bus_mem_add_mapping(bpa, size, cacheable, bshp);
bshp 3500 arch/i386/i386/machdep.c bus_space_handle_t *bshp)
bshp 3521 arch/i386/i386/machdep.c *bshp = (bus_space_handle_t)(va + (bpa & PGOFSET));
bshp 97 arch/i386/include/bus.h bus_size_t size, int cacheable, bus_space_handle_t *bshp);
bshp 100 arch/i386/include/bus.h bus_size_t size, int cacheable, bus_space_handle_t *bshp);
bshp 112 arch/i386/include/bus.h bus_space_handle_t *bshp);
bshp 40 arch/i386/include/rbus_machdep.h #define md_space_map(bt, physaddr, size, flags, bshp) \
bshp 41 arch/i386/include/rbus_machdep.h _bus_space_map((bt), (physaddr), (size), (flags), (bshp))
bshp 61 dev/cardbus/rbus.c bus_space_handle_t *bshp)
bshp 64 dev/cardbus/rbus.c addr, size, mask, align, flags, addrp, bshp));
bshp 71 dev/cardbus/rbus.c bus_space_handle_t *bshp)
bshp 91 dev/cardbus/rbus.c align, flags, addrp, bshp));
bshp 144 dev/cardbus/rbus.c if (md_space_map(rbt->rb_bt, result, size, flags, bshp)) {
bshp 164 dev/pci/pccbb.c int flags, bus_addr_t * addrp, bus_space_handle_t * bshp);
bshp 2728 dev/pci/pccbb.c pccbb_rbus_cb_space_alloc(ct, rb, addr, size, mask, align, flags, addrp, bshp)
bshp 2737 dev/pci/pccbb.c bus_space_handle_t *bshp;
bshp 2771 dev/pci/pccbb.c if (rbus_space_alloc(rb, addr, size, mask, align, flags, addrp, bshp)) {
bshp 2776 dev/pci/pccbb.c pccbb_open_win(sc, rb->rb_bt, *addrp, size, *bshp, 0);