HomeSort by: relevance | last modified time | path
    Searched refs:totalbytesleft (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/arch/virt68k/virt68k/
machdep.c 672 u_long totalbytesleft, bytes, i, n, memcl; local
716 totalbytesleft = ptoa(cpu_dump_mempagecnt());
722 for (i = 0; i < bytes; i += n, totalbytesleft -= n) {
725 if ((totalbytesleft % (1024*1024)) == 0)
727 totalbytesleft / (1024 * 1024));
  /src/sys/arch/mvme68k/mvme68k/
machdep.c 841 u_long totalbytesleft, bytes, i, n, memcl; local
885 totalbytesleft = ptoa(cpu_dump_mempagecnt());
891 for (i = 0; i < bytes; i += n, totalbytesleft -= n) {
894 if ((totalbytesleft % (1024*1024)) == 0)
896 totalbytesleft / (1024 * 1024));
  /src/sys/arch/alpha/alpha/
machdep.c 1270 u_long totalbytesleft, bytes, i, n, memcl; local
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));
  /src/sys/arch/mips/mips/
mips_machdep.c 1972 u_long totalbytesleft, bytes, i, n, memcl; local
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));

Completed in 24 milliseconds