Searched refs:abs_alloc (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/sys/arch/alpha/include/ |
H A D | bus_defs.h | 137 int (*abs_alloc)(void *, bus_addr_t, bus_addr_t, member
|
H A D | bus_funcs.h | 126 (*(t)->abs_alloc)((t)->abs_cookie, (rs), (re), (s), (a), (b), \
|
/netbsd-src/sys/arch/alpha/pci/ |
H A D | pci_bwx_bus_io_chipdep.c | 246 t->abs_alloc = __C(CHIP,_io_alloc); in __C()
|
H A D | pci_bwx_bus_mem_chipdep.c | 246 t->abs_alloc = __C(CHIP,_mem_alloc); in __C()
|
H A D | pci_swiz_bus_io_chipdep.c | 266 t->abs_alloc = __C(CHIP,_io_alloc); in __C()
|
H A D | pci_swiz_bus_mem_chipdep.c | 302 t->abs_alloc = __C(CHIP,_mem_alloc); in __C()
|