Home
last modified time | relevance | path

Searched refs:physavail (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/sun4/os/
H A Dmemlist.c165 struct memlist *physavail) in get_max_phys_size() argument
169 for (; physavail; physavail = physavail->ml_next) { in get_max_phys_size()
170 if (physavail->ml_size > max_size) in get_max_phys_size()
171 max_size = physavail->ml_size; in get_max_phys_size()
547 prom_memlist_t **physavail, size_t *physavail_len, in copy_boot_memlists() argument
597 *physavail = pl->ptr; in copy_boot_memlists()
/illumos-gate/usr/src/uts/sun4/sys/
H A Dmemlist_plat.h53 extern void size_physavail(prom_memlist_t *physavail, size_t size,
63 prom_memlist_t **physavail, size_t *physavail_len,
/illumos-gate/usr/src/uts/intel/sys/
H A Dbootconf.h87 struct memlist *physavail; /* amt of physmem avail for use */ member
/illumos-gate/usr/src/uts/sun/sys/
H A Dbootconf.h62 struct memlist *physavail; /* amt of physmem avail for use */ member
/illumos-gate/usr/src/uts/i86pc/os/
H A Dfakebop.c2154 bm.physavail = NULL; in _start()