Searched refs:pfreelistp (Results 1 – 7 of 7) sorted by relevance
/titanic_41/usr/src/psm/stand/boot/sparc/common/ |
H A D | bootops.c | 74 update_memlist("memory", "available", &pfreelistp); in setup_bootops() 79 if (debug) print_memlist(pfreelistp); in setup_bootops() 92 dprintf("physavail = %p\n", (void *)pfreelistp); in install_memlistptrs() 128 if (debug) print_memlist(pfreelistp); in kern_killboot() 154 update_memlist("memory", "available", &pfreelistp); in kern_killboot() 158 dprintf("physavail = %p\n", (void *)pfreelistp); in kern_killboot() 169 print_memlist(pfreelistp); in kern_killboot()
|
H A D | bootprop.c | 45 struct memlist *pfreelistp, /* physmem available */ variable 92 "phys-avail", &pfreelistp, 0, 177 update_memlist("memory", "available", &pfreelistp); in bgetprop()
|
H A D | sun4u_memlist.c | 55 extern struct memlist *pfreelistp, *vfreelistp, *pinstalledp; 69 pfreelistp = fill_memlists("memory", "available", pfreelistp); in init_memlists()
|
H A D | sun4x_standalloc.c | 44 extern struct memlist *vfreelistp, *pfreelistp; 269 print_memlist(pfreelistp); in resalloc()
|
H A D | boot_plat.c | 553 if (debug) print_memlist(pfreelistp); in main()
|
/titanic_41/usr/src/psm/stand/sys/ |
H A D | boot.h | 53 extern struct memlist *pfreelistp, *vfreelistp, *pinstalledp;
|
/titanic_41/usr/src/stand/sys/ |
H A D | bootsyms.h | 85 extern struct memlist *pfreelistp;
|