/src/sys/arch/hp300/dev/ |
diofb_mono.c | 136 int nend; /* number of ragged bits at end of dst */ local in function:diofb_mono_windowmove 175 nend = (dx + cx) & 0x1f; 177 nend = 0; 223 getandputrop(psrc, xoffSrc, 0, nend, 237 if (xoffSrc + nend >= 32) 245 getandputrop(psrc, xoffSrc, 0, nend,
|
/src/sys/arch/evbppc/ev64260/ |
machdep.c | 542 paddr_t nstart, nend; local in function:gt_find_memory 546 nend = GT_HighAddr_GET(in32rb(gt_base + di->high_decode)) + 1; 547 if (nstart >= nend) 554 end = nend; 560 end = nend; 567 end = nend;
|
/src/sys/arch/hp300/stand/common/ |
ite_subr.c | 317 int nend; /* number of ragged bits at end of dst */ local in function:ite_dio_windowmove1bpp 352 nend = (dx + w) & 0x1f; 354 nend = 0; 392 getandputrop0(psrc, xoffSrc, nend, pdst, func);
|
/src/sys/arch/vax/vsa/ |
smg.c | 791 int nend; /* number of ragged bits at end of dst */ local in function:smg_blockmove 830 nend = (dx + cx) & ALIGNMASK; 832 nend = 0; 893 getandputrop(psrc, xoffSrc, 0, nend, 907 if (xoffSrc + nend >= 32) 915 getandputrop(psrc, xoffSrc, 0, nend,
|
/src/sys/arch/sun3/sun3x/ |
pmap.c | 3054 vaddr_t nstart, nend; local in function:pmap_remove_a 3082 * is handled by the code block 'if (nstart < nend)'. 3087 * the code block 'if (nend < end)'. 3090 nend = MMU_ROUND_A(eva); 3150 if (nstart < nend) { 3165 for (; nstart < nend; a_dte++, nstart += MMU_TIA_RANGE) 3194 if (nend < eva) { 3203 idx = MMU_TIA(nend); 3221 empty = pmap_remove_b(b_tbl, nend, eva); 3278 vaddr_t nstart, nend, rstart local in function:pmap_remove_b [all...] |
/src/sys/dev/usb/ |
ohci.c | 3638 ohci_physaddr_t nend = DMAADDR(&xfer->ux_dmabuf, boff - 1); local in function:ohci_device_isoc_enter 3639 const ohci_physaddr_t nep = OHCI_PAGE(nend); 3645 DPRINTFN(1, "ncur=%jd bp0=%#jx bp1=%#jx nend=%#jx", 3646 ncur, bp0, bp1, nend); 3681 end = nend;
|