HomeSort by: relevance | last modified time | path
    Searched defs:availcnt (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/shark/ofw/
ofw.c 794 int availcnt; local in function:ofw_configmem
811 for (availcnt = 0, mp = OFphysavail; availcnt < nOFphysavail;
812 availcnt++, mp++) {
864 if (DRAM_BLOCKS < (availcnt + 1))
871 bootconfig.dramblocks = availcnt;
ofw.c 794 int availcnt; local in function:ofw_configmem
811 for (availcnt = 0, mp = OFphysavail; availcnt < nOFphysavail;
812 availcnt++, mp++) {
864 if (DRAM_BLOCKS < (availcnt + 1))
871 bootconfig.dramblocks = availcnt;

Completed in 49 milliseconds