Searched refs:bsh_iat (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.1-release/sys/pc98/pc98/
H A Dbusiosubr.c158 bsh->bsh_iat[i] = bsh->bsh_base + i;
236 bsh->bsh_iat[i] = iat[i];
238 bsh->bsh_iat[i] = 0;
239 bsh->bsh_iat[i] += bsh->bsh_base;
288 bsh->bsh_iat[i] = pbsh->bsh_iat[i + offset];
326 if (bsh1->bsh_iat[i] != bsh2->bsh_iat[i])
/freebsd-10.1-release/sys/i386/i386/
H A Dgenassym.c245 ASSYM(BUS_SPACE_HANDLE_IAT, offsetof(struct bus_space_handle, bsh_iat));
/freebsd-10.1-release/sys/pc98/include/
H A Dbus.h179 bus_addr_t bsh_iat[BUS_SPACE_IAT_MAXSIZE]; member in struct:bus_space_handle

Completed in 50 milliseconds