h2 641 arch/i386/include/bus.h #define bus_space_copy_1(t, h1, o1, h2, o2, cnt) do { \ h2 642 arch/i386/include/bus.h int _port1 = (h1)+(o1); int _port2 = (h2)+(o2); int _cnt=(cnt); \ h2 658 arch/i386/include/bus.h #define bus_space_copy_2(t, h1, o1, h2, o2, cnt) do { \ h2 659 arch/i386/include/bus.h int _port1 = (h1)+(o1); int _port2 = (h2)+(o2); int _cnt=(cnt); \ h2 675 arch/i386/include/bus.h #define bus_space_copy_4(t, h1, o1, h2, o2, cnt) do { \ h2 676 arch/i386/include/bus.h int _port1 = (h1)+(o1); int _port2 = (h2)+(o2); int _cnt=(cnt); \ h2 521 dev/ic/gem.c bus_space_handle_t h = sc->sc_h1, h2 = sc->sc_h2; h2 536 dev/ic/gem.c bus_space_write_4(t, h2, GEM_RESET, GEM_RESET_RX); h2 538 dev/ic/gem.c if (!gem_bitwait(sc, h2, GEM_RESET, GEM_RESET_RX, 0)) { h2 553 dev/ic/gem.c bus_space_handle_t h = sc->sc_h1, h2 = sc->sc_h2; h2 568 dev/ic/gem.c bus_space_write_4(t, h2, GEM_RESET, GEM_RESET_TX); h2 570 dev/ic/gem.c if (!gem_bitwait(sc, h2, GEM_RESET, GEM_RESET_TX, 0)) { h2 4230 net/pf.c struct ip h2; h2 4246 net/pf.c if (!pf_pull_hdr(m, ipoff2, &h2, sizeof(h2), h2 4257 net/pf.c if (h2.ip_off & htons(IP_OFFMASK)) { h2 4263 net/pf.c off2 = ipoff2 + (h2.ip_hl << 2); h2 4265 net/pf.c pd2.proto = h2.ip_p; h2 4266 net/pf.c pd2.src = (struct pf_addr *)&h2.ip_src; h2 4267 net/pf.c pd2.dst = (struct pf_addr *)&h2.ip_dst; h2 4268 net/pf.c pd2.ip_sum = &h2.ip_sum; h2 4424 net/pf.c m_copyback(m, ipoff2, sizeof(h2), h2 4425 net/pf.c &h2); h2 4493 net/pf.c m_copyback(m, ipoff2, sizeof(h2), &h2); h2 4557 net/pf.c m_copyback(m, ipoff2, sizeof(h2), &h2); h2 4657 net/pf.c m_copyback(m, ipoff2, sizeof(h2), &h2);