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

  /src/sys/arch/pmax/pmax/
machdep.c 520 int i, mapbytes; local in function:memsize_bitmap
523 mapbytes = prom_getbitmap(prom_memmap);
524 if (mapbytes == 0)
529 while (i < mapbytes) {
530 while (i < mapbytes && prom_memmap->bitmap[i] == 0xff) {
539 while (i < mapbytes && prom_memmap->bitmap[i] != 0xff) {
550 return (mapbytes * 8);

Completed in 11 milliseconds