thisphys 950 dev/eisa/aha1742.c u_long thiskv, thisphys, nextphys; thisphys 1052 dev/eisa/aha1742.c thisphys = KVTOPHYS(thiskv); thisphys 1058 dev/eisa/aha1742.c sg->seg_addr = thisphys; thisphys 1060 dev/eisa/aha1742.c SC_DEBUGN(sc_link, SDEV_DB4, ("0x%x", thisphys)); thisphys 1063 dev/eisa/aha1742.c nextphys = thisphys; thisphys 1064 dev/eisa/aha1742.c while (datalen && thisphys == nextphys) { thisphys 1071 dev/eisa/aha1742.c nextphys = (thisphys & ~PGOFSET) + NBPG; thisphys 1072 dev/eisa/aha1742.c bytes_this_page = nextphys - thisphys; thisphys 1082 dev/eisa/aha1742.c thisphys = KVTOPHYS(thiskv); thisphys 364 dev/ic/uha.c u_long thiskv, thisphys, nextphys; thisphys 435 dev/ic/uha.c thisphys = KVTOPHYS(thiskv); thisphys 441 dev/ic/uha.c sg->seg_addr = thisphys; thisphys 443 dev/ic/uha.c SC_DEBUGN(sc_link, SDEV_DB4, ("0x%x", thisphys)); thisphys 446 dev/ic/uha.c nextphys = thisphys; thisphys 447 dev/ic/uha.c while (datalen && thisphys == nextphys) { thisphys 454 dev/ic/uha.c nextphys = (thisphys & ~PGOFSET) + NBPG; thisphys 455 dev/ic/uha.c bytes_this_page = nextphys - thisphys; thisphys 465 dev/ic/uha.c thisphys = KVTOPHYS(thiskv); thisphys 1057 dev/isa/wds.c u_long thiskv, thisphys, nextphys; thisphys 1147 dev/isa/wds.c thisphys = KVTOPHYS(xs->data); thisphys 1153 dev/isa/wds.c ltophys(thisphys, sg->seg_addr); thisphys 1155 dev/isa/wds.c SC_DEBUGN(sc_link, SDEV_DB4, ("0x%x", thisphys)); thisphys 1158 dev/isa/wds.c nextphys = thisphys; thisphys 1159 dev/isa/wds.c while (datalen && thisphys == nextphys) { thisphys 1166 dev/isa/wds.c if (thisphys > 0xFFFFFF) { thisphys 1173 dev/isa/wds.c nextphys = (thisphys & ~PGOFSET) + NBPG; thisphys 1174 dev/isa/wds.c bytes_this_page = nextphys - thisphys; thisphys 1184 dev/isa/wds.c thisphys = KVTOPHYS(thiskv);