HomeSort by: relevance | last modified time | path
    Searched refs:_BS_CALL (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/arch/sun68k/include/
bus.h 238 #define _BS_CALL(t,f) \
247 _BS_CALL(t, sun68k_bus_map)((t), 0, (a), (s), (f), 0, (hp));
254 _BS_CALL(t, sun68k_bus_map)(t, bt, a, s, f, v, hp);
260 _BS_CALL(t, sun68k_bus_unmap)(t, h, s);
267 _BS_CALL(t, sun68k_bus_subregion)(t, h, o, s, hp);
273 _BS_CALL(t, sun68k_bus_mmap)(t, 0, a, o, p, f);
280 _BS_CALL(t, sun68k_bus_mmap)(t, bt, a, o, p, f);
287 _BS_CALL(t, sun68k_intr_establish)(t, p, l, f, h, a);
294 _BS_CALL(t, sun68k_bus_barrier)(t, h, o, s, f);
301 _BS_CALL(t, sun68k_bus_peek)(t, h, o, s, vp)
    [all...]
  /src/sys/arch/sparc64/include/
bus_funcs.h 119 #define _BS_CALL(t,f) \
132 _BS_CALL(t, sparc_intr_establish)(t, p, l, h, a, NULL);
  /src/sys/arch/sparc64/sparc64/
machdep.c 1578 _BS_CALL(t, sparc_bus_alloc)(t, rs, re, s, a, b, f, ap, hp);
1584 _BS_CALL(t, sparc_bus_free)(t, h, s);
1591 _BS_CALL(t, sparc_bus_map)(t, a, s, f, 0, hp);
1604 _BS_CALL(t, sparc_bus_subregion)(t, h, o, s, hp);
1610 _BS_CALL(t, sparc_bus_mmap)(t, a, o, p, f);

Completed in 14 milliseconds