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

/illumos-gate/usr/src/boot/sys/boot/ofw/libofw/
H A Dofw_copy.c42 #define MAPMEM_PAGE_INC 16 macro
81 * never map anything less than MAPMEM_PAGE_INC pages at a time
83 if ((nlen + resid) < PAGE_SIZE*MAPMEM_PAGE_INC) {
84 dlen = PAGE_SIZE*MAPMEM_PAGE_INC;

Completed in 63 milliseconds