nextphys 950 dev/eisa/aha1742.c u_long thiskv, thisphys, nextphys;
nextphys 1063 dev/eisa/aha1742.c nextphys = thisphys;
nextphys 1064 dev/eisa/aha1742.c while (datalen && thisphys == nextphys) {
nextphys 1071 dev/eisa/aha1742.c nextphys = (thisphys & ~PGOFSET) + NBPG;
nextphys 1072 dev/eisa/aha1742.c bytes_this_page = nextphys - thisphys;
nextphys 364 dev/ic/uha.c u_long thiskv, thisphys, nextphys;
nextphys 446 dev/ic/uha.c nextphys = thisphys;
nextphys 447 dev/ic/uha.c while (datalen && thisphys == nextphys) {
nextphys 454 dev/ic/uha.c nextphys = (thisphys & ~PGOFSET) + NBPG;
nextphys 455 dev/ic/uha.c bytes_this_page = nextphys - thisphys;
nextphys 1057 dev/isa/wds.c u_long thiskv, thisphys, nextphys;
nextphys 1158 dev/isa/wds.c nextphys = thisphys;
nextphys 1159 dev/isa/wds.c while (datalen && thisphys == nextphys) {
nextphys 1173 dev/isa/wds.c nextphys = (thisphys & ~PGOFSET) + NBPG;
nextphys 1174 dev/isa/wds.c bytes_this_page = nextphys - thisphys;
nextphys 2232 dev/usb/ehci.c ehci_physaddr_t dataphys, dataphyspage, dataphyslastpage, nextphys;
nextphys 2307 dev/usb/ehci.c nextphys = htole32(next->physaddr);
nextphys 2310 dev/usb/ehci.c nextphys = EHCI_NULL;
nextphys 2328 dev/usb/ehci.c cur->qtd.qtd_next = cur->qtd.qtd_altnext = nextphys;