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

  /src/sys/arch/sparc/stand/boot/
boot.c 132 npmemarr = prom_makememarr(NULL, 0, MEMARR_AVAILPHYS);
136 npmemarr = prom_makememarr(pmemarr, npmemarr, MEMARR_AVAILPHYS);
  /src/sys/arch/sparc/include/
promlib.h 132 #define MEMARR_AVAILPHYS 0
  /src/sys/arch/sparc/sparc/
promlib.c 1101 if (which != MEMARR_AVAILPHYS && which != MEMARR_TOTALPHYS)
1117 ap[0].len = (which == MEMARR_AVAILPHYS)
1129 mp = (which == MEMARR_AVAILPHYS)
1170 prop = (which == MEMARR_AVAILPHYS) ? "available" : "reg";
pmap.c 1041 npmemarr = prom_makememarr(pmemarr, 1000, MEMARR_AVAILPHYS);

Completed in 18 milliseconds