Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun4/os/
H A Dmemlist.c433 static struct bootmem_props { struct
437 } bootmem_props[3]; argument
470 sort_promlist(struct bootmem_props *bpp) in sort_promlist()
500 struct bootmem_props *tmp; in init_boot_memlists()
515 tmp = &bootmem_props[PHYSINSTALLED]; in init_boot_memlists()
533 tmp = &bootmem_props[PHYSAVAIL]; in init_boot_memlists()
538 tmp = &bootmem_props[VIRTAVAIL]; in init_boot_memlists()
551 struct bootmem_props *il, *pl, *vl; in copy_boot_memlists()
562 pl = &bootmem_props[PHYSAVAIL]; in copy_boot_memlists()
563 vl = &bootmem_props[VIRTAVAIL]; in copy_boot_memlists()
[all …]