Home
last modified time | relevance | path

Searched refs:bh_size (Results 1 – 2 of 2) sorted by relevance

/openbsd/sys/arch/sparc64/sparc64/
H A Dmachdep.c1786 hp->bh_size = s; in bus_space_map()
1789 hp->bh_size = 0; in bus_space_map()
1818 if(h.bh_size != s) { in bus_space_unmap()
1823 t, buf, h.bh_size, s); in bus_space_unmap()
1841 if(h.bh_size < o + s) { in bus_space_subregion()
1846 t0, buf, h.bh_size, o, s); in bus_space_subregion()
1847 hp->bh_size = 0; in bus_space_subregion()
1856 hp->bh_size = s; in bus_space_subregion()
1859 hp->bh_size = 0; in bus_space_subregion()
1958 if (o >= h->bh_size) { in bus_space_assert()
[all …]
/openbsd/sys/arch/sparc64/include/
H A Dbus.h150 bus_size_t bh_size; member