/src/sys/arch/mvme68k/mvme68k/ |
machdep.c | 845 u_long totalbytesleft, bytes, i, n, memcl; local in function:dumpsys 889 totalbytesleft = ptoa(cpu_dump_mempagecnt()); 895 for (i = 0; i < bytes; i += n, totalbytesleft -= n) { 898 if ((totalbytesleft % (1024*1024)) == 0) 900 totalbytesleft / (1024 * 1024));
|
/src/sys/arch/virt68k/virt68k/ |
machdep.c | 685 u_long totalbytesleft, bytes, i, n, memcl; local in function:dumpsys 729 totalbytesleft = ptoa(cpu_dump_mempagecnt()); 735 for (i = 0; i < bytes; i += n, totalbytesleft -= n) { 738 if ((totalbytesleft % (1024*1024)) == 0) 740 totalbytesleft / (1024 * 1024));
|
/src/sys/arch/mips/mips/ |
mips_machdep.c | 1972 u_long totalbytesleft, bytes, i, n, memcl; local in function:dumpsys 2015 totalbytesleft = ptoa(cpu_dump_mempagecnt()); 2024 for (i = 0; i < bytes; i += n, totalbytesleft -= n) { 2028 if ((totalbytesleft % (1024*1024)) == 0) 2030 totalbytesleft / (1024 * 1024));
|
/src/sys/arch/alpha/alpha/ |
machdep.c | 1270 u_long totalbytesleft, bytes, i, n, memcl; local in function:dumpsys 1312 totalbytesleft = ptoa(cpu_dump_mempagecnt()); 1321 for (i = 0; i < bytes; i += n, totalbytesleft -= n) { 1324 if ((totalbytesleft % (1024*1024)) == 0) 1326 totalbytesleft / (1024 * 1024));
|