Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/pc98/pc98/
HDbusiosubr.c176 bsh->bsh_iatsz = 0; in i386_bus_space_handle_alloc()
242 bsh->bsh_iatsz = size; in i386_memio_map_load()
260 if (pbsh->bsh_iatsz > 0) { in i386_memio_subregion()
261 if (offset >= pbsh->bsh_iatsz || in i386_memio_subregion()
262 offset + size > pbsh->bsh_iatsz) in i386_memio_subregion()
269 if (pbsh->bsh_iatsz > 0) in i386_memio_subregion()
286 if (pbsh->bsh_iatsz > 0) { in i386_memio_subregion()
289 bsh->bsh_iatsz = size; in i386_memio_subregion()
302 if (pbsh->bsh_iatsz > 0) in i386_memio_subregion()
323 if (bsh1->bsh_iatsz != bsh2->bsh_iatsz) in i386_memio_compare()
[all …]
/freebsd-11-stable/sys/pc98/include/
HDbus.h185 size_t bsh_iatsz; member